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

https://github.com/fandreuz/go-dev-gym

Francesco's Go development gym
https://github.com/fandreuz/go-dev-gym

algorithms data-structures go

Last synced: 10 months ago
JSON representation

Francesco's Go development gym

Awesome Lists containing this project

README

          

# Francesco's Go development gym

Trying out Go on some popular algorithms.

## Index

- [Linked list](pkg/datastructures/linkedlist/)
- [Doubly linked list](pkg/datastructures/doublylinkedlist/)
- [Skip list](pkg/datastructures/skiplist/)
- [Hash map](pkg/datastructures/hashmap/)