https://github.com/krshrimali/auto-complete-cpp
Trying to build autocomplete in C++ (as a binary) and using it in a server code
https://github.com/krshrimali/auto-complete-cpp
Last synced: 6 months ago
JSON representation
Trying to build autocomplete in C++ (as a binary) and using it in a server code
- Host: GitHub
- URL: https://github.com/krshrimali/auto-complete-cpp
- Owner: krshrimali
- Created: 2023-11-01T04:26:10.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-11-01T04:35:39.000Z (almost 2 years ago)
- Last Synced: 2025-03-12T08:26:10.429Z (7 months ago)
- Language: C++
- Size: 3.91 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## About
Part-1 of building an extension for a web browser to see if it can auto-complete whenever the user starts typing.
The idea was to first understand how an auto-complete algorithm will work using Trie, this repository will cover the code for that. Extension code will follow in another repository.
**Motivation:** https://twitter.com/kushashwa/status/1719299488215687364
## Resources
* Streamed live on Twitch: https://twitch.tv/buffetcodes
* YouTube: https://youtube.com/c/kushashwaraviShrimali