Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/aamiranwar/sea

A curated list of programs in C for the study of Data structures and Algorithms.
https://github.com/aamiranwar/sea

algorithm c data-structures

Last synced: about 1 month ago
JSON representation

A curated list of programs in C for the study of Data structures and Algorithms.

Awesome Lists containing this project

README

        

![alt text](https://github.com/AamirAnwar/Sea/blob/master/resources/Logo.png "Logo")

A curated list of programs in C for the study of Data structures and Algorithms.

## Sorting
- Quicksort

## Linked Lists
- Create a Linked List
- Reverse a Linked List
- Add one to number represented using a Linked List
- Sort a linked list

## Binary Search Tree
- Breadth First Search
- Given the preorder and inorder traversal, create a Binary Tree (in progress)