This repo contains an example submission for the CSE447 project

This repo contains an example submission for the CSE447 project.
For this project, you will develop a program that takes in a string of character and tries to predict the next character.
For illustration purposes, this repo contains a dummy program that simply generates 3 random guesses of the next character.

Input format

example/input.txt contains an example of what the input to your program will look like.
Each line in this file correspond to a string, for which you must guess what the next character should be.

Output format

example/pred.txt contains an example of what the output of your program must look like.
Each line in this file correspond to guesses by the program of what the next character should be.
In other words, line i in example/pred.txt corresponds to what character the program

 

 

 

To finish reading, please visit source site