Skip to content

Commit 3e8abd0

Browse files
committed
readme
1 parent 5d38710 commit 3e8abd0

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

README.md

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,9 @@
11
# About it
2-
Algorithm is tool for exercising our thinking patterns, and we can strengthen the ability to convert mathematical models into code. Whether you are engaged in artificial intelligence, in-depth learning, or advanced software development, no matter what language you use, such as C#,C++,Java,python,etc., and applying the most appropriate algorithm is always the most important point when faced with a specific problem. *Every problem in practice has its own particularity, which makes it not that easier to choose the most appropriate algorithm.* How do we write the algorithm that most efficiently apply to a practical issue? **Yes, LeetCode.** You can write an algorithm until it accepted, and do not rush to do the next question, and learn the solution someone else has submitted, `so you can solve the problem from the ability of solving the problem to that fast and efficient realm`.
3-
# leetcode-csharp
4-
* Welcome to visit my CSDN blog(http://blog.csdn.net/daigualu)
5-
* CSDN Column(http://blog.csdn.net/column/details/14761.html) where detail solutions are.
6-
## Leetcode-csharp Wiki
7-
[My Wiki for this repository](https://github.com/jackzhenguo/leetcode-csharp/wiki)
2+
Algorithm is tool for exercising our thinking patterns, and we can strengthen the ability to convert mathematical models into code. Whether you are engaged in artificial intelligence, in-depth learning, or advanced software development, no matter what language you use, such as C#,C++,Java,python,etc., and applying the most appropriate algorithm is always the most important point when faced with a specific problem. *Every problem in practice has its own particularity, which makes it not that easier to choose the most appropriate algorithm.* How do we write the algorithm that most efficiently apply to a practical issue? **Yes, LeetCode.** You can write an algorithm until it accepted, and do not rush to do the next question, and learn the solution someone else has submitted, `so you can solve the problem from the ability of solving the problem to that fast and efficient realm`.
83

9-
## Contributing
4+
Anyway, I create this respository called **leetcode-csharp** because I apply C# language to solove LeetCode and `every day` will update it and also publish it in `CSDN blog`(http://blog.csdn.net/daigualu) my blog column(http://blog.csdn.net/column/details/14761.html) Also, I will write some famous algorithm ideas on [My Wiki for this repository](https://github.com/jackzhenguo/leetcode-csharp/wiki) such as`Flody tortoise and hare` and `KMP`and so on. Welcome to view and contribute.
105

6+
## Contributing
117
1. Fork it!
128
2. Create your feature branch: git checkout -b my-leetcode-csharp
139
3. Commit your changes: git commit -am 'Add some questions and better solutions'

0 commit comments

Comments
 (0)