Search:

Type: Posts; User: tcstcs

Search: Search took 0.08 seconds.

  1. Replies
    2
    Views
    3,017

    Re: Removing duplicate words from a file

    My idea is to read all the words in a file in to a LinkedHashSet. And once the file read we can write the contents of LinkedHashSet to a second file.
  2. Replies
    2
    Views
    3,017

    Removing duplicate words from a file

    There is a file with data and i have to remove the duplicate words from a file and write the non repeated words to other file. Does anyone have tried the optimal solution for this?
Results 1 to 2 of 2