Skip to content

Latest commit

 

History

History
27 lines (21 loc) · 594 Bytes

README.md

File metadata and controls

27 lines (21 loc) · 594 Bytes

Autocorrection

English Auto Correction using C++

A word is taken as input, and 5 autocorrected words are returned.

Inputs

  1. First: Input T number of test cases.

  2. Next line: Enter the word.

Running

For running the program

g++ autocorrector.cpp

then

./a.out

Contributing

  1. Fork it (https://github.com/faisal-rizwan36/Autocorrection/fork)
  2. Create your feature branch (git checkout -b feature/fooBar)
  3. Commit your changes (git commit -am 'Add some fooBar')
  4. Push to the branch (git push origin feature/fooBar)
  5. Create a new Pull Request