Skip to content

Latest commit

 

History

History
29 lines (21 loc) · 336 Bytes

README.md

File metadata and controls

29 lines (21 loc) · 336 Bytes

STL Project

Word occupancy

Counts occupancy of each word in given file.

Usage:

cd word_occupancy
cmake -S . -B ./build
cd build
make
../word_occupancy <path>

Inpix-Postfix

Converts infix to postfix, and postfix to infix.

Usage:

cd inf_post
cmake -S . -B ./build
cd build
make
../inf_post