↓ 1 callersFunctionsolve* Given a string S, consisting only of english alphabets, replace all the alphabets with the alphabets occurring at the same position when counted in
Coding Platforms(codechef,codeforces,etc)/GeeksforGeeks/Front_back_Transformation.cpp:21
↓ 1 callersFunctionsolve* Given the length of rectangle, width of rectangle, base of right angled triangle, perpendicular of right angled triangle and radius of circle respec
Coding Platforms(codechef,codeforces,etc)/GeeksforGeeks/Traingle_area.cpp:22
↓ 1 callersFunctionsolve* In the given range [L, R], print all numbers having unique digits. e.g. In range 10 to 20 should print all numbers except 11. The number 11 has two
Coding Platforms(codechef,codeforces,etc)/GeeksforGeeks/Unique_Numbers.cpp:22
↓ 1 callersFunctionsolve* Given a string S, write a program to count the occurrence of Lowercase characters, Uppercase characters, Special characters and Numeric values in th
Coding Platforms(codechef,codeforces,etc)/GeeksforGeeks/Count_type_Characters.cpp:22
↓ 1 callersFunctionsolve* Given a array of length N, at each step it is reduced by 1 element. In the first step the maximum element would be removed, while in the second step
Coding Platforms(codechef,codeforces,etc)/GeeksforGeeks/Print_left_element.cpp:22
↓ 1 callersFunctionsolve* Given a number N, find the Nth term in the series 1, 3, 6, 10, 15, 21…
*/
Coding Platforms(codechef,codeforces,etc)/GeeksforGeeks/Find_nth_Term.cpp:22