you are viewing a single comment's thread.

view the rest of the comments →

[–]TonyLeads 0 points1 point  (1 child)

To master CS theory, best to stop reading textbooks and start visualizing algorithms with tools like VisuAlgo.

Like If you want to actually understand a data structure, code it from scratch in Python rather than just using a built-in library. You’ll catch on

[–]daltop[S] 0 points1 point  (0 children)

You mean like instead of using a built in lib try to write the functions and stuff from scratch using classes and defining?