Automated Code writter
Code writer
Find code that is on Stack Overflow and using input target to write its own code
Steps
Ask for input from the user what we are going to write about. From that point, we write down the main platform
Split up the individual elements into certain lines of code. This turning our words into pseudo-code
Search for the code online in StackOverflow and potentially Codeforces as those are huge places of solutions
Write the code and compile that it works. If not, write the errors in an extra file
Consider it completely and wait for user to fix it themselves
Extra
Could improve with more sites reading from, more specific parameters, and a prebuilt knowledge of a few algorithms after time.
Failure
The time it would take would be extensive for this project. It would be easy if getting together a few people and just picked out words to write algorithms. One person this is almost impossible.
Last updated