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
Finding the kth smallest element in array[2007-02-26 23:42:19]   
Write a program for finding the kth smallest element in the array f x[0..n-1] in O(n) expected time. Your algorithm may permute the elements of x
linkAuthor:premTags: algorithms | arrays1 CommentAnswer

[2007-10-03 10:46:39]   
Write a C Program to reverse a stack \"in place\" using recursion ? You can only use the following ADT functions on Stack: IsEmpty IsFull Push Pop Top
linkAuthor:premTags: algorithms | coding | c++1 CommentAnswer

Core dump[2007-09-03 23:01:46]   
what are core dumps? What do you use them for? What kind of editor do you use to look at core dumps?
linkAuthor:premTags: coding | c++ | CS Fundamentals | debuggingAnswer

Application crash debugging[2007-02-26 23:42:18]   
You are given a the source to a application which is crashing when run. After running it 10 times in a debugger, you find it never crashes in the same place. The application is single threaded, and uses only the C standard library. What programming errors could be causing this crash? How would you test each one?
linkAuthor:premTags: debuggingAnswer





Created by Premchand Jayamohan