help | forum home | logged in as: guest | login/register
link mingle
interview_questions
Bookmarks
Home »
Interview Questions RSS
Interview Resources Amazon Interview Questions Microsoft Interview Questions Google Interview Questions General Puzzles Puzzle Collections Infosys Interview Questions Hard Puzzles Code Snippets Puzzles and Answers Algorithm Questions Interview Experiences Yahoo Interview Questions Online Resources Videos
Save Link Create/Add to List

Java Code Snippet for Coinage Problem : 5 Minutes Tutorial for Dynamic Programming in Java
saved under Code Snippets/Dynamic Programming by interview_questions

In DP solution for the problem is constructed from few or all previously found sub-solutions. DP solutions usually have a polynomial time complexity and such questions are basically asked during almost all programming interviews. I will show you how to solve the famous Coinage DP Problem in this article.
http://linkmingle.com/details/1761
created by interview_questions on 2008-07-04 03:48:49

Want More Inspiration to send your resume to Google : See the video Collections - Working at Google
saved under Videos by interview_questions

Want any more inspiration to send your resmume to Google ... Try these videos ....
and then these Interview Questions

http://linkmingle.com/details/1737
created by interview_questions on 2008-07-03 22:41:49

Working At Google : Video Collection
saved under Videos by interview_questions

Get an inside look at Google's Hyderabad office
http://linkmingle.com/details/1727
created by interview_questions on 2008-07-03 22:15:44

Probability of Not Seeing a Car
saved under Amazon Interview Questions by interview_questions

if the probability of observing a car in 30 minutes on a highway is p, what is the probability of observing a car in 5 minutes ?
http://linkmingle.com/details/1692
created by interview_questions on 2008-07-03 02:35:27

Print 2-D Array Spirally
saved under Amazon Interview Questions by interview_questions

Given a matrix (2D array) of m x n elements (m rows, n columns), write a function that prints the elements in the array in a spiral manner.
http://linkmingle.com/details/1564
created by interview_questions on 2008-06-28 20:27:16

Adding Time
saved under Microsoft Interview Questions by interview_questions

Given time in format "[HH:MM {AM|PM}" and number of minutes. Return the time after adding the number of minutes in the same time format . For example with time as "10:23 AM" and period as 13 your program should return "10:36 AM"
http://linkmingle.com/details/1563
created by interview_questions on 2008-06-28 20:18:35

Find String in a box
saved under Microsoft Interview Questions by interview_questions

You have a 2-D input array of characters. You need to find whether a given string can be found in the array . Write a program to do it
http://linkmingle.com/details/1532
created by interview_questions on 2008-06-27 04:44:31

Circular Link List from a Given Binary Tree
saved under Microsoft Interview Questions by interview_questions

Create a Circular Link List from a Given Binary Tree
http://linkmingle.com/details/1530
created by interview_questions on 2008-06-27 02:21:10

Reversing a Linked List
saved under Amazon Interview Questions by interview_questions

Reverse a Link List using Recursion
http://linkmingle.com/details/1531
created by interview_questions on 2008-06-27 02:40:08

Code Snippet : Find All Combinations and nextCombination
saved under Code Snippets by interview_questions

Given an array {0,1,...n-1} . Find all Combinations of size m
http://linkmingle.com/details/1402
created by interview_questions on 2008-06-24 03:44:01

0 1 2 3 4 5 6 7 8 9 10 Next>>
 
Thumbnails by Thumbshots.com