I am an intermediate C++ programmer who is getting into Objective-C. I'm starting out by reading some of Apple's tutorials.
Does Objective-C have a container type that is implemented as a Binary Search Tree or an AVL Tree? I'm just trying to get familiar with the different types of value objects and collection objects, and this question stood out to me.
Also any recommendations for good learning materials would be much appreciated.