File tree Expand file tree Collapse file tree 2 files changed +16
-12
lines changed Expand file tree Collapse file tree 2 files changed +16
-12
lines changed File renamed without changes.
Original file line number Diff line number Diff line change 1
- ============================
1
+ =========
2
2
Pygorithm
3
- ============================
3
+ =========
4
4
5
5
A fun way to learn algorithms on the Go!
6
6
7
7
Just import the module and start learning, it's that easy.
8
8
9
+
10
+ Table of Contents:
11
+ ------------------
12
+
13
+ .. toctree ::
14
+ :maxdepth: 2
15
+
16
+ Sorting
17
+
18
+
9
19
-----------------
10
20
Quick Start Guide
11
21
-----------------
12
22
13
- ::
23
+ * Just import the required algorithm and start learning
24
+
25
+ .. code-block :: python
26
+ :linenos:
14
27
15
28
from pygorithm.sorting import bubble_sort
16
29
@@ -25,12 +38,3 @@ Quick Start Guide
25
38
---------------
26
39
Getting Started
27
40
---------------
28
-
29
- Table of Contents:
30
- ------------------
31
-
32
- .. toctree ::
33
- :maxdepth: 2
34
-
35
- index
36
- Sorting
You can’t perform that action at this time.
0 commit comments