Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/prembhaskal/golib

golib is similar to STL which will provide useful data structures in coding contests.
https://github.com/prembhaskal/golib

Last synced: about 14 hours ago
JSON representation

golib is similar to STL which will provide useful data structures in coding contests.

Awesome Lists containing this project

README

        

# golib
golib is similar to STL which will provide useful data structures in coding contests.

## checkout references here to implement stuff
https://www.geeksforgeeks.org/the-c-standard-template-library-stl/

### TODOS to implement
- min heap
- max heap
- stack
- queue