Algorithm & Data Structures
Friday, September 13, 2013
Puzzle 6: Rotate the array with the given number of intervals.
›
Puzzle 6: Rotate the array with the given number of intervals. Example: Input: 1,2,3,4,5,6,7,8,9 ...
Thursday, January 31, 2013
Puzzle 5: Find the 5th largest element in Balanced tree
›
Puzzle 5: You are given with a balanced tree. Find the 5th largest element in optimal way. Solution: Here we will use modified In-O...
Thursday, November 1, 2012
Puzzle 4: Find the duplicate one out.
›
Puzzle 4: Suppose there are elements from 1,2,3......n-1 which is to be inserted in an array of size n in such a way that every element is...
1 comment:
Wednesday, October 31, 2012
Problem 3: Detect a loop and delete in Linked List
›
Problem 3: Detect a loop and delete in Linked List. Solution: There will be two task to solve the issue. To check whether there is a...
Wednesday, October 24, 2012
Problem 2: Student Counting Problem
›
Problem 2: How will you count the number of students in a classroom in quickest possible manner. Solution: Perform the following steps: ...
Tuesday, October 23, 2012
Probblem 1: Count Sort Problem
›
Problem 1: Given an array of 100000 elements with numbers 15, 25, 35, 45 repeating. No other numbers are in the array. Sort the array with ...
Home
View web version