diff --git a/README.md b/README.md new file mode 100644 index 0000000000000000000000000000000000000000..ff935c9000024e34ae7f0a8084c768c7855b74d7 --- /dev/null +++ b/README.md @@ -0,0 +1,5 @@ +DADSA Assignment S1701206 + +A program that tracks supply of items between islands. +The data structure is done by a doubly linked list and a list. +The travel route is in a simple straight forward way from supply_island 1 to A to B to C to D and suppy_island 2 which then goes the other way on return. \ No newline at end of file