goalgo

module
v0.1.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 15, 2024 License: MIT

README

Goalgo(rithms and data structures)

Implementation of various algorithms and data structures in golang

Now reworked with generics and interfaces!

Data Structures

  • Binary Tree
  • Linked List (doubly linked)
  • Stack
  • Queue
  • Priority Queue (Heap)
  • Set (Implemented with a map)
  • Graph (Directed and Undirected)

Algorithms

  • Sorting

    • Selection sort
    • Insertion sort
    • Bubble sort
    • Merge sort
    • Heap sort
    • quicksort
  • Search

    • BFS
    • DFS
  • Pathfinding

    • Dijkstra
  • Minimum Spanning Tree

    • Prim

Installation

  1. cd into the directory of your project
  2. go get github.com/tsagae/goalgo

Directories

Path Synopsis
structs
set

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL