This is lab 2 for Software Development Methodologies and Technologies
This is Swift realization of Doubly Linked List data structure
My gradebook number is 0419. 419 = 209×2 + 1. The remainder of the division is 1, so my variant is Doubly Linked List
-
Be sure that you have installed Git to clone the repository and Swift to run script
-
Clone the repository to you local machine
git clone https://github.com/MrPaschenko/linked-list
- Open directory
cd linked-list/Linked\ List
- Run script
swift main.swift