The repo contains all important algorithms implemented using stl in c++ which are impportant for competitive exams and placements.
This repository is made taking into account the use of stl and learning of algorithms both at once. All the important algorithms are implemented using stl in the repository for practice. Contributers are invited to help the others learn through different approaches.
Ternary Search is not used widely because search time is same--- O(logn)
Please write the first line of your commit message in the following style:
file-name: Algorithm implemented
Use comment lines to explain your code