linked-stack
There are 13 repositories under linked-stack topic.
AhmedHatemS/DS
Main data structures array-based and linkd-based implementation in C.
davidsantana06/linkeds
LinkeDS is a versatile Python project with linked data structures — stack, queue, and list — offering adaptability in bounded and dynamic sizes.
onskydeep/Penguin-Supermarket
Not very easy OOP project. Modifying and implementing stack, queue, linkedlist and mixture of them by myself.
ComputerScienceEmpire/DS
Main data structures array-based and linkd-based implementation in C.
ecemcinar/AlgorithmsAndProgramming-II
Java exercises and data structures
kobedelta-phi-edu/InfixToPostfix
A program that converts an Infix expression to a Postfix one as well as evaluates a Postfix expression by utilizing a LinkedStack data structure.
Mohamed20Ahmed/Data-Structures-
Data Structures codes
rafaelalmeida2909/Python-Data-Structures
Data structures in Python
Youssef307-hub/LinkedStack
Linked Stack implementation
aleksander-sienkiewicz/Data-Structures-I
all labs & assignments done in data structures I class, done in python
mauricio-cantu/stack-structure
Linked Stack and Static Stack data structures implementations. Programming II class.
rcasanovan/Linked-Stack
Linked stack using C language