• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

ryancaille / trie / 17

Builds Branch Commit Type Ran Committer Via Coverage
17 v1.0.1 bugfix: prefix is word fixed an issue where the prefix was not being returned when it is a word itself push 28 Jun 2020 09:41PM UTC ryancaille travis-ci-com
100.0
16 master bugfix: prefix is word fixed an issue where the prefix was not being returned when it is a word itself push 28 Jun 2020 09:32PM UTC ryancaille travis-ci-com
100.0
15 v1.0.0 Adding go.mod push 04 May 2019 04:53PM UTC ryancaille travis-ci-com
100.0
14 master Adding go.mod push 04 May 2019 04:41PM UTC ryancaille travis-ci-com
100.0
13 master Updating godoc push 27 Apr 2019 09:12PM UTC ryancaille travis-ci-com
100.0
12 master Simplifying Like() logic creating the list of word matches as we go, so we don't need to loop though the suffixes again to build the words. push 21 Apr 2019 06:14PM UTC ryancaille travis-ci-com
100.0
11 master Like Count can be specified the api now lets the user specify how many matches shouldd be returned push 21 Apr 2019 06:01PM UTC ryancaille travis-ci-com
100.0
10 master Implemented Like() implemented the like method that will look for words with a given prefix. Also move the word lists to files so its easier to manage and takes up less code. push 21 Apr 2019 04:38PM UTC ryancaille travis-ci-com
100.0
9 master Protecting against concurrent writes implemented a RWMutex to allow concurrent reads but prevent the trie from being modified by multiple threads at the same time. This will ultimately slow down writes, but the this should not be a problem, becau... push 14 Apr 2019 03:43PM UTC ryancaille travis-ci-com
100.0
8 master Remove overlapping and underlapping words implemented the logic to handle the cases where we need to remove words that are either overlapping or underlapping with another word. Added unit tests to verify the words are removed and that the nodes ... push 13 Apr 2019 08:49PM UTC ryancaille travis-ci-com
100.0
7 master Initial implementation of Remove * able to insert and then remove a single word from the Trie * verifying that the nodes are properly cleaned up push 13 Apr 2019 06:50PM UTC ryancaille travis-ci-com
97.08
6 master Remove Trie interface and exposed the struct updated godoc comments push 13 Apr 2019 03:57PM UTC ryancaille travis-ci-com
100.0
5 master adding unit tests to verify nodes with forked words push 12 Apr 2019 02:57AM UTC ryancaille travis-ci-com
100.0
4 master ensuring nodes are inserted into children in order push 11 Apr 2019 03:23AM UTC ryancaille travis-ci-com
100.0
3 master fixing goveralls arguments push 09 Apr 2019 03:14AM UTC ryancaille travis-ci-com
100.0
  • Back to Repo
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc