A word is taken as input, and 5 autocorrected words are returned.
-
First: Input T number of test cases.
-
Next line: Enter the word.
For running the program
g++ autocorrector.cpp
then
./a.out
- Fork it (https://github.com/faisal-rizwan36/Autocorrection/fork)
- Create your feature branch (
git checkout -b feature/fooBar
) - Commit your changes (
git commit -am 'Add some fooBar'
) - Push to the branch (
git push origin feature/fooBar
) - Create a new Pull Request