Skip to content

it is my implemenation for the most common data strucures using c language

Notifications You must be signed in to change notification settings

mo7amed-hussein/algorithms-and-data-structures-in-c

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

it is my implemenation for the most common data strucures and algorithms using c language

available data stuctures implemenations are

* singly Linked list
* doubly linked list
* stack 
* queue

available algorithms implemenations

* search 
	* linear search
	* binary search
	* interpolation search
* sort
	* bubble sort
	* selection sort
	* insertion sort--> TBD
	* merge sort--> TBD
	* shell sort --> TBD
	* quick sort --> TBD

finally

I would also gladly welcome your questions and contributions.

you are welcome to contact me at

m.hussein1389@gmail.com

Have fun!

Mohamed Hussein.