Skip to content

THasthika/libal

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

69 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CMake

libal

A C library with useful data structures and algorithms

Data Structures

Basics

  • Linked List (Double)
  • Stack
  • Queue
  • Hash Table

Trees

  • Binary Search Tree
  • Red Black Tree

Algorithms

Sorting Algorithms

  • Insertion Sort
  • Merge Sort
  • Heap Sort
  • Quick Sort

Dynamic Algorithms

  • Longest Common Subsequence

Installation

  1. run mkdir build in the repo directory
  2. cd into the build dir cd build
  3. run cmake ../
  4. run make to build the project
  5. run make install to install it to the system

About

A c library with useful data structures and algorithms

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors