Skip to content

LuizFantin/data-structure-c

Repository files navigation

Implementations of data structures and sorting algorithms in C language.

Sorting Algorithms:

  • heapSort
  • countingSort
  • bubbleSort
  • mergeSort
  • quickSort
  • insertionSort
  • external quickSort

Data Structures:

  • Queue
  • Stack
  • Linked List
  • Doubly Linked List
  • Binary Search Tree
  • AVL Tree
  • Red-Black Tree
  • B-Tree in Disc

About

Implementations of data structures and sorting algorithms in C language.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors