File tree 1 file changed +1
-1
lines changed
1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 65
65
* [ Reverse A Linked List] ( https://github.com/TheAlgorithms/C-Plus-Plus/blob/master/data_structures/reverse_a_linked_list.cpp )
66
66
* [ Skip List] ( https://github.com/TheAlgorithms/C-Plus-Plus/blob/master/data_structures/skip_list.cpp )
67
67
* [ Sparse Table] ( https://github.com/TheAlgorithms/C-Plus-Plus/blob/master/data_structures/sparse_table.cpp )
68
- * [ Stack] ( https://github.com/TheAlgorithms/C-Plus-Plus/blob/master/data_structures/stack.h )
68
+ * [ Stack] ( https://github.com/TheAlgorithms/C-Plus-Plus/blob/master/data_structures/stack.hpp )
69
69
* [ Stack Using Array] ( https://github.com/TheAlgorithms/C-Plus-Plus/blob/master/data_structures/stack_using_array.cpp )
70
70
* [ Stack Using Linked List] ( https://github.com/TheAlgorithms/C-Plus-Plus/blob/master/data_structures/stack_using_linked_list.cpp )
71
71
* [ Stack Using Queue] ( https://github.com/TheAlgorithms/C-Plus-Plus/blob/master/data_structures/stack_using_queue.cpp )
You can’t perform that action at this time.
0 commit comments