Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 28f355f

Browse files
author
JoaoGFarias
committed
Updating README and AUTHORS files
Including new section/folder: Data Structures
1 parent 37c1670 commit 28f355f

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

AUTHORS.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,5 @@ List of contributors:
2020
- `conanchou <https://github.com/ConanChou>`_
2121
- `lcheung90 <https://github.com/lcheung90>`_
2222
- `rasbt <https://github.com/rasbt>`_
23-
23+
- `JoaoGFarias <https://github.com/JoaoGFarias>`_
24+
- `kabrapratik28 <https://github.com/kabrapratik28>`_

README.rst

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,11 @@ I used psuedo code from various sources and I have listed them as references in
1010
Algorithms implemented so far:
1111
------------------------------
1212

13+
**Data Structures:**
14+
15+
- Queue
16+
- Stack
17+
1318
**Sorting:**
1419

1520
- Bogo Sort
@@ -76,7 +81,7 @@ All prequisites for the algorithms are listed in the source code for each algori
7681
Tests:
7782
------
7883

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:
8085

8186
::
8287

0 commit comments

Comments
 (0)