GeeksforGeeks » C/C++ Programming Questions

divide and conquer

(2 posts)

Tags:

  1. monisha
    Member
    Posted 2 months ago #

    to find the no. of blank spaces ,semicolons,periods in a given string using divide and conquer?????

  2. kartik
    Moderator
    Posted 2 months ago #

    Divide the string in two halves. Count blank spaces in two halves and finally add the counts.


Reply

You must log in to post.

RSS feed for this topic