Skip to content

Commit aa2cd5c

Browse files
committed
Updated README.md
1 parent c58a487 commit aa2cd5c

File tree

1 file changed

+13
-3
lines changed

1 file changed

+13
-3
lines changed
Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,16 @@
1-
# Pygorithm
1+
============================
2+
Pygorithm
3+
============================
24

35
A fun way to learn algorithms on the Go!
6+
47
Just import the module and start learning, it's that easy.
58

6-
```python
9+
-----------------
10+
Quick Start Guide
11+
-----------------
12+
13+
::
714

815
from pygorithm.sorting import bubble_sort
916

@@ -14,4 +21,7 @@ Just import the module and start learning, it's that easy.
1421

1522
# to sort the list
1623
sorted_list = bubble_sort.sort(myList)
17-
```
24+
25+
---------------
26+
Getting Started
27+
---------------

0 commit comments

Comments
 (0)