Comment on Avoiding game crashes related to linked listsparentComments−morsch14yStore multiple pointers to the same datum?−gsg14yThen for deletion you need to traverse every data structure in which you store said pointers.
Comments
Store multiple pointers to the same datum?
Then for deletion you need to traverse every data structure in which you store said pointers.