Skip to content

Example of using trie data structure for prefix search

Notifications You must be signed in to change notification settings

tdameh/domain-search

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

domain-search

This is an example of using trie data structure for prefix string search. It contains two separate projects; server-side using node.js, and client-side using AngularJS.

Requirements

Code has been tested using

  • node v8.7
  • npm v5.5
  • bower v1.8
  • grunt-cli v1.2

Running

server

you will need a file top-1m.csv in server folder for the app to import and index on startup. Then in server folder run the following commands:

$ npm install
$ npm start

client

In client folder run the following commands:

$ npm install
$ bower install
$ grunt serve

About

Example of using trie data structure for prefix search

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published