30-seconds-of-cpp
30-seconds-of-cpp copied to clipboard
30 Seconds of C++ (STL in C++). Read More about 30C++ here 👉
We should use vectors in case we need to increase or decrease size of array. This PR... Fixes # ## Changes - ## Checklist - [ ] I have read...
What is the use of statement system("pause") in line number 24 This PR... Fixes # ## Changes - ## Checklist - [ ] I have read CONTRIBUTING guidelines. - [...
This PR... Fixes # ## Changes - ## Checklist - [x] I have read CONTRIBUTING guidelines. - [ ] This is a typo fix. - [x] I am not updating...
This PR adds the merge function md file to the map library. Fixes # ## Changes -This pull request details the workings of the map modules merge funcion. It includes...
This PR adds description for the move() function in the algorithm Fixes #609 ## Changes -This PR is a change to the previous move.md file. The previous md file described...
Added member function at in unordered_map ## Changes -Member function, at() in unordered_map is used to access the values of map by reference using keys as argument ## Checklist -...
This PR is a code snippet for std::list's push_back method. The submitted file is push_back.cpp. Fixes # ## Changes This PR is a code snippet for std::list's push_back method. The...
This PR adds swap_ranges to the algorithm sub folder. ## Checklist - [x] I have read CONTRIBUTING guidelines. - [ ] This is a typo fix. - [x] I am...
In the [move](https://github.com/Bhupesh-V/30-seconds-of-cpp/blob/master/algorithm/move.md) article, the example does not seem to comply with the function signature of std::move in I found online: https://en.cppreference.com/w/cpp/algorithm/move
First of all, thank you for this amazing repo! 👍 One small thing: [linear_search](https://github.com/Bhupesh-V/30-seconds-of-cpp/blob/master/algorithm/linear_search.md) does not seem to be a part of the standard. http://eel.is/c++draft/#algorithms