30-seconds-of-cpp
https://github.com/bhupesh-v/30-seconds-of-cpp
C++
30 Seconds of C++ (Standard Template Library in C++).
Triage Issues!
When you volunteer to triage issues, you'll receive an email each day with a link to an open issue that needs help in this project. You'll also receive instructions on how to triage issues.
Triage Docs!
Receive a documented method or class from your favorite GitHub repos in your inbox every day. If you're really pro, receive undocumented methods or classes and supercharge your commit history.
C++ not yet supported12 Subscribers
Add a CodeTriage badge to 30-seconds-of-cpp
Help out
- Issues
- The information in sort.md is wrong . std::sort() uses introSort , not QuickSort. i would like to update sort.md
- Added Markdown file partition_point.md in algorithms folder
- Added Markdown file is_partitioned.md in algorithms folder
- Add unordered_map::equal range
- Added map:key_comp
- Fix wrong description of stack/swap.
- Fix bug with in algorithms equal.md
- Added unordered_map::at(), unordered_map::emplace(), and unordered_map::swap()
- Linked list
- Update CONTRIBUTING.md
- Docs
- C++ not yet supported