CST 370 Week 7
This week introduced some seemingly complex algorithms but actually ended up being relatively simple. Many of them have numerous steps but each individual step is not difficult. If a mistake is made in Warshalls, or Floyd's algorithm it will mess you up much further down the line, the same can be said in dynamic programming and prim's algorithm, however these mistakes only happen when performing problems by hand and were not an issue on when actually coding the homework. This week was interesting and engaging.