stack-data-structure
Here are 28 public repositories matching this topic...
Sort:Most stars
🟣 Stack Data Structure interview questions and answers to help you prepare for your next data structures and algorithms interview in 2025.
- Updated
May 19, 2025
Basic data-structure implementations in Swift.
- Updated
Jan 9, 2020 - Swift
Learn How to implement different Data Structures and Algorithms in JAVA
- Updated
Jul 1, 2025 - Java
Algorithms and data structures
- Updated
Mar 12, 2020 - Go
Implementation of different Data Structures
- Updated
May 23, 2021 - C
Java implementation for some data structures.
- Updated
Feb 7, 2023 - Java
A python application on GitHub that utilizes a candy dispenser and Tkinter GUI to demonstrate the working of a stack data structure.
- Updated
Jan 13, 2023 - Python
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.
- Updated
Aug 23, 2019 - C
**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.
- Updated
Oct 11, 2024 - C
An algorithmic challenge in C to sort data on a stack using a limited set of instructions (push, swap, rotate). The main goal is to sort with the minimum number of operations. Includes a checker program to validate the sorting instructions
- Updated
Dec 9, 2025 - C
Generates a maze and finds a path from start to end using Depth-First Search.
- Updated
Feb 24, 2024 - Python
In this repo, I implemented the Stack Data Structure using JavaScript
- Updated
Apr 28, 2023 - JavaScript
Linear Data Structure - Stack Implementation ( Advanced Structure Programming - Section 2)
- Updated
Feb 19, 2020 - C++
- Updated
Sep 28, 2024 - Haskell
Stack and Queue Data Structure
- Updated
May 28, 2024 - Python
This repository contains solutions of questions related to Stack Data Structure.
- Updated
Apr 13, 2021 - C++
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.
- Updated
Oct 1, 2024 - C
Implementasi sederhana struktur data stack pada python.
- Updated
Aug 20, 2023 - Python
A collection of data structures implemented in Java, showcasing practical examples and usage scenarios of various fundamental data structures.
- Updated
Jun 15, 2024 - Java
Improve this page
Add a description, image, and links to thestack-data-structure topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with thestack-data-structure topic, visit your repo's landing page and select "manage topics."