Skip to content

Commit 8b2ef78

Browse files
Remove LeetCode problems from Stack implementation
- Remove next_greater_element.r file (contains Next Greater Element, Stock Span, Largest Rectangle problems) - Update DIRECTORY.md to reflect pure Stack data structure only - Keep only stack_operations.r with comprehensive Stack implementation - Focus on educational data structure implementation without problem-solving examples
1 parent 13e812c commit 8b2ef78

File tree

2 files changed

+0
-364
lines changed

2 files changed

+0
-364
lines changed

DIRECTORY.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,6 @@
4242
## Data Structures
4343
* [Binary Search Tree](https://github.com/TheAlgorithms/R/blob/HEAD/data_structures/binary_search_tree.r)
4444
* Stack
45-
* [Next Greater Element](https://github.com/TheAlgorithms/R/blob/HEAD/data_structures/Stack/next_greater_element.r)
4645
* [Stack Operations](https://github.com/TheAlgorithms/R/blob/HEAD/data_structures/Stack/stack_operations.r)
4746

4847
## Dynamic Programming

data_structures/Stack/next_greater_element.r

Lines changed: 0 additions & 363 deletions
This file was deleted.

0 commit comments

Comments
 (0)