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,688 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++

Python implementations of classic algorithms & data structures: sorting, searching, linked lists, stacks, queues, trees, graphs, & more.Each implementation includes an explanation of the algorithm or data structure and time and space complexity info for each. A useful resource for those learning or implementing these concepts in Python.

  • Updated May 9, 2023
  • Python
Followers
76k followers
Wikipedia
Wikipedia

Related Topics

algorithm