Data structures topic

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.

List Data structures repositories

Go

15.5k
Stars
2.5k
Forks
Watchers

Algorithms and Data Structures implemented in Go for beginners, following best practices.

Java

63.2k
Stars
20.2k
Forks
Watchers

All Algorithms implemented in Java

Julia

418
Stars
99
Forks
Watchers

Algorithms implemented in the Julia programming language. We're collaborating with the Humans of Julia community!

Jupyter

755
Stars
292
Forks
Watchers

The repository contains script and notebook related to Statistics, Machine learning, Neural network, Deep learning, NLP, Numerical methods, and Automation.

OCaml

93
Stars
45
Forks
Watchers

Algorithms Implemented in OCaml

PHP

1.7k
Stars
403
Forks
Watchers

All Algorithms implemented in PHP

Rust

22.6k
Stars
2.2k
Forks
Watchers

All Algorithms implemented in Rust

Algo

11
Stars
2
Forks
Watchers

🍒 Classic Algorithms and Data Structures implemented in Java