Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/mo7amed-hussein/algorithms-and-data-structures-in-c
- Owner: mo7amed-hussein
- Created: 2017-10-16T16:18:42.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-10-16T20:29:01.000Z (over 7 years ago)
- Last Synced: 2024-11-09T01:52:25.886Z (3 months ago)
- Topics: 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
- Language: C
- Size: 18.6 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
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
* queueavailable 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
Have fun!
Mohamed Hussein.