I am looking for a data structure to add,remove,get,find on categories.
for example:
books
- drama
- science fiction
- other
Sports
- Cycling
- Golf
- Team Sports
- soccer
- football etc.
I think about using tree from C5 for example, but it looks like it has only red-black trees. Any suggestions?