Algorithms implementation in Go (for education)

Search

Functions:
  1. BinarySearch: O(log n)

Sort

Functions:
  1. SelectionSort: O(n^2)

GitHub

View Github