Skip to content

Commit

Permalink
Create README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexey Andronov authored Jun 25, 2022
1 parent 691e06e commit 858de48
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# WordCountSorter

Test assignment for a company which should remain nameless :)

#### Problem statement:<br>
Count the words in a file and sort them by frequency of occurence ([Russian translation](https://github.com/andronov-alexey/WordCountSorter/blob/master/docs/Problem%20statement.txt))

#### Possible improvements:<br>
- Validate command line arguments in a separate "Validator" class.<br>
- Move algorithm steps into "Solution" class to keep "main" function clean and tidy<br>


## Usage:<br>
./freq.exe in.txt out.txt

## Build:<br>
- Use CMake<br>
- builded binaries are available [here](https://github.com/andronov-alexey/WordCountSorter/tree/master/bin) and on [releases](https://github.com/andronov-alexey/WordCountSorter/releases) page

#### Developed using MSVC 2022 on Windows

0 comments on commit 858de48

Please sign in to comment.