MENU

Fun & Interesting

Amazon interview question: System design / Architecture for auto suggestions | type ahead

Tech Dummies - Narendra Lakshmana Gowda 155,386 lượt xem 6 years ago
Video Not Working? Fix It Now

System design for autocomplete search keywords or autocomplete in any website.
Includes algorithm which uses Trie data structure and Prefix hash table to implement.\

Java Code by Varun vats:
https://gist.github.com/VarunVats9/436d612b7ae68d940822c46f535daa43

Comment