Skip to content

The repo contains all important algorithms implemented using stl in c/c++

Notifications You must be signed in to change notification settings

akshkr/Algorithms_using_stl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

72 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Algorithms_using_stl

The repo contains all important algorithms implemented using stl in c++ which are impportant for competitive exams and placements.

You can also work on important algorithms not listed in the issue list.

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)

Commit Messages

Please write the first line of your commit message in the following style:

file-name: Algorithm implemented

Comment Lines

Use comment lines to explain your code

About

The repo contains all important algorithms implemented using stl in c/c++

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages