On Saturday, July 16, 2016 at 3:19:56 PM UTC-7, Chris Angelico wrote:
> On Sun, Jul 17, 2016 at 8:14 AM, wrote:
> > I have found it slightly frustrating that Python does not have built-in
> > support for advanced data structures (Linked Lists, Stacks/Queues, BST) in
> > its distribution. Many c
I have found it slightly frustrating that Python does not have built-in support
for advanced data structures (Linked Lists, Stacks/Queues, BST) in its
distribution. Many computer science students, developers, and software
engineers rely on these data structures; having the data structures be a p