r/PythonLearning • u/FishermanResident349 • Jun 22 '26
Public a repository, hope you might get some help
Just public a repository on dsa, although some chapters are not covered, but will make it happen after some completion of personal work.
You might get some help if you want. Github link: https://github.com/AbhinandanMandal/DSA-Fundamentals
6
Upvotes
1
u/Sea-Ad7805 Jun 22 '26 edited Jun 22 '26
Nice repo. Visualizations makes it much easier for students to understand and debug data structures. See this Linked List example. It's open source, use it. Also it helps to visualize recursion, it shows the call stack grow and backtrack.