DEV Community

Discussion on: What was your win this week?

Collapse
 
lexiebkm profile image
Alexander B.K.

Do you use a textbook in learning it, for example the well-known book by Thomas Cormen, et al?

Collapse
 
manthanbhatt profile image
Manthan Bhatt • Edited

Once I have completed learning that I am planning to solve top 1000 question on leetcode for implementing my learning 😀

Collapse
 
manthanbhatt profile image
Manthan Bhatt

Before starting learning the data structures and algorithms. I searched the internet what might be the best material to start with good coding examples. I landed with books like cracking the coding interview and website like geek for geeks.

So for me personally I have created my own material while learning the concept and noting down in notion.so where I add the core concepts and code snippet for the same.

I hope I was able to explain it well 😁