Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/chrisrbxiong/leetcodesolution

A solution set for leetcode
https://github.com/chrisrbxiong/leetcodesolution

leetcode python

Last synced: 20 days ago
JSON representation

A solution set for leetcode

Awesome Lists containing this project

README

        

# Solution set for leetcode.

## LinkedList
- 2.Add Two Numbers
- 445.Add Two Numbers II
- 25.Reverse Nodes in k-Group
- 61.Rotate List
- 445.Add Two Numbers 2
## Tree
- 98.Validate Binary Search Tree
- 102.Binary Tree Level Order Traversal
- 112.Path Sum
- 114.Flatten Binary Tree to Linked List
- 124.Binary Tree Maximum Path Sum
- 145.Binary Tree Postorder Traversal
- 222.Count Complete Tree Nodes
- 538.Convert BST to Greater Tree
## Union Find
- 547.Friend Circles
- 200.Number of Islands
- 130.Surrounded Regions
- 684.Redundant Connection