Skip to content

Latest commit

 

History

History
53 lines (50 loc) · 2.15 KB

README.md

File metadata and controls

53 lines (50 loc) · 2.15 KB

CodingChallenges

Solutions of various Coding Challenges


Java

Company Problem Description
Cognizant StringOperations Need to replace character at particular position a specifed and reverse the substring with main string
ExceptionHandling Display Exception of specific kind, not the usual default Java exceptions
SchoolPrayer Add new elements in string in ascending order, and total the value of each entries ascending number in list or -1 if none
Motorola AsciiArt Print ascii art of particular size as mentioned

Python

Company Problem Description
Cognizant StringOperations Need to replace character at particular position a specifed and reverse the substring with main string