Skip to content
This repository has been archived by the owner on Nov 8, 2023. It is now read-only.

Commit

Permalink
publish new changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Bhupesh-V committed Jan 6, 2020
1 parent 29be7dc commit 5aea7b3
Show file tree
Hide file tree
Showing 10 changed files with 36 additions and 53 deletions.
33 changes: 12 additions & 21 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,12 @@


[![Codacy Badge](https://api.codacy.com/project/badge/Grade/72e93df05bce4d7598f222676bfb511c)](https://app.codacy.com/app/Bhupesh-V/30-Seconds-Of-STL?utm_source=github.com&utm_medium=referral&utm_content=Bhupesh-V/30-Seconds-Of-STL&utm_campaign=Badge_Grade_Dashboard)
[![PRs Welcome](https://img.shields.io/badge/PRs-welcome-orange.svg)](https://github.com/Bhupesh-V/30-seconds-of-cpp/issues)
[![GitHub license](https://img.shields.io/github/license/codeclassroom/CodeRunner)](https://github.com/Bhupesh-V/30-Seconds-Of-STL/blob/master/LICENSE)
[![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat-square)](http://makeapullrequest.com)
[![LICENSE](https://img.shields.io/github/license/Bhupesh-V/30-seconds-of-cpp?color=blue)](https://github.com/Bhupesh-V/30-Seconds-Of-STL/blob/master/LICENSE)
[![Build Status](https://travis-ci.org/Bhupesh-V/30-seconds-of-cpp.svg?branch=master)](https://travis-ci.org/Bhupesh-V/30-seconds-of-cpp)
[![CodeFactor](https://www.codefactor.io/repository/github/bhupesh-v/30-seconds-of-cpp/badge)](https://www.codefactor.io/repository/github/bhupesh-v/30-seconds-of-cpp)
[![Open Source Helpers](https://www.codetriage.com/bhupesh-v/30-seconds-of-cpp/badges/users.svg)](https://www.codetriage.com/bhupesh-v/30-seconds-of-cpp)
[![GitHub contributors](https://img.shields.io/github/contributors/Bhupesh-V/30-seconds-of-cpp)](https://github.com/Bhupesh-V/30-seconds-of-cpp/graphs/contributors)
<hr>


Expand Down Expand Up @@ -76,12 +77,14 @@
<li><a href="algorithm/merge.md"><code>merge</code></a></li>
<li><a href="algorithm/min.md"><code>min</code></a></li>
<li><a href="algorithm/min_element.md"><code>min_element</code></a></li>
<li><a href="algorithm/minimax_element.md"><code>minimax_element</code></a></li>
<li><a href="algorithm/minmax.md"><code>minmax</code></a></li>
<li><a href="algorithm/minmax_element.md"><code>minmax_element</code></a></li>
<li><a href="algorithm/mismatch.md"><code>mismatch</code></a></li>
<li><a href="algorithm/move.md"><code>move</code></a></li>
<li><a href="algorithm/next_permutation.md"><code>next_permutation</code></a></li>
<li><a href="algorithm/none_of.md"><code>none_of</code></a></li>
<li><a href="algorithm/nth_element.md"><code>nth_element</code></a></li>
<li><a href="algorithm/partition.md"><code>partition</code></a></li>
<li><a href="algorithm/pop_heap.md"><code>pop_heap</code></a></li>
<li><a href="algorithm/prev_permutation.md"><code>prev_permutation</code></a></li>
Expand All @@ -96,6 +99,7 @@
<li><a href="algorithm/replace_copy_if.md"><code>replace_copy_if</code></a></li>
<li><a href="algorithm/replace_if.md"><code>replace_if</code></a></li>
<li><a href="algorithm/reverse.md"><code>reverse</code></a></li>
<li><a href="algorithm/reverse_copy.md"><code>reverse_copy</code></a></li>
<li><a href="algorithm/rotate.md"><code>rotate</code></a></li>
<li><a href="algorithm/search.md"><code>search</code></a></li>
<li><a href="algorithm/search_n.md"><code>search_n</code></a></li>
Expand All @@ -106,6 +110,7 @@
<li><a href="algorithm/sort.md"><code>sort</code></a></li>
<li><a href="algorithm/stable_sort.md"><code>stable_sort</code></a></li>
<li><a href="algorithm/swap.md"><code>swap</code></a></li>
<li><a href="algorithm/transform.md"><code>transform</code></a></li>
<li><a href="algorithm/transform_reduce.md"><code>transform_reduce</code></a></li>
<li><a href="algorithm/unique.md"><code>unique</code></a></li>
<li><a href="algorithm/upper_bound.md"><code>upper_bound</code></a></li>
Expand Down Expand Up @@ -168,6 +173,7 @@
<li><a href="map/lower_bound.md"><code>lower_bound</code></a></li>
<li><a href="map/max_size.md"><code>max_size</code></a></li>
<li><a href="map/rbegin.md"><code>rbegin</code></a></li>
<li><a href="map/rend.md"><code>rend</code></a></li>
<li><a href="map/size.md"><code>size</code></a></li>
<li><a href="map/swap.md"><code>swap</code></a></li>
<li><a href="map/upper_bound.md"><code>upper_bound</code></a></li>
Expand All @@ -184,6 +190,7 @@
<li><a href="queue/front.md"><code>front</code></a></li>
<li><a href="queue/pop.md"><code>pop</code></a></li>
<li><a href="queue/push.md"><code>push</code></a></li>
<li><a href="queue/queue.md"><code>queue</code></a></li>
<li><a href="queue/size.md"><code>size</code></a></li>
<li><a href="queue/swap.md"><code>swap</code></a></li>

Expand All @@ -195,6 +202,7 @@
<ol>
<li><a href="set/begin.md"><code>begin</code></a></li>
<li><a href="set/cbegin.md"><code>cbegin</code></a></li>
<li><a href="set/cend.md"><code>cend</code></a></li>
<li><a href="set/clear.md"><code>clear</code></a></li>
<li><a href="set/count.md"><code>count</code></a></li>
<li><a href="set/emplace.md"><code>emplace</code></a></li>
Expand Down Expand Up @@ -233,6 +241,7 @@
### Unordered_map
<details><summary>View contents</summary>
<ol>
<li><a href="unordered_map/count.md"><code>count</code></a></li>
<li><a href="unordered_map/erase.md"><code>erase</code></a></li>
<li><a href="unordered_map/find.md"><code>find</code></a></li>
<li><a href="unordered_map/insert.md"><code>insert</code></a></li>
Expand Down Expand Up @@ -280,30 +289,12 @@

## :speaking_head: Community
Join other C++ enthusiasts on

- [Slack](https://join.slack.com/t/30-seconds-of-cpp/shared_invite/enQtNTU0MTYxMDk0MzQxLTk3ZDhiOGVjNTQ3YzdjNGMyMjViMWRmMDM4MThlYzdlM2RjODUyYjVkNWJjYzg4MGMyMjJhMzIwYTI4MTE1ZmU)
- [Slack](https://join.slack.com/t/30-seconds-of-cpp/shared_invite/enQtNTU0MTYxMDk0MzQxLTlhY2Q1MWZmOTM0ODRmOWMwYTllYzVjMzM2ZDk5NjY3MDU2NDljNDlmMDQ5MTMyOGQyOTVlNzEwOTc0MmYwOWY)
- [Discord](https://discord.gg/KAD3JZq)

## :globe_with_meridians: 30 Seconds of Knowledge
> Experience *30 Seconds of C++* as a [Web Extension](https://chrome.google.com/webstore/detail/30-seconds-of-knowledge/mmgplondnjekobonklacmemikcnhklla?hl=en) built by [Stefan Petrovic](https://github.com/petrovicstefanrs)
## Contributors :purple_heart: :tada:
| Name | Profile |
| ------------- |:-------------:|
| TANIYA GUPTA | [thetaniyagupta](https://github.com/thetaniyagupta) |
| Saumya Agnihotri | [saumyaagnihtori](https://github.com/saumyaagnihtori) |
| shan7030 | [shan7030](https://github.com/shan7030) |
| Sonkeng Maldini |[sdmg15](https://github.com/sdmg15) |
| Pranav Khurana | [Pranav-Khurana](https://github.com/Pranav-Khurana) |
| Rickey Patel | [rickey90](https://github.com/rickey90) |
| Kyle Johnson | [kydojo](https://github.com/kydojo) |
| Timothy Itodo | [itodotimothy6](https://github.com/itodotimothy6) |
| Pankaj Raghav | [Panky-codes](https://github.com/Panky-codes) |
| Thamara Andrade | [thamara](https://github.com/thamara) |
| darksider3 | [Darksider3](https://github.com/Darksider3) |
| Harsh Raj | [harshraj22](https://github.com/harshraj22) |
| samuels96 | [samuels96](https://github.com/samuels96) |

- A big thanks to [Shriam Kaushik](https://github.com/shriamkaushik) for the lovely new logo :heart:

## Author
Expand Down
8 changes: 4 additions & 4 deletions algorithm/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,12 +37,14 @@
:heavy_check_mark: [merge](merge.md)
:heavy_check_mark: [min](min.md)
:heavy_check_mark: [min_element](min_element.md)
:heavy_check_mark: [minimax_element](minimax_element.md)
:heavy_check_mark: [minmax](minmax.md)
:heavy_check_mark: [minmax_element](minmax_element.md)
:heavy_check_mark: [mismatch](mismatch.md)
:heavy_check_mark: [move](move.md)
:heavy_check_mark: [next_permutation](next_permutation.md)
:heavy_check_mark: [none_of](none_of.md)
:heavy_check_mark: [nth_element](nth_element.md)
:heavy_check_mark: [partition](partition.md)
:heavy_check_mark: [pop_heap](pop_heap.md)
:heavy_check_mark: [prev_permutation](prev_permutation.md)
Expand All @@ -57,6 +59,7 @@
:heavy_check_mark: [replace_copy_if](replace_copy_if.md)
:heavy_check_mark: [replace_if](replace_if.md)
:heavy_check_mark: [reverse](reverse.md)
:heavy_check_mark: [reverse_copy](reverse_copy.md)
:heavy_check_mark: [rotate](rotate.md)
:heavy_check_mark: [search](search.md)
:heavy_check_mark: [search_n](search_n.md)
Expand All @@ -67,6 +70,7 @@
:heavy_check_mark: [sort](sort.md)
:heavy_check_mark: [stable_sort](stable_sort.md)
:heavy_check_mark: [swap](swap.md)
:heavy_check_mark: [transform](transform.md)
:heavy_check_mark: [transform_reduce](transform_reduce.md)
:heavy_check_mark: [unique](unique.md)
:heavy_check_mark: [upper_bound](upper_bound.md)
Expand All @@ -82,23 +86,19 @@
:x: is_partitioned
:x: is_sorted_until
:x: minimax
:x: minimax_element
:x: move_backward
:x: nth_element
:x: partial_sort
:x: partial_sort_copy
:x: partial_sum
:x: partition_copy
:x: partition_point
:x: reduce
:x: reverse_copy
:x: rotate_copy
:x: sample
:x: set_symmetric_difference
:x: sort_heap
:x: stable_partition
:x: swap_ranges
:x: transform
:x: transform_exclusive_scan
:x: transform_inclusive_scan
:x: uninitialized_copy
Expand Down
4 changes: 0 additions & 4 deletions algorithm/todo.txt
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
find_end
move_backward
fill_n
transform
generate_n
swap_ranges
reverse_copy
rotate_copy
unique_copy
is_partitioned
Expand All @@ -14,13 +12,11 @@ partition_point
is_sorted_until
partial_sort
partial_sort_copy
nth_element
inplace_merge
set_symmetric_difference
is_heap_until
sort_heap
minimax
minimax_element
sample
destroy
uninitialized_copy
Expand Down
2 changes: 1 addition & 1 deletion map/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
:heavy_check_mark: [lower_bound](lower_bound.md)
:heavy_check_mark: [max_size](max_size.md)
:heavy_check_mark: [rbegin](rbegin.md)
:heavy_check_mark: [rend](rend.md)
:heavy_check_mark: [size](size.md)
:heavy_check_mark: [swap](swap.md)
:heavy_check_mark: [upper_bound](upper_bound.md)
Expand All @@ -25,6 +26,5 @@
:x: insert_or_assign
:x: key_comp
:x: merge
:x: rend
:x: try_emplace
:x: value_comp
1 change: 0 additions & 1 deletion map/todo.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
rend
insert_or_assign
try_emplace
extract
Expand Down
2 changes: 1 addition & 1 deletion queue/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
:heavy_check_mark: [front](front.md)
:heavy_check_mark: [pop](pop.md)
:heavy_check_mark: [push](push.md)
:heavy_check_mark: [queue](queue.md)
:heavy_check_mark: [size](size.md)
:heavy_check_mark: [swap](swap.md)
:heavy_check_mark: [swap](queue.md)
:x: ~queue
2 changes: 1 addition & 1 deletion set/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# `<set>`
:heavy_check_mark: [begin](begin.md)
:heavy_check_mark: [cbegin](cbegin.md)
:heavy_check_mark: [cend](cend.md)
:heavy_check_mark: [clear](clear.md)
:heavy_check_mark: [count](count.md)
:heavy_check_mark: [emplace](emplace.md)
Expand All @@ -18,7 +19,6 @@
:heavy_check_mark: [size](size.md)
:heavy_check_mark: [swap](swap.md)
:heavy_check_mark: [upper_bound](upper_bound.md)
:heavy_check_mark: [cend](cend.md)
:x: contains
:x: crbegin
:x: crend
Expand Down
15 changes: 14 additions & 1 deletion unordered_map/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,19 @@
# `<unordered_map>`
:heavy_check_mark: [count](count.md)
:heavy_check_mark: [erase](erase.md)
:heavy_check_mark: [find](find.md)
:heavy_check_mark: [insert](insert.md)
:heavy_check_mark: [size](size.md)
:heavy_check_mark: [count](count.md)
:x: at
:x: clear
:x: contains
:x: count
:x: emplace
:x: emplace_hint
:x: equal_range
:x: extract
:x: find
:x: insert_or_assign
:x: merge
:x: swap
:x: try_emplace
Expand Down
20 changes: 2 additions & 18 deletions update_readme.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,11 @@
[![Codacy Badge](https://api.codacy.com/project/badge/Grade/72e93df05bce4d7598f222676bfb511c)](https://app.codacy.com/app/Bhupesh-V/30-Seconds-Of-STL?utm_source=github.com&utm_medium=referral&utm_content=Bhupesh-V/30-Seconds-Of-STL&utm_campaign=Badge_Grade_Dashboard)
[![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat-square)](http://makeapullrequest.com)
[![license](https://img.shields.io/badge/license-MIT-orange.svg?style=flat-square)](https://github.com/Bhupesh-V/30-Seconds-Of-STL/blob/master/LICENSE)
[![LICENSE](https://img.shields.io/github/license/Bhupesh-V/30-seconds-of-cpp?color=blue)](https://github.com/Bhupesh-V/30-Seconds-Of-STL/blob/master/LICENSE)
[![Build Status](https://travis-ci.org/Bhupesh-V/30-seconds-of-cpp.svg?branch=master)](https://travis-ci.org/Bhupesh-V/30-seconds-of-cpp)
[![CodeFactor](https://www.codefactor.io/repository/github/bhupesh-v/30-seconds-of-cpp/badge)](https://www.codefactor.io/repository/github/bhupesh-v/30-seconds-of-cpp)
[![Open Source Helpers](https://www.codetriage.com/bhupesh-v/30-seconds-of-cpp/badges/users.svg)](https://www.codetriage.com/bhupesh-v/30-seconds-of-cpp)
[![GitHub contributors](https://img.shields.io/github/contributors/Bhupesh-V/30-seconds-of-cpp)](https://github.com/Bhupesh-V/30-seconds-of-cpp/graphs/contributors)
<hr>
'''

Expand All @@ -52,23 +53,6 @@
## :globe_with_meridians: 30 Seconds of Knowledge
> Experience *30 Seconds of C++* as a [Web Extension](https://chrome.google.com/webstore/detail/30-seconds-of-knowledge/mmgplondnjekobonklacmemikcnhklla?hl=en) built by [Stefan Petrovic](https://github.com/petrovicstefanrs)
## Contributors :purple_heart: :tada:
| Name | Profile |
| ------------- |:-------------:|
| TANIYA GUPTA | [thetaniyagupta](https://github.com/thetaniyagupta) |
| Saumya Agnihotri | [saumyaagnihtori](https://github.com/saumyaagnihtori) |
| shan7030 | [shan7030](https://github.com/shan7030) |
| Sonkeng Maldini |[sdmg15](https://github.com/sdmg15) |
| Pranav Khurana | [Pranav-Khurana](https://github.com/Pranav-Khurana) |
| Rickey Patel | [rickey90](https://github.com/rickey90) |
| Kyle Johnson | [kydojo](https://github.com/kydojo) |
| Timothy Itodo | [itodotimothy6](https://github.com/itodotimothy6) |
| Pankaj Raghav | [Panky-codes](https://github.com/Panky-codes) |
| Thamara Andrade | [thamara](https://github.com/thamara) |
| darksider3 | [Darksider3](https://github.com/Darksider3) |
| Harsh Raj | [harshraj22](https://github.com/harshraj22) |
| samuels96 | [samuels96](https://github.com/samuels96) |
- A big thanks to [Shriam Kaushik](https://github.com/shriamkaushik) for the lovely new logo :heart:
## Author
Expand Down
2 changes: 1 addition & 1 deletion vector/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# `<vector>`
:heavy_check_mark: [Vector](vector.md)
:heavy_check_mark: [Vector](Vector.md)
:heavy_check_mark: [assign](assign.md)
:heavy_check_mark: [at](at.md)
:heavy_check_mark: [back](back.md)
Expand Down

0 comments on commit 5aea7b3

Please sign in to comment.