Skip to content

This repository aims to explain how a STACK and a QUEUE work. During the 2nd year at EFREI, we studied these data structures. That's why we are going to look why we need these structures and how to implement it.

Notifications You must be signed in to change notification settings

TheOnlyChou/Stack_Queue_data_structures

Repository files navigation

Stack_Queue_data_structures

This repository contains implementations in C of multiple data structures used at EFREI.

This code is provided for educational purpose only.

How does it work ?

Stack : SSL (Simple Linked List) and Arrays => Stack and unstack at the beginning of the stack.

Queue : (HT_L) Head & Tail List => Enqueue at the beginning and dequeue at the end of the queue.

About

This repository aims to explain how a STACK and a QUEUE work. During the 2nd year at EFREI, we studied these data structures. That's why we are going to look why we need these structures and how to implement it.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages