/word-counter

An algorithm, developed in C++, that receives a string as input and counts the frequecy of its words in alphabetical order. This system was developed as a Object Oriented Programming subject exercise (UFMG).

Primary LanguageC++

Word-Counter

An algorithm, developed in C++, that receives a string as input and counts the frequecy of its words in alphabetical order. This algorithm was developed for fun and as an object-oriented programming training exercise.

To execute the code, run "main.cpp" file with a C/C++ compiler installed and configured on your PC.