Skip to content

tmacksf/TSL

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

71 Commits
 
 
 
 
 
 

Repository files navigation

TSL

A C code base for future projects. Will continue to build on this whenever necessary.

Building:

cd src

make

After that you are all set with the libTSL.a file. Running make clean will remove any .o or .so files as well.

Data structures

  • Vector
  • Hash table (string as key)
  • Linked list
  • Doubly linked list

Sorting

  • Quicksort
  • Bubble sort

Search

  • Binary Search

Memory

  • Arena allocator

About

A C base layer.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published