This program, in text-based user interface (TUI), represents node(s) in a graph with provision for several operations. Furthermore, it comes with a validation system, and error handlers.
- Insert Node
- Add Edge
- Delete Node
- Delete Edge
- Neighbors
- Clear
- Breadth-first Search
- Capable of handling disconnected subgraphs
- Display
C11 (or higher)