DSA & Algorithms
38 articles in this topic

Graph Algorithms: BFS, DFS, and shortest paths worked out
Graph algorithms explained: adjacency matrix vs list, BFS and DFS traversal order, edge classification, topological sort, and Dijkstra shortest paths.
Updated 26 Jul 20265 min readDSA & Algorithms

Binary trees and binary search trees: traversals, operations, and the exam angle
Binary trees and binary search trees: terminology, all four traversals worked on a tree, BST insert, search and delete, balance, plus the exam angle.
Updated 25 Jul 20266 min readDSA & Algorithms