2020-04-18 CP Basics Workshop Session 6

Notes

Resources

  1. Graph Representation Practice Problems | Algorithms | page 1 | HackerEarth
  2. Diameter of a tree using DFS - GeeksforGeeks
  3. https://sketch.io/render/sk-f4c341225e7c56c2ffacc042fae2b816.jpeg
  4. https://sketch.io/render/sk-fb61746e5f4ae56a788018a6cb959b68.jpeg

Problems for practice

  1. Detect cycle in an undirected graph | Practice | GeeksforGeeks
  2. Count the paths | Practice | GeeksforGeeks
  3. PAC6 Problem - CodeChef
  4. - LeetCode

Codes

  1. DFS - FK5TXt - Online C++0x Compiler & Debugging Tool - Ideone.com
  2. BFS - qate1z - Online C++0x Compiler & Debugging Tool - Ideone.com
  3. Dijkstra’s Algorithm - yHu8Hq - Online C++0x Compiler & Debugging Tool - Ideone.com
1 Like