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,969 public repositories matching this topic...

LeetCode Pattern 500 offers 500 solutions for LeetCode problems in Python and Java, 17 notes on essential concepts related to data structures and algorithms, and 130 patterns for solving LeetCode problems.

  • Updated Jun 11, 2024
  • Python
Followers
76.4k followers
Wikipedia
Wikipedia

Related Topics

algorithm