Use this tag for questions related to CHDataStructures, a library of standard data structures for Objective-C.
chdatastructures is a library of standard data structures which can be used in any Objective-C program, for educational purposes, or as a foundation for other data structures to build on. Data structures in this library adopt Objective-C protocols that define the functionality of and API for interacting with any implementation thereof, regardless of its internals.
as mentioned here.
If you are using this tag, then you should probably use objective-c as well.