Hello.
I am a begginer in programming with Java. I have to write a simple program which can compress a .txt file (for example dictionary).
Steps:
- loading dictionary to memory (done)
-...