Week 1

This was my first week at SMU with Professor Dworak. As such, I spent my time familiarizing myself with the part of the program that was written to generate test patterns and with the problem we were researching to fix. I wrote a program that takes in a text file of strings of 1s, 0s, and 'x's, with the strings separated by new lines. The program would randomly replace the 'x's with 1s and 0s. It also checks to see if the string is made up of all 'x's, in which case it asks the user whether or not to continue program. It prints out a list of randomly generated strings.


Back