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.
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 😁
For further actions, you may consider blocking this person and/or reporting abuse
We're a place where coders share, stay up-to-date and grow their careers.
Made some good progress in learning data structure and algorithms
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.
Sounds great 😀
How are you keeping track of the progress that you made during the learning process?
Do you use a textbook in learning it, for example the well-known book by Thomas Cormen, et al?
Once I have completed learning that I am planning to solve top 1000 question on leetcode for implementing my learning 😀
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 😁