Wednesday, October 3, 2018

726. Number of Atoms

Oct. 3, 2018

Introduction


I wrote a post on leetcode discuss and shared my C# code submitted in 2017.

My post


Here is my summary of practice.

It is a hard level algorithm. I practiced the algorithm in February 2018. I did study at least 4 ideas, and then submitted one solution.
Here are the five blogs related to my study of the hard level algorithm.
  1. http://juliachencoding.blogspot.com/2018/01/leetcode-726-number-of-atoms.html
  2. http://juliachencoding.blogspot.com/2018/01/leetcode-726-number-of-atoms-ii.html
  3. http://juliachencoding.blogspot.com/2018/02/leetcode-726-number-of-atoms-iii.html
  4. http://juliachencoding.blogspot.com/2018/02/leetcode-726-number-of-atoms-iv.html
  5. http://juliachencoding.blogspot.com/2018/02/leetcode-726-number-of-atoms-v.html
I think that it is better to work on easy level or medium level algorithm first.
I like to share my C# code first.

Here is the discuss link.



No comments:

Post a Comment