Tuesday, May 16, 2017

Leetcode 582: Kill Process

May 16, 2017

Problem statement is here.

Introduction 


It is a binary tree data structure, and it needs to use BFS/ DFS search to find all children.


Problem solving 


C# practice is here.

Leetcode discussion link is here.  Learn to get involved in Leetcode community. Share the code first.

Study code is here. One more C# practice.

Watch Googler - Yu Zhou - Leetcode videos on youtube.com.

Will write down C# practice using Yu Zhou's idea in the the video - link is here.

C# code is here.

Actionable Item


Work on the algorithm Leetcode 480: sliding window median, the blog is here. Leetcode weekly contest 14.

No comments:

Post a Comment