Dict details

  • Description

    From the doc: 'I spent much time breaking my brain over making an algorithm which would keep a dictionary in memory, quickly search for words and insert them. My tries resulted in the present program. It is fast enough to processes any text files. But bear in mind that if the size of the dictionary, stored in the memory exceeds the memory size set up on the computer, the working speed will be rather low. '

  • Exe

    dict.exe