Skip to content

ianjustiz/datastructs_algs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

datastructs_algs

Implementation of data structures and algorithms in C.

Current functionality:

  • Linked List w/ Tail Pointer
  • Stacks
  • Queues
  • Sorting Algorithms
    • Quicksort
    • Merge Sort
    • Radix Sort
    • Bucket Sort
    • Insertion Sort
    • Selection Sort
    • Bubble Sort
  • Binary Search Trees
  • AVL Trees (WIP - Experimental)
  • Tries (WIP - Experimental)
  • Heaps (WIP - Incomplete)

About

Experimenting with implementation of DSA in C

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages