OpenGenus / cosmos

World's largest Contributor driven code dataset | Used in Quark Search Engine, @OpenGenus IQ, OpenGenus Visual Project
http://internship.opengenus.org
GNU General Public License v3.0
13.52k stars 3.66k forks source link

add solution to (minimum-number-of-days-to-make-m-bouquets) problem o… #6762

Closed TheNourhan closed 7 months ago

TheNourhan commented 8 months ago

…n leetCode with c++

Fixes issue:

Changes:

add new algorithm using binary search. solution of (minimum-number-of-days-to-make-m-bouquets) on leetCode with c++ link: https://leetcode.com/problems/minimum-number-of-days-to-make-m-bouquets/

TheNourhan commented 8 months ago

please put on (hacktoberfest) tag