We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ae229a9 commit a609eabCopy full SHA for a609eab
1 file changed
.github/contributing.md
@@ -5,8 +5,8 @@
5
## See
6
7
- [General Rules](#general-rules)
8
-- [All ▲lgorithms Structure](#all-▲lgorithms-structure)
9
-- [Adding new algorithms](adding-new-algorithms)
+- [All ▲lgorithms Structure](#all-lgorithms-structure)
+- [Adding new algorithms](#adding-new-algorithms)
10
- [Style](#style)
11
- [Adding Documentation](#adding-documentation)
12
- [Run it online](#run-it-online)
@@ -31,9 +31,8 @@
31
│ │── binary_search.cpp
32
│ └── linear_search.cpp
33
└── math
34
- ├── third-algorithm
35
- ├── third_algorithm.js
36
- └── fourth_algorithm.js
+ ├── third-algorithm.cpp
+ └── fourth_algorithm.cpp
37
```
38
39
### Adding new algorithms
0 commit comments