Home
Random
Nearby
Log in
Settings
Donate Now
If Wikipedia is useful to you, please give today.
About Wikipedia
Disclaimers
Search
Coding interview: Difference between revisions
Article
Talk
Language
Watch
View history
Edit
Browse history interactively
← Previous edit
Next edit →
Content deleted
Content added
Visual
Wikitext
Revision as of 01:15, 17 October 2006
edit
67.173.213.231
(
talk
)
→
Interview questions
← Previous edit
Revision as of 01:32, 17 October 2006
edit
undo
67.173.213.231
(
talk
)
→
Interview questions
Next edit →
Line 47:
* Reverse every word in s String
(abc def becomes cba fed)
* Given bool isAnagram(char* s1, char* s2) -- write the test driver.
==The post-interview==