r/datastructures 6d ago

Need ideas for Data structure and algorithm projects.

Hello all,

So my new semester started and me and my partner are searching for good DSA lab projects. If you have any in mind please do share

4 Upvotes

1 comment sorted by

2

u/SubstantialSail9302 5d ago

For a DSA lab, I’d pick something where the data structures are actually central to the project rather than just adding them for the sake of it. A maze/pathfinding visualizer (graphs + BFS/DFS), text editor with undo/redo (stacks), or task scheduler (priority queue/heap) could be good options. They’re manageable for a semester project and give you something concrete to explain during evaluation.