Skip to content

Commit acb12c0

Browse files
committed
structure changed on main readme
1 parent 553f07d commit acb12c0

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

README.md

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,18 +8,20 @@
88
| Rust | [Rust](Rust/README.md) | [@sektor7k](https://github.com/sektor7k) |
99
| C++ | [Cpp](Cpp/README.md) | [@sametaydinq](https://github.com/sametaydinq) |
1010

11-
## Introduction
11+
---
12+
13+
## 🙋🏻 Introduction
1214

1315
Welcome to the solutions of leetcode algorithms.
1416

15-
## How to Use It?
17+
## 🚀 How to Use It?
1618

1719
I suggest cloning the repository locally to work with it, but you can easily look at any solution you want without cloning it. Simply press `Ctrl + F` and type the name of the question or its ID. Each folder includes an .md file that you can click on to go to the Leetcode website. There are two parts of questions:
1820

1921
1. Problem: </br> This part includes the definition of the problem, example cases, input and output examples, constraints, and follow-up information.
2022
2. Solution: </br> This part includes a table to navigate to the solutions.
2123

22-
## Solutions
24+
## 😎 Solutions
2325

2426
Each .md file for a solution includes:
2527

@@ -28,11 +30,11 @@ Each .md file for a solution includes:
2830
- Complexity (determining the time and space complexity of the solution)
2931
- Code (the actual solution to the problem)
3032

31-
## How to Clone It?
33+
## 👾 How to Clone It?
3234

3335
> `git clone https://github.com/cukurovablock/awesome-leetcode-algorithms-solutions.git`
3436
35-
## Extensions
37+
## 👽 Extensions
3638

3739
- [markdownlint](https://marketplace.visualstudio.com/items?itemName=DavidAnson.vscode-markdownlint)
3840
- [Markdown Table](https://marketplace.visualstudio.com/items?itemName=TakumiI.markdowntable)
@@ -41,7 +43,7 @@ Each .md file for a solution includes:
4143
- [Auto-Open Markdown Preview](https://marketplace.visualstudio.com/items?itemName=hnw.vscode-auto-open-markdown-preview)
4244
- [vscode-icons](https://marketplace.visualstudio.com/items?itemName=vscode-icons-team.vscode-icons)
4345

44-
## How to Contribute?
46+
## 🫶🏻 How to Contribute?
4547

4648
[How to Contribute to Open Source Projects on GitHub](https://www.youtube.com/watch?v=waEb2c9NDL8)
4749

0 commit comments

Comments
 (0)