File tree Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -20,4 +20,5 @@ List of contributors:
20
20
- `conanchou <https://github.com/ConanChou >`_
21
21
- `lcheung90 <https://github.com/lcheung90 >`_
22
22
- `rasbt <https://github.com/rasbt >`_
23
-
23
+ - `JoaoGFarias <https://github.com/JoaoGFarias >`_
24
+ - `kabrapratik28 <https://github.com/kabrapratik28 >`_
Original file line number Diff line number Diff line change @@ -10,6 +10,11 @@ I used psuedo code from various sources and I have listed them as references in
10
10
Algorithms implemented so far:
11
11
------------------------------
12
12
13
+ **Data Structures: **
14
+
15
+ - Queue
16
+ - Stack
17
+
13
18
**Sorting: **
14
19
15
20
- Bogo Sort
@@ -76,7 +81,7 @@ All prequisites for the algorithms are listed in the source code for each algori
76
81
Tests:
77
82
------
78
83
79
- Nose is used as the main test runner and all Unit Tests can be run by:
84
+ Nose is used as the main test runner and all Unit Tests can be run by:
80
85
81
86
::
82
87
You can’t perform that action at this time.
0 commit comments