From bdee0408b32aa3047b6fe535cc8a65815d56e3c8 Mon Sep 17 00:00:00 2001 From: amaitou Date: Thu, 25 Jul 2024 04:48:49 +0100 Subject: [PATCH] Updated Stack README.md --- stack/README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/stack/README.md b/stack/README.md index 29a80e6..d156b7c 100644 --- a/stack/README.md +++ b/stack/README.md @@ -1,6 +1,16 @@ --- ![stack-banner](https://github.com/user-attachments/assets/1ecbd957-b04c-47c9-969d-3e4dacacf156) +--- + +# Overview + +- [Introduction to Stacks](https://github.com/amaitou/DataStructures/tree/main/stack#introduction-to-stacks) +- [Stack Implementation](https://github.com/amaitou/DataStructures/tree/main/stack#stack-implementation) +- [How and When to Use Stacks](https://github.com/amaitou/DataStructures/tree/main/stack#how-and-when-to-use-stacks) + - [When to Use Stacks](https://github.com/amaitou/DataStructures/tree/main/stack#when-to-use-stacks) + - [How to Use Stacks](https://github.com/amaitou/DataStructures/tree/main/stack#how-to-use-stacks) + --- # Introduction to Stacks