Skip to content

kleopatra999/cstuff-2

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#Algorithms & Data structures in C

Here are a few basic algorithms and data structures implemented in C. Most have some kind of documentation and tests, but I highly recommend you to proofread this with a copy of Cormen's Introduction to Algorithms or similar book.

##Data structures

  • Vector
  • Linked list
  • Doubly linked list
  • Stack
  • Graph
  • Trees
  • Heap
  • Binary tree
  • Binary search tree (BST)
  • AVL tree
  • Red-black tree

##Algorithms

  • Sorting
  • Heapsort
  • Mergesort
  • Quicksort
  • Insertion sort
  • Shortest path
  • Dijkstra's shortest path

To-do list

  • Data structures
  • Set
  • Hash table
  • B-tree (maybe...)
  • Algorithms
  • A* search

About

Algorithms & data structures in C.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 92.0%
  • Python 4.4%
  • Makefile 2.2%
  • C++ 1.4%