An open API service indexing awesome lists of open source software.

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

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