trie
A Trie implementation in Golang meant for auto-completion use cases. Supports Levenshtein distance search.
How to download and setup trie
Open terminal and run command
git clone https://github.com/shivamMg/trie.git
git clone is used to create a copy or clone of trie repositories.
You pass git clone a repository URL. it supports a few different network protocols and corresponding URL formats.
Also you may download zip file with trie https://github.com/shivamMg/trie/archive/master.zip
Or simply clone trie with SSH
[email protected]:shivamMg/trie.git
If you have some problems with trie
You may open issue on trie support forum (system) here: https://github.com/shivamMg/trie/issuesSimilar to trie repositories
Here you may see trie alternatives and analogs
javascript-algorithms interactive-coding-challenges Python rust-algorithms Algo_Ds_Notes interviews ACM-ICPC-Preparation WaveFunctionCollapse binarytree awesome-resources awesome-java-leetcode tbox AlgoWiki algorithms robotics-coursework bild BlurTestAndroid algorithm-visualizer illustrated-algorithms CS-Notes tech-interview-handbook algorithms cosmos JCSprout LeetCode javascript-algorithms turf awesome-competitive-programming Learn-Algorithms PythonRobotics