Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 319 Bytes

README.md

File metadata and controls

6 lines (5 loc) · 319 Bytes

200k City List

Display, Sort, and Filter a 200k cities imported from a JSON plain-text file.

Radix Tree

This project is using an implementation of the Radix Tree data structure, allowing efficient prefix queries. The implementation of Radix Tree in this project is based on https://github.com/thegedge/radix-tree.