File tree Expand file tree Collapse file tree 1 file changed +18
-4
lines changed Expand file tree Collapse file tree 1 file changed +18
-4
lines changed Original file line number Diff line number Diff line change 2
2
Pygorithm
3
3
=========
4
4
5
- A fun way to learn algorithms on the Go!
6
-
7
- Just import the module and start learning, it's that easy.
5
+ | ``Pygorithm``: A fun way to learn algorithms on the go!
6
+ | Just import the module and start learning, it's that easy.
8
7
8
+ A Python module written in pure python and for purely educational purposes.
9
+ Get the code, time complexities and much more by just importing the required algorithm.
9
10
10
11
Table of Contents:
11
12
------------------
12
13
13
14
.. toctree ::
14
- :maxdepth: 2
15
15
16
16
Sorting
17
+ Searching
17
18
18
19
19
20
-----------------
@@ -37,3 +38,16 @@ Quick Start Guide
37
38
---------------
38
39
Getting Started
39
40
---------------
41
+
42
+ * For getting started, first download the package using Python package manager
43
+
44
+ ::
45
+
46
+ pip3 install pygorithm
47
+
48
+ * For Python 2, you can use pip instead. Depending on your user permissions, you might need to ``sudo `` before installing
49
+
50
+
51
+ * :ref: `genindex `
52
+ * :ref: `modindex `
53
+ * :ref: `search `
You can’t perform that action at this time.
0 commit comments