Wednesday, January 4, 2017

Leetcode 210: Course Schedule (II)

January 4, 2016

Review Leetcode 210.

Study the solution here first.

Review previous practice here.

Just warm up graph algorithm in 30 minutes:
Study graph on code review website on stackexchange.com.


  1. First review of BFS, DFS - Excellent review link is here
  2. Implementation of Graph - Good review link is here
  3. Implementation of Dijkstra's algorithm

[interview-questions] graph keyword search: 35 posts sorted by vote 

  1. Find if a word with wildcard exists in dictionary [closed]

     Good lecture about test driven development


No comments:

Post a Comment