From dca02fcdafdb100677856a7243c450bf127533e6 Mon Sep 17 00:00:00 2001 From: ma2-naeem <mohamed2.naeem@live.uwe.ac.uk> Date: Wed, 1 Dec 2021 20:13:22 +0500 Subject: [PATCH] initial commit --- README.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..ff935c9 --- /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 -- GitLab