DEV Community

Sam Sonter
Sam Sonter

Posted on

Hello fellow geeks, anyone has pointers or know where i can get resources to study Data structure and Alogrithm on Python

Top comments (2)

Collapse
 
yoshiohasegawa profile image
Yoshio Hasegawa

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/

Collapse
 
asapsonter profile image
Sam Sonter

Thanks. I will look into in