Contains my solutions for the C++ coding problem and Python 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
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