Washington U.

RESEARCH IN COMPUTER SCIENCE

myJournal

Week 8

This was a good week. I finally fixed all the small bugs in my code. One of the big problems was that sometimes walls would be added to my list and sometimes they would not be. The problem was that in the while loop, one of my variables that contained the requested lists of walls was being over written. To correct that I just copied that variable to a variable in my program. I did not know that I could not use comparative operators with floating point numbers. I must have missed that in school. To fix that problem, I added an epsilon to one of the comparing variables. After I fixed everything, I recompiled and ran my test cases. They all passed. Time for a new project.

Distributed

Mentor Project

home aboutMe
myJournal myMentor