Skip to content

Commit df5516b

Browse files
committed
docs: add reference to contribution file
1 parent e2c10b6 commit df5516b

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

README.md

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,19 @@
11
# leetcode-challenges-in-rust
22

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.
44

55
## Description
66

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.
88

99
## Directory Structure
1010

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).
1317

1418
## References
1519

0 commit comments

Comments
 (0)