Coding interview: Difference between revisions

Content deleted Content added
Line 43:
*Write code for finding a duplicate in an array
*Write code that returns the length of a string without using any built-in functions
 
* Reverse a Singly Linked List with and without using Recursion
 
* Find if a BST is well formed
 
* Reverse every word in s String
(abc def becomes cba fed)
 
==The post-interview==