🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
DemoInstallSign in
Socket

github.com/t4ke0/trie

Package Overview
Dependencies
Alerts
File Explorer
Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

github.com/t4ke0/trie

v0.0.0-20220316204408-e9044d1e3eae
Source
Go
Version published
Created
Source

trie

References

  • https://en.wikipedia.org/wiki/Trie

Quick Start

$ go build
$ ./trie

At the moment this program is :

  • inserting a bunch of words into the trie instance.
  • try to find a word in the trie.
  • try to find some auto completion of a particular word.

FAQs

Package last updated on 16 Mar 2022

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts