Network Graph
Features
- The triangular nodes are the concepts, the square nodes are posts that contain those concepts
- Double-clicking a square node will redirect you to the relevant post
- Double-clicking a triangular will zoom the graph into that node
- You may drag around nodes, zoom in and out, and pan the graph
What is this?
While writing code (usually for Project Euler), I often came across the issue of, "Haven't I seen this before?"
Yep, it isn't unusual for me to have written about some code or issue I solved, but then can't remember which post that was. Wouldn't it be nice if I had a way of connecting related concepts together?
Well, a Network Graph is a nice visualization tool for doing just that! It relates concepts and posts together so I can (hopefully), quickly find those posts that could help me figure out a problem.