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

javascript-algorithms-and-data-structures

Improve the performance of front-end and back-end applications through optimised JS code. Each solution is for the corresponding LeetCode question and contains a detailed explanation, time and space complexity, and test cases.

  • Updated Jun 12, 2024
  • JavaScript
Followers
76.4k followers
Wikipedia
Wikipedia

Related Topics

algorithm