https://github.com/snhilde/dsa
Data Structures and Algorithms
https://github.com/snhilde/dsa
algorithms data-structures golang
Last synced: 21 days ago
JSON representation
Data Structures and Algorithms
- Host: GitHub
- URL: https://github.com/snhilde/dsa
- Owner: snhilde
- License: mit
- Created: 2020-02-29T13:59:52.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2021-06-17T12:28:24.000Z (almost 5 years ago)
- Last Synced: 2024-06-20T12:02:41.442Z (almost 2 years ago)
- Topics: algorithms, data-structures, golang
- Language: Go
- Homepage:
- Size: 615 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README


[](https://pkg.go.dev/github.com/snhilde/dsa)
[](https://goreportcard.com/report/github.com/snhilde/dsa)
[](https://travis-ci.com/snhilde/dsa)
# dsa
Data Structures and Algorithms
These are example modules for learning and practicing.
## Current Packages
* Data Structures
* [Binary Buffer (hbit)](https://pkg.go.dev/github.com/snhilde/dsa/data_structures/hbit)
* [Linked List (hlist)](https://pkg.go.dev/github.com/snhilde/dsa/data_structures/hlist)
* [Stack (hstack)](https://pkg.go.dev/github.com/snhilde/dsa/data_structures/hstack)
* [Data Table (htable)](https://pkg.go.dev/github.com/snhilde/dsa/data_structures/htable)
* [Binary Tree (htree)](https://pkg.go.dev/github.com/snhilde/dsa/data_structures/htree)
* Algorithms
* [Search (hsearch)](https://pkg.go.dev/github.com/snhilde/dsa/algorithms/hsearch)
* [Sort (hsort)](https://pkg.go.dev/github.com/snhilde/dsa/algorithms/hsort)
## License ##
This project is licensed under the MIT License. Do whatever you want with it.
See the [LICENSE](LICENSE) file for details