Mardiniii / go-data-structures

Linked list, stack, queue, Binary Tree, B-Tree, heap and Self-balancing tree implemented in Go

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Go Data Structures

This repository contains some of my first steps working with Go and implementing different data structures. I hope to increase the list during the next months so keep in touch.

Data Structures

  • Queue
  • Stack
  • Singly linked list
  • Binary tree

Contribute

Feel free to make any comment, pull request, code review, shared post, fork or feedback. Everything is welcome.

License

This project is licensed under the MIT License.

Authors

Sebastian Zapata Mardini - GitHub profile

About

Linked list, stack, queue, Binary Tree, B-Tree, heap and Self-balancing tree implemented in Go

License:MIT License


Languages

Language:Go 100.0%