Skip to content
/ cstlmp Public

Implementation of data structures and algorithms in C, like the Standard Template Library (STL)

License

Notifications You must be signed in to change notification settings

stlmp/cstlmp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cstlmp

Implementation of data structures and algorithms in C, like the Standard Template Library (STL). Also take a look at the C++ project.

Build Status License

Building

  • Create a build folder inside the project and navigate into it.
  • Run cmake ..
  • Run make to build the library (libcstlmp.a file)
  • Run make test to run tests

License

MIT

About

Implementation of data structures and algorithms in C, like the Standard Template Library (STL)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published