/algorithms

Different kinds of algorithms implemented in Go.

Primary LanguageGo

Algorithms

Build Status

Different kinds of algorithms implemented in Go.

Collections

  • Stack
  • Queue

Sorting algorithms

  • Bubble Sort
  • Heap Sort
  • Insertion Sort
  • Shell Sort
  • Merge Sort
  • Quick Sort

Searching algorithms

  • Binary Search
  • Linear Search