Skip to content

Commit 68a39de

Browse files
committed
Added stack
1 parent f2adf9f commit 68a39de

File tree

2 files changed

+11
-3
lines changed

2 files changed

+11
-3
lines changed

docs/dsa/stack/_category_.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"label": "Stack",
3+
"position": 9,
4+
"link": {
5+
"type": "generated-index",
6+
"description": "Stack is a linear data structure that follows LIFO principle"
7+
}
8+
}

docs/dsa/stack/stack-using-array.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
---
22
id: stack-in-dsa
33
title: Stack Using Array
4-
sidebar_label: Stack
4+
sidebar_label: Stack Using Array
55
sidebar_position: 1
6-
description: ""
7-
tags: [dsa, data-structures, stack]
6+
description: "Stack is a linear data structure that follows LIFO principle"
7+
tags: [dsa, data-structures, stack, LIFO]
88
---
99

1010
### Introduction to Stack

0 commit comments

Comments
 (0)