
Visualizing Algorithms Through Animation
The website serves as a collection of my work, and I will continue updating it throughout the semester.


The Art of Binary Numbers
Learn the beauty behind converting decimal numbers into binary using simple math.

Binary Representation
IEEE 754 Half Precision storing the number 3.14.

Depth-First Search (DFS)
Exploring paths, backtracking nodes, and traversing graphs with depth.

B-tree Insertion Algorithm
Splitting, shifting, and promoting during B-tree key insertion

B-tree Deletion Algorithm
Merging, borrowing, and rebalancing during B-tree key deletion.

Dijkstra's Algorithm
Relaxing edges, updating paths, and selecting the shortest route.