Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mo7amed-hussein/algorithms-and-data-structures-in-c

it is my implemenation for the most common data strucures using c language
https://github.com/mo7amed-hussein/algorithms-and-data-structures-in-c

algorithms binary-search bubble-sort c data-structures insertion-sort interpolation-search linear-search linked-list merge-sort queue quicksort searching-algorithms selection-sort shell-sort sorting-algorithms stack

Last synced: 24 days ago
JSON representation

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

Awesome Lists containing this project

README

        

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

[email protected]

Have fun!

Mohamed Hussein.