DEV Community

Discussion on: What was your win this week?

Collapse
 
manthanbhatt profile image
Manthan Bhatt

Made some good progress in learning data structure and algorithms

Collapse
 
lexiebkm profile image
Alexander B.K.

Nice to see someone feels a win when learning a subject/material. That's what I felt too, when I found much better understanding when reading the same materials in Node.js recently : mainly event-loop, promises, async-await that I had read several months ago.
There are other subjects/materials in my learning plan too, including Operating System although some of these are not of high priority.

Collapse
 
manthanbhatt profile image
Manthan Bhatt

Sounds great 😀
How are you keeping track of the progress that you made during the learning process?

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 😁