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

This repo is meant to document my progress through Data Structures and Algorithms courses and practices I have been working on. Ideally including Big O notation for each of them. In the future whenever this material is ready and has been refactored I would like for it to serve as guidance for those navigating the challenging waters of Data Structur

  • Updated Mar 8, 2023
  • JavaScript
Followers
77k followers
Wikipedia
Wikipedia

Related Topics

algorithm