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 curated collection of C++ programs written in Turbo C++ with clear explanations, sample outputs, and usage instructions. Ideal for beginners and university students learning the fundamentals of C++ programming.
A modular C++ CLI Math Quiz game. Features dynamic question generation with varied difficulties and operations. Optimized via pass-by-reference and SRP. Developed as the 2nd project of the 5th course (Algorithms & Problem Solving L2) on the ProgrammingAdvices platform.
A full-stack code search engine using a React + Express frontend/backend and a C++ core, featuring prefix autocomplete (Trie), substring matching (Suffix Array), and range frequency analytics (Segment Tree).