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

github.com/ryancaille/trie

Package Overview
Dependencies
Alerts
File Explorer
Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

github.com/ryancaille/trie

v1.0.1
Source
Go
Version published
Created
Source

Trie

Go Report Card Build Status Coverage StatusGoDoc

Trie implements a search tree that stores strings that can be searched by a prefix. This would generally be used for an autocomplete feature where a input would return likely matches.

FAQs

Package last updated on 28 Jun 2020

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