SearchAlgorithms This is implementation of search algorithm to find some number in a vector The implementation works in Theta(2^n) time complexity and Theta(n^2) memory complexity.