stack-data-structure
There are 25 repositories under stack-data-structure topic.
Devinterview-io/stack-data-structure-interview-questions
🟣 Stack Data Structure interview questions and answers to help you prepare for your next data structures and algorithms interview in 2024.
sonisuman/Swift-DataStructure
Basic data-structure implementations in Swift.
DouglaNyabasa/DataStructuresAndAlgorithmsInJAVA
Learn How to implement different Data Structures and Algorithms in JAVA
insiderover/algorithms
Algorithms and data structures
brianMunyao/pycandy
A python application on GitHub that utilizes a candy dispenser and Tkinter GUI to demonstrate the working of a stack data structure.
Chinmaym49/Stacks
About stack data structure...
mohamedhassan279/Datastructure-implementations
Java implementation for some data structures.
SinghHarshita/Data-Structures
Implementation of different Data Structures
FlorealRISSO/stack-sh
A lightweight shell utility for managing a directory stack. Easily navigate between directories by pushing, popping, and swapping paths. Ideal for developers and system administrators who frequently switch between multiple project directories.
javierramoss/LinkedStack
LinkedStack is a simple implementation of a Stack DS using a Doubly Linked List
Kahmori/DataStructure
A collection of data structures implemented in Java, showcasing practical examples and usage scenarios of various fundamental data structures.
rajh-phuyal/42push_swap
Implementing a sorting algorithm in C using stack data structure.
tarunsraina/Stack
Random Stack problems that i have tried.
the-it-weirdo/TextEncryptor-C
A console based application capable of encrypting a text (.txt) file. It implements stack data structure, file handling and encryption algorithm. The project was created as a mini-project required for the partial fulfillment of internal evaluation of 3rd semester of B.Tech(CSE) degree.
AhmadAshrf/Stack-Implementation
Linear Data Structure - Stack Implementation ( Advanced Structure Programming - Section 2)
AnnLvu/push_swap_42
**push_swap** is a C project that implements a sorting algorithm to sort a stack of integers with the minimum number of operations. The goal is to demonstrate efficient stack manipulation and algorithm optimization.
danish-kv/DSA-Stack-and-Queue
Stack and Queue Data Structure
galihap76/struktur-data-stack-python
Implementasi sederhana struktur data stack pada python.
jorgeabrahan/StackDataStructure
Stack in cpp with basic methods, helper methods, management methods, operation methods, a method that displays the list by overflowing the "<<" operator, among others.
kichkiro/push_swap
This project involves sorting data on a stack, with a limited set of instructions, and the smallest number of moves. To make this happen, you will have to manipulate various sorting algorithms and choose the most appropriate solution(s) for optimized data sorting.
Mushigarou/push_swap
Push_Swap program sort data on a stack, with a limited set of instructions, using the lowest possible number of actions
Ramy-Badr-Ahmed/Haskell-DSA
My PRs: https://github.com/users/Ramy-Badr-Ahmed/projects/7
syket-git/stack-data-structure
In this repo, I implemented the Stack Data Structure using JavaScript
unnati109c/Stack-Data-Structure
This repository contains solutions of questions related to Stack Data Structure.