Monthly Archives

March 2023

Computers & Programming

Linked List in Swift

I implemented a linked list data structure in Swift. It seemed like a good idea for porting the Linkage source code from C++ to Swift but I’ve also read that using a linked list is a terrible idea. This is a bit of a rant on that subject……

Continue reading