Last updated: 2022-06-20
56 words
1 minute
Tentative steps. Today, I took some first tentative steps into understanding Hash tables:
Last updated: 2022-06-19
345 words
2 minutes
This post is a culmination of previous project related posts. It’s useful for me to see the needs develop and to decide when and what to implement and how I can combine the requirements into clear actions to take.
Last updated: 2022-06-19
222 words
2 minutes
Definition A binary search tree (BST) is a tree data structure in which nodes are arranged according to the following property.
Last updated: 2022-06-19
149 words
1 minute
Definition Level Order traversal is a breath first transversal. The traversal starts at the root and explores all the nodes at the same depth prior to moving onto the next depth level.
Last updated: 2022-06-18
541 words
3 minutes
Tree Traversals (Preorder, Inorder and Postorder) From the root of a binary tree, traverse deeper before going laterally.
Last updated: 2022-06-17
254 words
2 minutes
Binary Tree Terms A tree has a root and leaves.
Last updated: 2022-06-17
124 words
1 minute
Certificates Section Next mini-project here on this site is to start to put together a list of certificates and courses I’ve done.