Skip to content

Commit 7ea61d8

Browse files
committed
Updated README
1 parent a5fbd4e commit 7ea61d8

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,3 +20,12 @@ Pune, Maharashtra, India.<br />
2020
* [Doubly Linked List implementation](Linked%20Lists/DoublyLinkedList.py)
2121
* [Finding the length of linked list](Linked%20Lists/P01_FindingLengthOfLinkedList.py)
2222
* [Reversing the linked list](Linked%20Lists/P02_ReversingLinkedList.py)
23+
24+
# Stack
25+
26+
* [Stack Concept](https://github.com/OmkarPathak/Data-Structures-using-Python/tree/master/Stack/Stack.ipynb)
27+
* [Stack implementation](https://github.com/OmkarPathak/Data-Structures-using-Python/tree/master/Stack/Stack.py)
28+
* [Infix to Postfix conversion](Stack/P01_InfixToPostfix.py)
29+
* [Balanced Parenthesis](Stack/P02_BalancedParenthsis.py)
30+
* [Decimal to Binary conversion using Stack](Stack/P03_DecimalToBinary.py)
31+
* [Reversing a String using stack](Stack/P04_ReverseString.py)

0 commit comments

Comments
 (0)