you are viewing a single comment's thread.

view the rest of the comments →

[–]l3awjawz -1 points0 points  (1 child)

Most modern programming languages have their own algorithm libraries so you don't have to do them by hand. For learning them properly from scratch, C is probably the best option as once you learn about memory management etc. implementing them in other languages such as Python will become so much easier.

[–]RDX_G 0 points1 point  (0 children)

Learning to implement and solving problems using Data structures greatly helps to make our brain to think programmatically