30-seconds-of-cpp icon indicating copy to clipboard operation
30-seconds-of-cpp copied to clipboard

30 Seconds of C++ (STL in C++). Read More about 30C++ here 👉

Results 127 30-seconds-of-cpp issues
Sort by recently updated
recently updated
newest added

This PR... Fixes # ## Changes - ## Checklist - [x] I have read CONTRIBUTING guidelines. - [x] This is a typo fix. - [x] I am not updating any...

### Hello ! **Describe the bug** I noticed that the TODO list in unordered_map/README.md contains duplicated items such as count and find. One entry is checked while the other is...

bug

This PR makes changes to `rend.md` to conform to the `contributing.md` style guide. It also adds a corresponding `rend.cpp` code snippet. ## Changes - Remove `` header and replace it...

link added of crend.

### Important Instructions before you send a pull request 1. Please read the [CONTRIBUTING](https://github.com/Bhupesh-V/30-seconds-of-cpp/blob/master/CONTRIBUTING.md) guidelines line-by-line. 2. This is not your typical problem-solving repo, so any PRs about pushing that...

Currently I have to run `update_readme.py` for updating the contents of README after a PR is merged. We need to automate running of this script. 2 solutions can be: -...

help wanted

Everything present in this project is up to date which looks very simple and is very easy to understand. In the Vector section of STL, I found that the difference...

Add Time Complexities of all methods for all functions / algorithms. If Time Complexities of all methods will also be available handy, it'll make the repo more useful.

suggestion
feedback