Author

rectorsquid

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
Computers & Programming

Driving Route Generation

A year ago, I wrote code to generate an optimized route between a set of locations. The algorithm was based on the third of four obvious algorithms that solve the traveling salesman problem. The traveling salesman problem is the problem of getting the shortest route between a set…

Continue reading
Computers & Programming, Linkage Program

Linkage 3.16.18 Beta!

I just made a new beta Linkage app available. And yes, I did just call it an “app” because “program” sounds too old-school. The beta is here: http://www.rectorsquid.com/beta/linkage.msi. The video above shows one of the newest simulation improvements. The little triangle link with two sliding connectors was not…

Continue reading