Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

Find Repeated Word

Output the first repeated word in a string of words.

Challenge

Algorithm input consists of a string of words. Output is the first repeated word. No standard library functions are to be used.

Solution

Whiteboard Images