|
|
|
|
|
by wodenokoto
1362 days ago
|
|
I thought one of the advent of code challenges needed a linked list, but other than that, I have never needed one. I was just surprised as I thought it was a basic structure, so it just seemed like there ought to be a `from collections import linkedlist` because python just feel like the kind of language where you just do that without even consulting the docs. |
|
Python doesn't want you thinking in terms of data structures, just in terms of functionality. Which I think is unfortunate and limiting.