I need help with the following problem. I have turtles located in 3 different zones A, B, C. They have some properties turtle-own[place-to-go] patch-own[n-of-em
As an exercise in learning C++, I want to build my own forward list using raw pointers and using unique_ptrs. Using raw pointers, I have: struct node_raw {