Is it possible to learn Data Structures and Algorithms just by reading?

0
3
Asked By CuriousMango42 On

I've noticed that many people prefer learning Data Structures and Algorithms (DSA) through video tutorials, but I find them to be quite time-consuming. I'm wondering if it's feasible to learn DSA by reading documentation and practicing each concept individually, or if this method is too complicated or hard to grasp without video instruction.

2 Answers

Answered By Bookworm246 On

Absolutely, you can learn DSA without videos! In fact, many people have successfully done so for decades by using books and articles. If you pick up a good textbook, you'll build a strong foundation in the subject.

Answered By TechSavvyNinja On

Definitely! Reading computer science books and solving DSA problems can lead to a deeper understanding of the concepts. There are tons of online articles that simplify DSA topics as well. It may feel slower at first, but don’t worry—the more you practice, the easier it gets!

CodingEnthusiast99 -

Can you recommend some articles or websites for learning? I've found Geeks For Geeks helpful, but are there better resources out there?

Related Questions

LEAVE A REPLY

Please enter your comment!
Please enter your name here

This site uses Akismet to reduce spam. Learn how your comment data is processed.