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

This repo contains my solutions to various competitive programming questions from different platforms such as Codeforces, HackerRank, LeetCode, etc. I use C++, Python, and Java as my main programming languages. I also provide explanations and comments for some of the problems to help others understand the logic and techniques behind them.

  • Updated May 13, 2024
  • Python

This repository features DSA problems & solutions in Python adapted from structy.net course. I created it as a resource to help others enhance their problem-solving skills and build proficiency in Python. Whether you're a beginner or a seasoned programmer, this comprehensive guide can help you develop your abilities and excel in your career.

  • Updated May 13, 2024
  • Python
Followers
76k followers
Wikipedia
Wikipedia

Related Topics

algorithm