Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gocanto/go-hash-table
Simple Hash-Table Implementation
https://github.com/gocanto/go-hash-table
go golang hashtables
Last synced: about 1 month ago
JSON representation
Simple Hash-Table Implementation
- Host: GitHub
- URL: https://github.com/gocanto/go-hash-table
- Owner: gocanto
- License: mit
- Created: 2021-07-27T09:46:31.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-08-03T11:06:36.000Z (over 3 years ago)
- Last Synced: 2024-10-18T20:46:58.477Z (3 months ago)
- Topics: go, golang, hashtables
- Language: Go
- Homepage:
- Size: 3.72 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Support: support/menu.go
Awesome Lists containing this project
README
## hash-table
Simple hash table implementation
## How does it work?
> Make sure you have GoLang installed in your local machine. For more information,
> please visit [https://golang.org/dl/](https://golang.org/dl/)Once you have GoLang installed in your local machine, you can clone this repository like so:
```bash
[email protected]:golang-room/hash-table.git
```After cloning the files, you can position yourself into the given repository folder from your console, like so:
```bash
cd $HOME/hash-table
```Finally, you will be able to run the source code by typing the following
```bash
./main or go run main.go
```## Todos
- [ ] Write tests.
## Contributing
Please feel free to fork this package and contribute by submitting a pull request to enhance its functionality.
## License
The MIT License (MIT). Please see [License File](https://github.com/golang-room/hash-table/blob/main/LICENSE) for more
information.## How can I thank you?
Why not star the GitHub repo and share the link for this repository on Twitter?
Don't forget to [follow me](https://twitter.com/gocanto)!
Thanks!