Skip to content

Commit fb928c3

Browse files
Add comprehensive Stack data structure implementation (#285)
1 parent ca2677f commit fb928c3

File tree

2 files changed

+452
-0
lines changed

2 files changed

+452
-0
lines changed

DIRECTORY.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,8 @@
4444

4545
## Data Structures
4646
* [Binary Search Tree](https://github.com/TheAlgorithms/R/blob/HEAD/data_structures/binary_search_tree.r)
47+
* Stack
48+
* [Stack Operations](https://github.com/TheAlgorithms/R/blob/HEAD/data_structures/Stack/stack_operations.r)
4749
* Queue
4850
* [Queue Operations](https://github.com/TheAlgorithms/R/blob/HEAD/data_structures/Queue/queue_operations.r)
4951

0 commit comments

Comments
 (0)