Algorithms implementation in Go (for education) Search Functions: BinarySearch: O(log n) Sort Functions: SelectionSort: O(n^2) QuickSort: O(n log n)