Names of all the popular data structures

Hello! I am a computer science student and I just finished my data structures course. The data structures I have studies so far are Arrays, Stack, Queue, Linked List, Trees(Binary), heaps and graphs. My question is are there more data structures? If yes also tell me where and when are they exactly used?
