We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a6ec656 commit ee338acCopy full SHA for ee338ac
README.md
@@ -2,7 +2,16 @@
2
* Welcome to visit my CSDN blog(http://blog.csdn.net/daigualu)
3
* 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)
+[My Wiki for this repository](https://github.com/jackzhenguo/leetcode-csharp/wiki)
6
+
7
+## Contributing
8
9
+1. Fork it!
10
+2. Create your feature branch: git checkout -b my-leetcode-csharp
11
+3. Commit your changes: git commit -am 'Add some questions and better solutions'
12
+4. Push to the branch: git push origin my-leetcode-csharp
13
+5. Submit a pull request and enjoy! :D
14
15
## `Today Update`
16
### Math
17
#### 7 Reverse Integer
0 commit comments