Skip to content

k0pernicus/dictionary_compression_challenge

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

dictionary_compression_challenge

Challenge based on the blog post of JM Archer, just for fun!

To run the program, you will need nim > 0.18.0

Once the nim compiler installed:

cd dictionary_compression_challenge
nimble test
nimber build
./dict_compression

NOTE

This program runs only on macOS and GNU/Linux, because the program will process the /usr/share/dict/words file, stored in the filesystem.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages