You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
π A tiny search engine built in C++ from scratch. Parses text files, builds an inverted index, ranks results with TF-IDF, supports multi-word AND queries, and persists the index to disk. No libraries β just the standard library and systems thinking.