Computer-science Problem-solving Coding-problems Problem solving strategy for code problems I’m continuing to work on the JavaScript Algorithms and Data Structures course on Udemy. Here are some notes outlining the recommended problem solving strategy.
Computer-science Data-structures Javascript Big O For JavaScript Objects and Arrays Quick post to summarize different operations on objects and arrays.
Computer-science Data-structures Revisiting Data Structures and Algorithms - Big O Notation I am learning about data structures and algorithms again.
Binary Computer-science Javascript Coding-problems Binary math - addition problem Lately I’ve been working on some practice coding problems, and I needed to re-learn how to do math with binary numbers.
Computer-science Javascript What's the difference between 'i++' and '++i' I have always been familiar with incrementing a variable using i++, but recently came across ++i. It took me a while to truly understand the difference.
Computer-science Data-structures Learning data structures - advanced structures (trees) This is the last section of intro to data structures. We are now getting into non-linear data structures.
Computer-science Data-structures Learning data structures - intermediate structures Now we are getting into some intermediate topics in data structures.
Computer-science Data-structures Learning data structures - performance and basic structures It felt like it was about time to dive deeper into data structures.