Skip to content

Commit a6ec656

Browse files
authored
add wiki
1 parent cea7e90 commit a6ec656

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# leetcode-csharp
22
* Welcome to visit my CSDN blog(http://blog.csdn.net/daigualu)
33
* CSDN Column(http://blog.csdn.net/column/details/14761.html) where detail solutions are.
4+
## Leetcode-csharp Wiki
5+
[Wiki](https://github.com/jackzhenguo/leetcode-csharp/wiki)
46
## `Today Update`
57
### Math
68
#### 7 Reverse Integer
@@ -241,4 +243,4 @@ Tags are following:
241243
* Tips:
242244
* the most important function in solving this issue is
243245
* private TreeNode bulidTree(int preStart, int inStart, int inEnd) ;
244-
* Plus, preStart index in preorder is the root index, which is also the separate point in inorder and it’s left is left subtree and right is right subtree.
246+
* Plus, preStart index in preorder is the root index, which is also the separate point in inorder and it’s left is left subtree and right is right subtree.

0 commit comments

Comments
 (0)