mirror of
https://github.com/TheAlgorithms/C-Plus-Plus.git
synced 2026-06-28 08:06:45 +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