Skip to content

this repository contains the implementation of 4 data structures C

Notifications You must be signed in to change notification settings

mouayed-keziz/DS-Algorithms-in-C

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Data structures in C:

this repository contains the implementation of 4 data structures C

Data Structures

DS Folder
Linked List "./1-Linked List"
Doubly Linked List "./2-Doubly Linked List"
Queue "./3-Queue"
Stack "./4-Stack"

▶️ How to run

First of all , i got to mention that there are two types of src for each data structure .. "Everything in one file" && the modular src

for "Everything in one file"

  gcc '.\everything in one file\main.c' -o executable

for the modular src

  gcc *.c -o executable

About

this repository contains the implementation of 4 data structures C

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages