https://github.com/fahimsifnatul/godatastructures
A ready to use collection of data structures written in GO for you
https://github.com/fahimsifnatul/godatastructures
data-structures go-data-structures go-queue go-set go-stack queue set stack
Last synced: 2 months ago
JSON representation
A ready to use collection of data structures written in GO for you
- Host: GitHub
- URL: https://github.com/fahimsifnatul/godatastructures
- Owner: FahimSifnatul
- License: mit
- Created: 2022-05-17T05:26:52.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2022-05-17T06:51:44.000Z (almost 4 years ago)
- Last Synced: 2024-06-21T04:51:14.593Z (almost 2 years ago)
- Topics: data-structures, go-data-structures, go-queue, go-set, go-stack, queue, set, stack
- Language: Go
- Homepage:
- Size: 11.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## goDataStructures
An effective and ready to use data structure library for go developers with a moral of **_less code, do more_**.
### Requirements
* go (>1.10)
### Data Structures (At present)
* Set
* Stack
* Queue
### Data Structure (Near Future)
* Linked List
* Different Tree based data structures
* Different graph based data structures
**For any query** please feel free to [Contact Us](mailto:sifnatul2475@gmail.com)