Skip to content

Using a trie structure find the closest matching address to the given input

Notifications You must be signed in to change notification settings

ishpuniani/ClosestMatchingAddress

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ClosestMatchingAddress

  1. Parse input file to Generate Address Trie
  2. Parse input file to get input queries
  3. Match input addresses in trie
  4. Write the matched addresses to an output file

About

Using a trie structure find the closest matching address to the given input

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages