Saturday, June 17, 2017

Leetcode: Number of Islands II

June 17, 2017



Introduction




Julia has to work hard on expert level algorithm, she plans to work on the algorithm called "Path Matching" in the week of code 33. Julia needs to find some topics to study in order to come out a working idea to solve partial the algorithm.

One of her studies is about network, n nodes with n - 1 edges, what implies to this graph? Julia likes to find path for any two nodes. What should be included for a good consideration before she comes out the idea to search a pattern.



Algorithm study


Plan to read a blog written by jcliBlogger, the link is here

Leetcode number of islands II, the link is here



No comments:

Post a Comment