Skip to content

prashanthkondedath/ctl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 

Repository files navigation

CTL: C Template Library

CTL (C Template Library) is a lightweight header-only library that provides generic stack, queue, and priority queue implementations in C. The library allows you to define and use these data structures for any data type, including custom structures.

Features

  • Generic Stack
  • Generic Queue
  • Generic Priority Queue (Min-Heap and Max-Heap)
  • Easy integration with your C projects
  • Header-only library

Getting Started

To use the CTL library, include the ctl.h file in your project:

#include "include/ctl.h"

About

C Template Library

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages