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+ =========
22Pygorithm
3- ============================
3+ =========
44
55A fun way to learn algorithms on the Go!
66
77Just import the module and start learning, it's that easy.
88
9+
10+ Table of Contents:
11+ ------------------
12+
13+ .. toctree ::
14+ :maxdepth: 2
15+
16+ Sorting
17+
18+
919-----------------
1020Quick Start Guide
1121-----------------
1222
13- ::
23+ * Just import the required algorithm and start learning
24+
25+ .. code-block :: python
26+ :linenos:
1427
1528 from pygorithm.sorting import bubble_sort
1629
@@ -25,12 +38,3 @@ Quick Start Guide
2538---------------
2639Getting Started
2740---------------
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