Spring Boot application for an auto-complete search implementation using a custom Trie algorithm.
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.