Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 678 Bytes

File metadata and controls

10 lines (7 loc) · 678 Bytes

C++ and Python Solutions

Contains my solutions for the C++ coding problem and Python coding problem

C++ Coding Problem

Reverse each word in the input string. The order of the words will be unchanged. A word is made up of letters and/or numbers. Other characters (spaces, punctuation) will not be reversed. Link to SOLUTION

Python Coding Problem

Create a python script to update the BuildNum of SConstruct file and VERSION file. BuildNum variable can be set in Environment variable. Link to SOLUTION