Skip to content

🍃 Coded in 2 days as part of IBM interview process. Autocomplete with custom Trie algorithm in O(n) where n is the prefix length and vanilla JS AJAX at the client-side.

License

Notifications You must be signed in to change notification settings

gabrielgiordan/train-ticket-machine

Repository files navigation

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.

About

🍃 Coded in 2 days as part of IBM interview process. Autocomplete with custom Trie algorithm in O(n) where n is the prefix length and vanilla JS AJAX at the client-side.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published