You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+8-4Lines changed: 8 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,15 +1,19 @@
1
1
# leetcode-challenges-in-rust
2
2
3
-
This project is for leetcode challenges in rust and add some notes of theory and algorithms.
3
+
This project is for leetcode challenges in Rust and includes notes on theory and algorithms.
4
4
5
5
## Description
6
6
7
-
In this project, I will try to solve leetcode challenges in rust.
7
+
In this project, I will attempt to solve LeetCode challenges in Rust.
8
8
9
9
## Directory Structure
10
10
11
-
-[Problems](./src/readme.md) - Contains solutions of problems. Problems are categorized by difficulty. Each problem has a link to the problem on leetcode
12
-
-[Theory](./theory/readme.md) - Contains notes of theory and algorithms. Theory is categorized by category. Each category contain a list of problems related to it.
11
+
-[Problems](./src/readme.md) - Contains solutions to problems. Problems are categorized by difficulty. Each problem has a link to the problem on LeetCode.
12
+
-[Theory](./theory/readme.md) - Contains notes on theory and algorithms. Theory is categorized by category. Each category contains a list of problems related to it.
13
+
14
+
## Contribution
15
+
16
+
We welcome contributions to this project. If you'd like to contribute, please follow the guidelines outlined in our [Contribution Guide](./CONTRIBUTION.md).
0 commit comments