top of page

Uml Activity Diagrams

In order to get a idea as to how the program would be structured and behave. I decided it would be a good idea to make UML actiivity diagrams in order to visualize the flow of the program.

In order to do this we all got togther and brain stormed how it should look and wrote it in pesudo code. As part of the submission we are required to write our contribution to the design:

Group : 25% Brain storm it

Martyn (me): 75% I made the diagram and put it togther. 

 

We were then required to update it to include the sorting/searching algrothrims we planned to use. Also the program turned out a lot different as to our orginal design so I went back and remade the main game diagram.

 

The gallery on the right displays the intial main game diagram. Our intial sorting/searching algrothrim diagrams. As well as the updated game diagram.

 

Intial main game, Insertion sort and updated main game uml done by: Martyn (me)

 

A*, Dijkstra and quicksort uml done by: Sam

 

The insertion sort uml is our orginal test implementation that took longer than normal insertion sort to do. We later replaced this with an proper implementation of insertion sort by using only 1 list instead of 3.

bottom of page