+ 1
Hey guys, i am about to start "Data Structures and Algorithms" course. Please share a helpful resource for beginners.
also can I learn the course on this app ??
4 Answers
+ 5
Sweet, I've just started the same course at my school too.
Yes you can learn some useful info here.
So far, (first 2 weeks) we've went over things like interfaces, algorithms, static, and abstract data types/classes.
Which are covered in SoloLearns course!
(Algorithms aren't though)
Things like Hashes, trees, on the other hand, are not covered here. Linked lists are, but only the most basic concepts of them.
+ 3
I completed the course already. it's not too difficult. algorithms are just some basics like insertion sort and visitor patterns and stuffs. just remember not to think of it too much. if you want to figure out why everything works, you will be hopelessly confuse and more you dig, the less you will understand. my way of learning is to just memorize the pseudo code for the algorithms and say it works because of magic.
+ 2
I can give you the textbook my introductory CS class used.
+ 1
Thanks for the feedback you guys!
Just one more thing,
can u share a useful resource from where I can learn this course
Thanks again !