Cluster computing
Monday, October 19, 2015
›
Q: Given a string find the first non repeating character in it A: void getFirstNonRepeatingCharacter(String input) { var freq...
Sunday, October 18, 2015
›
Cloud Foundry versus Octopus: In the realm of software deployment for Cloud computing, there are different software stacks for Wind...
5 comments:
Saturday, October 17, 2015
›
Let us look at another way to solve previous problem: Q: A unit square is dissected into n > 1 rectangles such that their sides are par...
Friday, October 16, 2015
›
Q: A unit square is dissected into n > 1 rectangles such that their sides are parallel to the sides of the square. Any line, parallel to...
Thursday, October 15, 2015
›
Q:In the coordinate plane consider the set S of all points with integer coordinates. For a positive integer k, two distinct points A,B bel...
Wednesday, October 14, 2015
›
Q: For every positive integer n, determine the number of permutations ( a 1 , a 2 , . . . , a n ) of the set { 1 , 2 , . . . , n } wi...
Tuesday, October 13, 2015
›
Find all positive integers n, for which the numbers in the set S = {1, 2, . . . , n} can be colored red and blue, with the following condit...
‹
›
Home
View web version