GraphNode

Built this during a data structures deep-dive when I wanted to actually see what was happening in graph traversals rather than just trace through code. GraphNode lets you build graphs interactively and watch algorithms play out in real time.

C++ under the hood, which was humbling in the best way.

View on GitHub →

Stack: C++