Puzzle CornerSign In
HomeFeedbackBlogResourcesAbout
Starred
Add Question
All (696)
coding (266)
c++ (157)
algorithms (151)
puzzle (134)
CS Fundamentals (83)
oop (55)
arrays (45)
internet (40)
string (34)
math (31)
databases (28)
system (26)
probability (26)
networking (25)
linkedlist (24)
binarytrees (24)
tree (22)
bit manipulation (19)
sorting (11)
stack (10)
bst (9)
java (8)
xml (8)
sql (7)
next in series (7)
traversal (6)
graph (4)
debugging (4)
lateral thinking (4)
palindrome (4)
mysql (4)
prime (4)
general (4)
unix (3)
CGI (3)
duplication (3)
threading (3)
random (3)
search (3)
fibonacci (3)
encryption (3)
joins (3)
hash (3)
queue (3)
asm (3)
design patterns (2)

Random
Game of master mind[2007-02-26 23:42:18]   
You have four balls, and four different colors, as a solution. The user
tries to guess the solution. If they guess the right color for the right
spot, it counts as a 'hit'. If it's the right color, but the wrong
spot, it counts as a psuedo-hit. For example: if the solution is
'RGGB' and the user guesses 'YRGB' they have 2 hits and one pseudo
hit. Write a program to, given a solution and a guess, calculate the
number of hits and pseudo hits.
linkAuthor:premTags: coding | probabilityAnswer

What are the tradeoffs with having indexes in databases?[2007-02-26 23:42:20]   
What are the tradeoffs with having indexes in databases??
linkAuthor:premTags: databasesAnswer

Determine is a graph is circular.[2007-02-26 23:42:22]   
How would you determine is a graph is circular.
linkAuthor:premTags: algorithms | graphAnswer

Depth-first graph traversal[2007-02-26 23:42:18]   
Describe the algorithm for a depth-first graph traversal.
linkAuthor:premTags: algorithms | tree | traversal | graphAnswer

Find route between nodes in a directed graph[2007-02-26 23:42:17]   
Given a directed graph with multiple nodes, design an algorithm to find
out whether there is a route between node_a to node_b
linkAuthor:premTags: algorithms | graphAnswer





Created by Premchand Jayamohan