Saturday, June 26, 2021

Autocomplete | Trie data structure | A list of links to look into

June 26, 2021

I like to spend time to watch the video over 20 minutes. Here is the link. 

Actionable Items

I work on a list of issues to plan to work on a short project.

1.       https://www.c-sharpcorner.com/UploadFile/rahul4_saxena/jquery-auto-complete-text-box-in-Asp-Net-C-Sharp/

2.       https://jqueryui.com/autocomplete/

3.       Pay attention to design – cache, load once

4.       https://stackoverflow.com/questions/8158461/jquery-ui-autocomplete-suggestion-list-click-event

5.       https://leetcode.com/problems/implement-trie-prefix-tree/

6.       https://leetcode.com/problems/implement-trie-prefix-tree/discuss/703925/c-trie-algorithm-practice-in-june-2020

7.       https://stackoverflow.com/questions/2794381/getting-a-list-of-words-from-a-trie


No comments:

Post a Comment