CODES
some learning from problems.
CODES
some learning from problems.
Saturday, 28 September 2013
Python script for get the files_from_directory, using_grep_on_file, on_day_increment
›
How can I find all files in directory with the extension .txt in python? http://stackoverflow.com/questions/3964681/find-all-files-in-dir...
Sunday, 14 April 2013
Google Code Jam Problem C. Fair and Square
›
Below is my solution for Problem C. Fair and Square Well I qualified for Google Code Jam 2013 with only 60 points. * Still to a...
4 comments:
Google Code Jam Problem B. Lawnmower
›
Below is my solution for Problem B: Lawnmower Well I qualified for Google Code Jam 2013 with only 60 points. Problem Pr...
2 comments:
Google Code Jam Problem A. Tic-Tac-Toe-Tomek
›
Below is my solution for Problem A: Tic-Tac-Toe-Tomek Well I qualified for Google Code Jam 2013 with only 60 points. Problem...
Sunday, 25 November 2012
write a function to check given string matches with given pattern
›
write a function to check given string matches with given pattern Condition: only one wildcard used in the pattern, that is '*',...
Finding Pythagorean triplets in an array.
›
Finding Pythagorean triplets in an array. Input : 3 9 4 8 6 11 12 Output : No such solution exist Input : 3 5 4 8 6 11 10 ...
2 comments:
‹
›
Home
View web version