Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 581 Bytes

README.md

File metadata and controls

11 lines (6 loc) · 581 Bytes

Train Ticket Machine

Spring Boot application for an auto-complete search implementation using a custom Trie algorithm.

Train Ticket Machine]

The search implementation is using a custom Trie implementation with search in O(N) where N is the length of the prefix.

Has also vanilla JS code for presentation.

Available live at Heroku.