I’ve not used a linked list since my Pascal days, and have oft-wondered how one would create such a thing in Python. Well, I’ve found my answer in looking over the ctypes docs today.
I’ve not used a linked list since my Pascal days, and have oft-wondered how one would create such a thing in Python. Well, I’ve found my answer in looking over the ctypes docs today.