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

GitHub - sahuankit010/LeetCode-Solutions: Collections of Leet Code Problems and GFG Submissions to practice my problem-solving in data structures and algorithms. Please do share the repo with your peers and friends who are preparing for Coding Interviews. Feel free to discuss at [email protected]

  • Updated Jul 7, 2024
  • C++

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 Jul 7, 2024
  • Python
Followers
76.8k followers
Wikipedia
Wikipedia

Related Topics

algorithm