mirror of
https://github.com/TheAlgorithms/C-Plus-Plus.git
synced 2026-02-03 18:46:50 +08:00
1. Replaced the namespace with a generic class Graph 2. Created add edge function to account for both directional and bidirectional graph 3. test case to include string nodes also