DEV Community

Discussion on: Day 5 of #100DaysOfCode!

Collapse
 
iammalan profile image
iamMalan

I'm also a newbie. But, I think it's better if you coverup some cs topics while you study programming(data structures, OOP) It really helps us to understand how code works... Good luck!

Thread Thread
 
cfalucho profile image
Christian Falucho

Any recommendations on any particular resources for data structures? I have not taken any courses with DS in college and would really like to improve on them. To be more specific data structures and algorithms. I picked up several books on them but they been collecting dust. So maybe ill pick them up again. But I appreciate it! Best luck to you as well!

Thread Thread
 
iammalan profile image
iamMalan

If you want to have the basic idea of what are data structures, watch the introduction series of data structures on FreeCodeCamp YouTube channel. Also, you can find OOP and Algorithm introductory courses there. I finished watching both of those video series last week. Those really help me to understand coding so much better. Keep up! Do more projects btw