Skip to content

faisal-rizwan36/Autocorrection

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

English Auto correction using C++

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages