Nhon DangData Structures Continued => Binary Search TreesIn this weeks continuation of data structures, I’ll be going over how to build out a binary search tree along with some simple traversal…Jun 23, 2021Jun 23, 2021
Nhon DangData Structures Continued => Linked ListsSo to keep the trend of my previous blogs, this week we’ll be going over linked lists. More specifically singly linked lists and a few…Jun 18, 2021Jun 18, 2021
Nhon DangData Structures Continued => StacksI’ve previously written about Binary Search Trees which is a pretty common data structure. My blogs seem all over the place but I assure…Jun 10, 2021Jun 10, 2021
Nhon DangA Look at Recursion and Implementation ExampleHey everyone, today we’ll be looking at recursion and some of its characteristics along with an example. First off, I’ll talk about what it…Jun 1, 2021Jun 1, 2021
Nhon DangBig-O Notation Time Complexity Part 2 “Searches”In this blog, I’ll be going a bit further and providing a more in depth of when time complexity comes into play with common examples. We’ll…May 26, 2021May 26, 2021
Nhon DangHigh Level Big-O Notation => Time ComplexityIf you’re learning programming or software development, you’ve probably ran into topics such as data structures, time complexities, space…May 22, 2021May 22, 2021
Nhon DangBinary tree-DFS-traversals, part 2As promised from the last blog, I’ll be going over the the other two common ways for implementing a DFS traversal on a binary tree. The…May 13, 2021May 13, 2021
Nhon DangBinary tree-DFS traversals,-in-orderHi everyone, today we’ll be briefly going over the data structure of binary trees and taking a quick look at different ways to traverse…May 9, 2021May 9, 2021
Nhon DangReact Javascript Forms GuideForm handling in React is much more different than form handling in vanilla javascript. If you recall, forms in javascript involves…Feb 18, 2021Feb 18, 2021
Nhon DangDom Manipulation And Using The Chrome Inspect Tool With JavascriptI’ve recently finished a project for my coding bootcamp that involved building an SPA (single page application). This has taught me a lot…Feb 4, 2021Feb 4, 2021