Bhupesh-V / 30-seconds-of-cpp

30 Seconds of C++ (STL in C++). Read More about 30C++ here 👉
https://bhupesh-v.github.io/30-Seconds-of-C++/
MIT License
1.45k stars 610 forks source link

Added Markdown file partition_point.md in algorithms folder #671

Open carolinekraus02 opened 2 years ago

carolinekraus02 commented 2 years ago

I added a description and an embedded code sample in line with the contribution guidelines.

This PR incorporates a new function in the algorithms folder, partition_point. I created a partition_point.md file following the examples from other functions.

Changes

I added a new function in the algorithms folder, partition_point, in the partition_point.md file. I added a description, a code sample, and a link to RexTester showing the code sample.

Checklist