Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/prembhaskal/golib
- Owner: prembhaskal
- License: mit
- Created: 2024-05-18T16:10:18.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-05-18T17:38:40.000Z (6 months ago)
- Last Synced: 2024-06-19T15:13:22.244Z (5 months ago)
- Language: Go
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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