Skip to content

pretrehr/text-justification

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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"

About

Algorithm of dynamic justification of a text

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published