Skip to content

VictorGFM/morse-code-translator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

morse-code-translator

Morse code translator in C++ language using binary tree, developed in the Data Structures discipline at UFMG.

Setup

To run this project, follow the steps below.

Run the command make to generate morse-code-translator file:

make

Then run morse-code-translator file, passing a test case file as an inline parameter, for example:

./morse-code-translator < ./tests/5.in

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published