Puzzle Corner
Sign In
Home
Feedback
Blog
Resources
About
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
Difference between hash_map and map
[
2007-02-26 23:42:21
]   
What is the difference between hash_map and map
link
Author
:
prem
Tags
:
c++
Answer
Pointers & references
[
2007-02-26 23:42:20
]   
What is the difference between a pointer and a reference? When would you use a pointer? A reference?
link
Author
:
prem
Tags
:
coding
|
c++
|
oop
Answer
What is a spinlock? How is it implemented??
[
2007-02-26 23:42:21
]   
What is a spinlock? How is it implemented??
link
Author
:
prem
Tags
:
c++
|
threading
1 Comment
Answer
multiple-reader-single-writer lock
[
2007-02-26 23:42:17
]   
Implement a multiple-reader-single-writer lock given a compare-and-swap
instruction. Readers cannot overtake waiting writers.
link
Author
:
prem
Tags
:
coding
|
threading
1 Comment
Answer
Multiple-reader-single-writer lock
[
2007-02-26 23:42:19
]   
Implement a multiple-reader-single-writer lock given a compare-and-swap instruction. Readers cannot overtake waiting writers.
link
Author
:
prem
Tags
:
threading
Answer
Created by
Premchand Jayamohan