Sunday, May 22, 2016

Leetcode 331: Verify Preorder serialization of a Binary Tree

May 22, 2016

Review the blog, and write some code using C# related to serialization of tree:

http://juliachencoding.blogspot.ca/2016/02/leetcode-331-verify-preorder.html

Read the blog: (10 - 15 minutes)
https://www.hrwhisper.me/leetcode-verify-preorder-serialization-of-a-binary-tree/

C# code practice:
https://gist.github.com/jianminchen/a24a6f88b7d66721695032ac9cb8373a


Also, check out this one:
https://www.hackerrank.com/challenges/uds-echo-server

Review blogs:
http://blog.hackerrank.com/step-0-before-you-do-anything/

No comments:

Post a Comment