Two standalone HTML pages for exploring data-structure algorithms:
graphs.html— random undirected graph (<= 10 vertices) with BFS/DFS animation, frontier view, draggable nodes, and curved/straight edge toggle.trees.html— binary search tree explorer with insert/delete, balanced mode toggle, multiple traversals (in/pre/post/DFS/BFS), pause/step controls, and timeline/log.