[ Web Proxy ]
URL:
Viewing: https://raw.githubusercontent.com/roydevashish/cpp/main/F20RecursionAssignment/PairStar.cpp [Back]  [Original]

/*
Title: Pair Star

Problem statement
Given a string S, compute recursively a new string where identical chars that are adjacent in the
original string are separated from each other by a "*".

Detailed explanation ( Input/output format, Notes, Images )
Input format :
String S

Output format :
Modified string

Constraints :
0 

Web Proxy Viewer  |  New URL  |  Original Page