First non repeating word in a file? File size can be 100GB.
68918

Given a text file of size say 100GB? Task is to find first non repeating word in this file?
constraints: You can traverse the file only once.

Comments (125)