practice_greedyTextJustific.../cpp_impl
Stephen Seo 70275cadcb Minor refactoring that was missed last commit 2021-08-18 20:58:46 +09:00
..
src Minor refactoring that was missed last commit 2021-08-18 20:58:46 +09:00
.gitignore Init cpp impl 2021-05-10 14:16:10 +09:00
Makefile Minor change to Makefile to use C++17 2021-05-10 15:21:18 +09:00
README.md Add README.md for how to use cpp_impl 2021-08-18 20:53:00 +09:00

README.md

Usage

./GreedyTextJustification -w 10 --string 'blah dah doop da doop'
Got width == 10
Got string == "blah dah doop da doop"
----+----+
blah dah  
doop  da  
doop      
----+----+