diff --git a/Course3 b/Course3 index f980eeb..4d3aeda 100644 --- a/Course3 +++ b/Course3 @@ -6,7 +6,7 @@ You can choose onemodule from the list below:- 4)Priority Queues & Heaps 5)Graphs & Graph Algorithms -Saubhik Mukherjee +Santak Dalai Graphs & Graph Algorithms I learnt how to implement a graph using edge list, adjacency lists and adjacency matrix. I learnt how to do BFS and DFS traversals on a graph.