Related Links
Practice session 6:
- http://t2.ecp168.net/webs@73/cyberhood/Approximate_String_Matching/Space_Efficient_Static_Trees_and_Graphs.ppt - presentation by Guy Jacobson, entitled as "Space-Efficient Static Trees and Graphs"
Practice session 9:
- http://www.youtube.com/watch?v=DINCL5cd_w0 - comparison of an A* algorithm with Dijkstra
Practice session 11:
- http://courses.csail.mit.edu/6.006/spring11/psets/ps6_sol.pdf - solution for MIT exam, that formally explains exercise 1 (task about erased mathematical operations)
- http://stackoverflow.com/questions/3781962/building-an-expression-with-maximum-value - StackOverflow explanation to the mentioned above problem
Practice session 12:
- http://en.wikipedia.org/wiki/Travelling_salesman_problem - must-to-read, on TSP problem
- http://www.youtube.com/watch?v=JBgG_VSP7f8 - Karl Sims - Evolved Virtual Creatures, Evolution Simulation, 1994
- http://www.youtube.com/watch?v=Fp9kzoAxsA4 - Genetic Algorithm Fish, evolution of fish. each fish is a neural net.