Hi,
I am trying to use a hash table to sort the two string words from an input file ,display words and again put them back to an output file.
so if this is my input in input.txt:
thank Merci
yes oui
hello bonjour
the sorted output in output.txt will be:
hello bonjour
thank Merci
yes oui
I was wondering if you can help me start it.Thanks!