I would suggest to simply Google and research the most common data structures and algorithms. Then, to simply build a module that would give the user access to data structures to use. I believe the best way to learn is by doing. Or, in this case, building.
If you need something to reference, I built a module with hopes to learn more about data structures and algorithms: pypi.org/project/pydatastructs/
Top comments (2)
I would suggest to simply Google and research the most common data structures and algorithms. Then, to simply build a module that would give the user access to data structures to use. I believe the best way to learn is by doing. Or, in this case, building.
If you need something to reference, I built a module with hopes to learn more about data structures and algorithms: pypi.org/project/pydatastructs/
Thanks. I will look into in