Cluster computing
Sunday, June 26, 2016
›
#codingexercise Given a BinaryTree and a value, check if the path sum from root to leaf equals the given value. bool hasPathSum(Node root...
›
#codingexercise Given a BinaryTree and a value, check if the path sum from root to leaf equals the given value. bool hasPathSum(Node root...
›
Today we discuss a few more coding problems : Given a MXN matrix. To find the number of ways to reach the mth row and nth column cell from...
Saturday, June 25, 2016
›
Today we practice a few more coding questions: Given two rectangles, find whether they are overlapping or not? static bool intersects(Rec...
›
Today we practice a few more coding questions: Given two rectangles, find whether they are overlapping or not?
Friday, June 24, 2016
›
Some more VMWare techniques continued from the previous two post: 1) Clone a VM: Specify a RelocateSpec Specify a CloneSpec Execute the...
Thursday, June 23, 2016
›
#codingexercise Multiply two linked lists representing large numbers without using additional lists. List <int> multiply (list <...
‹
›
Home
View web version