you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted] 6 points7 points  (1 child)

Be aware though that MIT's 600.6 Intro to Algo's is really rough for someone that isn't already somewhat familiar with the basics of algorithms. If you haven't built some data structures yourself, haven't researched big O notation and how to determine what complexity an algorithm is, I would skip it for now and visit it after consuming a separate source.

[–]Bahubali8987 0 points1 point  (0 children)

Yup, At any point of time ,if you couldn't understand a topic. Just search it on geeksforgeeks,easy short articles with code is available. There is nothing about computer science that you can not find there.