Maximum path sum II Problem 67 By starting at the top of the triangle below and moving to adjacent numbers on the row below, the maximum total from top to bottom is 27. That is, 5+9+6+7= 27. Find the maximum total from top to bottom in triangle.txt (right click and ‘Save Link/Target As…’), a 15K […]

Read More →

irb console doesn’t need much time to get cluttered. Here is a quick command to clear the irb console. at the irb console type in the following: On Windows: system(’cls’)system(‘cls’) On Linux,Unix system(’clear’)system(‘clear’) irb uses an initialization file in which you can set commonly used options or execute any required Ruby statements. When irb is […]

Read More →

Consolas is a nice to have font for programming. It is available by default on all versions(after win XP) of windows operating systems. If you are on Linux and want to use this font, the following are few easy ways to get it. Before we move further have “font Manager” and “cabextract” installed on your […]

Read More →