PROJECT 02 · 2021–2022
Track-O-Bar
A C/C++ systems project built to actually use data structures, not just study them.
Why it matters
Track-O-Bar started as a way to stop treating arrays, linked lists, stacks, queues, and trees as exam answers and start treating them as tools. It's a practical tracking application where each structure earns its place , nothing is there to demonstrate that I know the syllabus.
01
Why it matters
This was the project that made data structures click as design decisions, not homework. Choosing a stack versus a queue versus a tree changed how the whole system behaved, and I had to justify each choice.
02
How it's built
Core logic is written in C and C++, with linked lists and trees handling the structural relationships in the data and stacks/queues managing state and ordering through the system.
Outcome
Reached the quarter-finals of the e-Yantra Innovation Challenge, 2021–2022.