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 26,269 public repositories matching this topic...
Quick and easy implementations of common data structures in programming.
-
Updated
Jan 5, 2023 - C
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++
Emulating the std::stack data structure using std::list
-
Updated
Apr 18, 2023 - C++
This repository contains code solutions for various challenging problems, algorithms & data structures. Helpful for learning, practice, and problem-solving. Contributions are welcome.
-
Updated
Apr 18, 2023
Data structures in C
-
Updated
Apr 23, 2023 - C
-
Updated
Sep 29, 2023 - Java
In this repo, we will implement a Stack, a Queue, a Circular Queue and a Linked List.
-
Updated
Apr 17, 2023 - C++
-
Updated
Jun 21, 2023 - C#
this is a data structures libary for JS
-
Updated
Mar 3, 2023 - JavaScript
A project deals with binary trees as a part of ALX SE program
-
Updated
Jun 6, 2023 - C
This repo contains my data structures exercises:
-
Updated
Mar 5, 2023 - C
Data structures in python
-
Updated
May 23, 2023 - Python
Emulating the std::stack data structure using std::vector.
-
Updated
Apr 18, 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
A Python library that can elegantly print out complex data structures
-
Updated
Sep 11, 2023 - Python
This repository contains a collection of data structures implemented for study.
-
Updated
Jun 23, 2023 - TypeScript