Categorygithub.com/flan6/data-algo
repository
0.0.0-20240504182933-49e16dc08764
Repository: https://github.com/flan6/data-algo.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author
No description provided by the author

# README

Algorithms and Data Structures in Go

This repository is intended for study of algorithms and data structures in general. We aim to leverage Go features the farthest possible, with generics and concurrency whenever possible.

This project is not intended for production usage, do not use it.

Contents

  • algorithms
    • sorting
      • selection sort
      • bubble sort
      • merge sort
      • quick sort
    • searching
      • binary
      • linear
    • two crystal balls problem
    • recursive maze path find
  • data structures
    • doubly linked list
    • stack
    • queue
    • binary search tree
    • avl tree
    • weighted graph
  • visualization
    • sorting

no brain no gain