Skip to content

Commit 21b57e6

Browse files
committed
docs: Update README to enhance project description and add features section
1 parent 5393a42 commit 21b57e6

File tree

1 file changed

+16
-4
lines changed

1 file changed

+16
-4
lines changed

README.md

Lines changed: 16 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,22 @@
22
<img src="src/images/banner.webp" alt="leetcode cheatsheet banner" width="768" height="420">
33
</p>
44

5-
- big o time/space complexities
6-
- code templates
7-
- data structure implementations
8-
- sorting algorithms
5+
## LeetCode Cheatsheet
6+
A comprehensive cheatsheet for LeetCode enthusiasts, featuring essential algorithms, data structures, and problem-solving techniques.
7+
8+
## Features
9+
- Big O time and space complexities for common algorithms
10+
- Code templates for frequently used algorithms
11+
- Implementations of various data structures
12+
- Sorting algorithms with explanations
13+
14+
## Building the Project
15+
To build the LeetCode Cheatsheet project, follow these steps:
16+
17+
```bash
18+
$ npm run build
19+
```
920

1021
## License
22+
1123
This project is released under the GNU GPL License - see the [LICENSE](LICENSE) file for details

0 commit comments

Comments
 (0)