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)

next »

Random
Elevator[2007-02-26 23:42:19]   
You are at the bottom of the elevator shaft of a 100 story building. You see 21 wires labelled 1...21. The wires go up to the 100th floor where the ends are labelled A...U, but you don't know how they correspond to the ends at the bottom. You have a battery, a light bulb, and many small wires. How can you determine the pairing between the numbers and letters by only making one trip to the 100th floor and back down?
linkAuthor:premTags: puzzleAnswer

What is encapsulation?[2007-02-26 23:42:19]   
What is encapsulation?
linkAuthor:premTags: coding | c++ | oopAnswer

C++ const question[2007-02-26 23:42:18]   
In C++ what is the Difference between const pointer and pointer to const.
linkAuthor:premTags: c++2 CommentsAnswer

[2007-10-03 11:02:27]   
Given two sorted linked lists, L1 and L2, write a C program to compute L1 /\\ L2 (L1 intersection L2).
linkAuthor:premTags: algorithms | coding | c++ | sorting | linkedlist3 CommentsAnswer

yet another C++ question[2007-02-26 23:42:19]   
Suppose that objects A, B, and C are instances of class MyClass (MyClass A, B, C;). How should you design an assignment operator so that the "A=B=C;" statement would be allowed by a compiler but "(A=B)=C;" would not be allowed by a compiler?
linkAuthor:premTags: coding | c++ | oop1 CommentAnswer

Combination problem[2007-06-14 00:52:27]   
Print all combinations of M members of a set of N elements in a sequence such that each set can be obtained from the previous set by deleting one member and adding one member.
linkAuthor:premTags: algorithms | coding | c++Answer

Difference between hash_map and map[2007-02-26 23:42:21]   
What is the difference between hash_map and map
linkAuthor:premTags: c++Answer

What is structure padding.Describe briefly?[2007-02-26 23:42:21]   
What is structure padding.Describe briefly?
linkAuthor:premTags: c++Answer

What is virtual inheritance?[2007-02-26 23:42:20]   
What is virtual inheritance?
linkAuthor:premTags: coding | c++ | oopAnswer

C++ initialization[2007-02-26 23:42:19]   
Name two cases where you MUST use initialization list as opposed to assignment in constructors.
linkAuthor:premTags: coding | c++ | oop3 CommentsAnswer

sizeof operator to tell the size of an array passed to a function[2007-02-26 23:42:21]   
Can the sizeof operator be used to tell the size of an array passed to a function?
linkAuthor:premTags: coding | c++5 CommentsAnswer

Longest palindrome[2007-06-14 01:07:25]   
Write a function that returns the longest palindrome in a given string. e.g \"ccddcc\" in the string \"abaccddccefe\"
linkAuthor:premTags: algorithms | coding | c++ | string | palindrome3 CommentsAnswer


next »




Created by Premchand Jayamohan