Data structures

Home > Computer Science > Algorithms and data structures > Computational social science > Data structures

These are used to organize and store data in a way that supports efficient access and modification. Popular data structures include stacks, queues, linked lists, trees, and graphs.