Skip to content
#

Data structures

A data structure is a particular way storing and organizing data in a computer for efficient access and modification. Data structures are designed for a specific purpose. Examples include arrays, linked lists, and classes.

Here are 24,684 public repositories matching this topic...

This repository provides examples of common data structures implemented in C++. It includes code snippets for binary trees, hashing, binary search algorithms, queues, sorting algorithms, and stacks. These examples serve as a reference for understanding and implementing fundamental data structures in computer science.

  • Updated Jun 13, 2023
  • C++
Followers
76k followers
Wikipedia
Wikipedia

Related Topics

algorithm