Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 316 Bytes

README.md

File metadata and controls

25 lines (17 loc) · 316 Bytes

TSL

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

Building:

cd src

make

Data structures

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

Sorting

  • Quicksort
  • Bubble sort

Search

  • Binary Search

Memory

  • Arena allocator