Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 1a3910d

Browse files
committed
Add Table of Contents to README.md and a link to docs/index.md.
1 parent 59353c0 commit 1a3910d

File tree

1 file changed

+23
-2
lines changed

1 file changed

+23
-2
lines changed

‎README.md

Lines changed: 23 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,25 @@
11
OpenLeetCode - An open source version of LeetCode
22
--------------------------------------------------------
3+
Welcome to the OpenLeetCode Project!
4+
5+
The motivation behind this project is to be able to leetcode on the plane without having internet connection. It is by no means meant to replace or copy leetcode.com.
6+
7+
8+
The motivation behind this project is to be able to practice LeetCode problems on a plane without requiring an internet connection (untill Starlink ramps up). It is by no means intended to replace or replicate leetcode.com.
9+
10+
## Table of Contents
11+
12+
1. [Windows Terminal](#windows-terminal)
13+
1. [Build](#build)
14+
2. [Run](#run)
15+
1. [Windows Terminal](#windows-terminal-1)
16+
2. [Unix](#unix)
17+
2. [How To Use](#how-to-use)
18+
3. [List of LeetCode Problems](#list-of-leetcode-problems)
19+
4. [Usage](#usage)
20+
5. [Note](#note)
21+
6. [Requirements](#requirements)
22+
7. [Contributing](#contributing)
323

424
## Windows Terminal
525

@@ -9,7 +29,6 @@ cmake -B build -DCMAKE_BUILD_TYPE=Debug -DPROBLEM_BUILDS_NAME=problem_builds
929
cmake --build build
1030
cmake --install build --config Debug
1131
```
12-
1332
### Run
1433
#### Windows Terminal
1534
```cmd
@@ -100,4 +119,6 @@ This project requires the following to run:
100119
- Git
101120

102121
## Contributing
103-
Feel free to contribute with code, test cases, or even code reviews.
122+
Feel free to contribute with code, test cases, or even code reviews.
123+
124+
For a more in-depth guide on how to contribute and information about the inner workings of OpenLeetCode, please refer to the [Docs](docs/index.md).

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /