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 is_partitioned.md in algorithms folder #670

Open carolinekraus02 opened 2 years ago

carolinekraus02 commented 2 years ago

Added Markdown file is_partitioned.md for is_partitioned function inside the algorithms folder.

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

Fixes #

Changes

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

Checklist