Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 330 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 330 Bytes

text-justification

Algorithm of dynamic justification of a text

You can compile the project using the command make

Execution

For example, in order to justify your text in "file.in" with a width of 50 characters per line, you can use the command:

./bin/AODjustify 50 file

Output

The out file will be stored in "file.out"