GitHub topics: datastructures-algorithms
Alan9072/Leet-Code
This repository contains my Java solutions for various LeetCode problems. Each file corresponds to a specific problem, named accordingly.
Language: Java - Size: 1.46 MB - Last synced at: 42 minutes ago - Pushed at: about 3 hours ago - Stars: 1 - Forks: 0
Anamicca23/Leetcode-for-DSA
Collection of LeetCode questions to ace the coding interview! - Created using [LeetHub](https://github.com/QasimWani/LeetHub)
Language: C++ - Size: 1.38 MB - Last synced at: about 1 hour ago - Pushed at: about 3 hours ago - Stars: 5 - Forks: 0
venkat-0706/CodeArena-Leetcode
Actively solving LeetCode problems to enhance algorithmic skills and DSA knowledge. Consistently improving problem-solving abilities and preparing for competitive programming and technical interviews.
Language: C++ - Size: 1.1 MB - Last synced at: about 4 hours ago - Pushed at: about 7 hours ago - Stars: 18 - Forks: 0
Yogesh-Rebari/DSA-Practice-Questions
A curated collection of logic-building DSA questions for all levels with Java solutions. Ideal for beginners to practice by self.
Language: Java - Size: 8.54 MB - Last synced at: about 13 hours ago - Pushed at: about 15 hours ago - Stars: 2 - Forks: 0
ershehzan/Data-Structure
A collection of essential data structure implementations in C++, including arrays, linked lists, stacks, queues, trees, graphs, heaps, and more. Perfect for learning, practicing, and preparing for coding interviews.
Language: C++ - Size: 5.71 MB - Last synced at: about 16 hours ago - Pushed at: about 18 hours ago - Stars: 1 - Forks: 0
saifakib/LeetCodePractice
Solutions to LeetCode problems those I've solved recently for coding interviews.
Language: JavaScript - Size: 473 KB - Last synced at: 2 days ago - Pushed at: 2 days ago - Stars: 1 - Forks: 0
Sainava/Learning-DSA-in-CPP
This repository documents my journey of learning DSA in cpp . It contains fundamental cpp concepts , data structures and their implementations, algorithms with their complexities documented and DSA questions.
Language: C++ - Size: 696 KB - Last synced at: 2 days ago - Pushed at: 2 days ago - Stars: 1 - Forks: 0
rakjija/competitive-programming
competitive-programming
Language: Python - Size: 1.86 MB - Last synced at: 2 days ago - Pushed at: 2 days ago - Stars: 0 - Forks: 0
rewoma19/dsa_path
My journey through data structures and algorithms in Python as a Sophomore CS student.
Language: Python - Size: 1.95 KB - Last synced at: 2 days ago - Pushed at: 2 days ago - Stars: 1 - Forks: 0
AmirSepehrIzadiSeresht/Knight-s-Tour
Solves a mystery which was first issued by Euler the mathematician. Is it possible for a knight piece on chess board to visit each cell of the board exactly once and achieves visiting all of them?
Language: C - Size: 11.7 KB - Last synced at: 2 days ago - Pushed at: 2 days ago - Stars: 0 - Forks: 0
AmirSepehrIzadiSeresht/File-System-Representation
Prints all contents of a given directory.
Language: Java - Size: 0 Bytes - Last synced at: 2 days ago - Pushed at: 2 days ago - Stars: 0 - Forks: 0
AmirSepehrIzadiSeresht/Hybrid-Merge-Sort
Below a certain threshold, uses Insertion Sort to sort a given Vector.
Language: C - Size: 0 Bytes - Last synced at: 2 days ago - Pushed at: 2 days ago - Stars: 0 - Forks: 0
diyaaghosh/DSA-Problems
A collection of C++ solutions to common Data Structures and Algorithms problems, organized by topic for easy reference and interview preparation.
Language: C++ - Size: 725 KB - Last synced at: 2 days ago - Pushed at: 2 days ago - Stars: 0 - Forks: 0
AmirSepehrIzadiSeresht/Table-Compressed-Sparse-TCS-
Compression of Sparse Matrix Via AVL Tree Realization of Sorted Map ADT
Language: Java - Size: 26.4 KB - Last synced at: 2 days ago - Pushed at: 2 days ago - Stars: 0 - Forks: 0
atib92/leetcode
Select Leetcode problems with detailed explanations and often multiple approaches.
Language: Python - Size: 561 KB - Last synced at: 3 days ago - Pushed at: 3 days ago - Stars: 1 - Forks: 0
ajmal-uk/cet-mca-labs
This repository contains my coursework and lab programs from the MCA (Master of Computer Applications) program at CET. It includes practical implementations and assignments across multiple programming languages and technologies.
Language: HTML - Size: 724 KB - Last synced at: 3 days ago - Pushed at: 3 days ago - Stars: 3 - Forks: 0
Yrr636/DataStructures-Cpp
Data Structures in C++
Size: 5.86 KB - Last synced at: 3 days ago - Pushed at: 3 days ago - Stars: 0 - Forks: 1
abidkyo/aoc
Advent of Code Solution
Language: Python - Size: 91.8 KB - Last synced at: 3 days ago - Pushed at: 3 days ago - Stars: 0 - Forks: 0
Explorer-Dong/wiki
技术博客,包括「计算机与人工智能基础概念、数据结构与算法、软件开发、大模型」等体系化的学习笔记。持续更新中,欢迎参与贡献~
Language: JavaScript - Size: 4.55 MB - Last synced at: 4 days ago - Pushed at: 4 days ago - Stars: 46 - Forks: 16
0xff-dev/introductionToAlgorithms
algorithm, datastructure
Language: Go - Size: 3.42 MB - Last synced at: 4 days ago - Pushed at: 4 days ago - Stars: 10 - Forks: 0
RenatoMcln/Daniel_Liang_Introduction_to_Java_Programming_DataStructures_Algorithms_12th_solutions
These are my solutions for the book's exercises.
Language: Java - Size: 60.5 KB - Last synced at: 4 days ago - Pushed at: 4 days ago - Stars: 0 - Forks: 0
Rohanvp07/Data-Structures-Algorithms-CPP
📊 Master data structures and algorithms in C++ with solutions for coding interviews and competitive programming. Enhance your technical skills effectively.
Language: Java - Size: 5.45 MB - Last synced at: 4 days ago - Pushed at: 4 days ago - Stars: 1 - Forks: 2
arindal1/SDE-DSA-SD-Prep
Comprehensive repository to track my progress for SDE preparation, in DSA, System Design and CS Core. Includes Striver, NeetCode, DonneMartin, and more.
Language: C++ - Size: 5.34 MB - Last synced at: 4 days ago - Pushed at: 4 days ago - Stars: 4 - Forks: 0
Catboy000123/Data-Structures-Programs
This repository acts as the guide on how to implement some of the basic data structures using C programming language
Size: 1000 Bytes - Last synced at: 4 days ago - Pushed at: 4 days ago - Stars: 0 - Forks: 0
abdulvahabaa/LeetCode-DSA
A collection of LeetCode problem solutions written in JavaScript, showcasing clean and optimized code for practicing algorithms and data structures. All solutions are stored in a single folder for easy access.
Language: JavaScript - Size: 96.7 KB - Last synced at: 4 days ago - Pushed at: 4 days ago - Stars: 1 - Forks: 0
kguzek/coursework-wust
A repository containing coursework for the Wrocław University of Science and Technology.
Language: Java - Size: 549 KB - Last synced at: 4 days ago - Pushed at: 4 days ago - Stars: 0 - Forks: 0
AnishkaKesaria/Leetcode_Solutions
Uploading my solutions for all the questions that I solve on LeetCode.
Language: C++ - Size: 438 KB - Last synced at: 4 days ago - Pushed at: 4 days ago - Stars: 0 - Forks: 0
Deepak-png981/Data_Structures_And_Algorithms
GitHub repository where I store all my DSA problems, their approaches, and solutions, including my submissions from LeetCode and GeeksforGeeks.
Language: C++ - Size: 2.22 MB - Last synced at: 4 days ago - Pushed at: 5 days ago - Stars: 2 - Forks: 0
KunalKhandekar/DSA-Grind-Mode
Documenting my journey of learning DSA with Namaste DSA. Includes step-by-step concepts, coding practice, and problem-solving approaches. Goal: Build strong fundamentals and crack coding interviews.
Language: JavaScript - Size: 214 KB - Last synced at: 5 days ago - Pushed at: 5 days ago - Stars: 0 - Forks: 0
Debashis08/datastructures-algorithms
A comprehensive collection of Data Structures and Algorithms implemented in C++, based on the concepts from the book Introduction to Algorithms by Cormen, Leiserson, Rivest, and Stein (CLRS). This repository includes various coding challenges and solutions, with unit tests to ensure correctness.
Language: C++ - Size: 237 KB - Last synced at: 5 days ago - Pushed at: 5 days ago - Stars: 1 - Forks: 0
ujjwaljamuar/StriverSDESheet
Language: Java - Size: 273 KB - Last synced at: 5 days ago - Pushed at: 6 days ago - Stars: 1 - Forks: 0
mirzayasirabdullahbaig07/DSA-with-LeetCode
A collection of Data Structures and Algorithms solutions in Python, practiced through LeetCode problems. Focused on building strong problem-solving skills for coding interviews.
Language: Python - Size: 420 KB - Last synced at: 6 days ago - Pushed at: 6 days ago - Stars: 8 - Forks: 0
S-KishoreBabu/DSA-in-C-language
Data Structure and Algorithm
Language: C - Size: 118 KB - Last synced at: 6 days ago - Pushed at: 6 days ago - Stars: 0 - Forks: 0
yinebebt/data-structure-and-algorithm
Data structure and algorithm with C++
Language: C++ - Size: 41 KB - Last synced at: 6 days ago - Pushed at: 6 days ago - Stars: 2 - Forks: 0
sagarpjpt/NeetCode-150-Soln
Java Code with Discriptions
Language: Java - Size: 345 KB - Last synced at: 6 days ago - Pushed at: 6 days ago - Stars: 1 - Forks: 0
ankitklu/DSA_prep
This repository contains my daily practice of Data Structures and Algorithms in Java. It includes solutions to LeetCode's Problem of the Day, curated problems from Striver's and Fraz's DSA Sheets, and coding contest problems. Aimed at consistent learning and interview preparation.
Language: Java - Size: 629 KB - Last synced at: 6 days ago - Pushed at: 7 days ago - Stars: 3 - Forks: 1
tazheeb-shamsi/strivers-sde-sheet
Striver’s SDE Sheet, a well-curated list of coding problems and concepts to help candidates prepare for software engineering interviews. Each problem is followed by a clear explanation of the approach, and in some cases, optimized solutions are provided to help you get a better understanding of the most efficient methods to solve problems.
Language: Java - Size: 197 KB - Last synced at: 7 days ago - Pushed at: 7 days ago - Stars: 0 - Forks: 0
mohith1306/Leet_code
My leet code solutions
Language: Java - Size: 1.1 MB - Last synced at: 7 days ago - Pushed at: 7 days ago - Stars: 0 - Forks: 0
rutvikbarbhai/MIT-BLR-CSE-Degree-Certificate
Academic resources for B.Tech Computer Science & Engineering at Manipal Institute of Technology (Batch of 2026) — includes notes, internal assessments, lab exercises, and solved previous year question papers.
Language: C - Size: 285 MB - Last synced at: 7 days ago - Pushed at: 7 days ago - Stars: 1 - Forks: 0
xthxr/OpenSauce
Star the repo and add your DSA codes here, in any language!!
Language: Java - Size: 835 KB - Last synced at: 7 days ago - Pushed at: 7 days ago - Stars: 51 - Forks: 162
Aravindh-26/Certifications
Size: 438 KB - Last synced at: 7 days ago - Pushed at: 7 days ago - Stars: 0 - Forks: 0
smebad/DSA
Welcome to my journey of learning and practicing Data Structures and Algorithms (DSA)! This repository serves as a collection of my notes, practice problems, solutions, and concepts related to DSA. 💡
Language: Python - Size: 1.33 MB - Last synced at: 7 days ago - Pushed at: 8 days ago - Stars: 2 - Forks: 0
shivamr021/DSA
Solutions to LeetCode and Coding Ninjas DSA problems | Python | Practice Repo
Language: Python - Size: 601 KB - Last synced at: 7 days ago - Pushed at: 8 days ago - Stars: 0 - Forks: 0
BhattAyush17/DSA
Data Structure and Algorithms in C++ , starting from basics of C and then moving forward to a smooth transition to C++.
Language: C++ - Size: 413 KB - Last synced at: 7 days ago - Pushed at: 8 days ago - Stars: 0 - Forks: 0
prat555/LeetCode-
I've established this repository to document and showcase all the LeetCode problems I've successfully tackled.
Language: C++ - Size: 648 KB - Last synced at: 8 days ago - Pushed at: 8 days ago - Stars: 0 - Forks: 0
Navneet9560kumar/java-to
This repository documents my complete Data Structures and Algorithms (DSA) practice journey using Java. I’ve structured it topic-wise, starting from beginner-level problems like pattern printing, and progressing through recursion, backtracking, searching & sorting, and now deep-diving into advanced Dynamic Programming. My goal is not just to solv
Language: Java - Size: 351 KB - Last synced at: 8 days ago - Pushed at: 8 days ago - Stars: 0 - Forks: 0
bishal7448/LeetCode_DSA_100_Question_Challenge
100-Day LeetCode DSA Challenge This repository tracks my journey of solving one LeetCode problem daily for 100 days. Each entry includes the problem, code solution, and explanation of the approach. Aimed at mastering Data Structures and Algorithms, it showcases consistent progress and learning. 🚀
Language: Java - Size: 437 KB - Last synced at: 9 days ago - Pushed at: 9 days ago - Stars: 0 - Forks: 0
elyse502/code-wars
My Codewars Kata Solutions - @codewars
Language: JavaScript - Size: 55.7 KB - Last synced at: 9 days ago - Pushed at: 9 days ago - Stars: 1 - Forks: 0
SmileCat42/Stack-DataStructure-2103
I created this project to demonstrate my understanding of the stack data structure. It shows that I know how a stack works, the conditions that govern its operations, its strengths and limitations, as well as how algorithms can be applied to manage data within the stack.
Language: Java - Size: 13 MB - Last synced at: 9 days ago - Pushed at: 9 days ago - Stars: 0 - Forks: 0
jeyadev-jd/Design-And-Analysis-Of-Algorithms-DAA-
This repo has a detailed PDF study guide for some of the most important algorithms and classic problems from Anany Levitin’s famous textbook — Introduction to the Design and Analysis of Algorithms (3rd Edition).
Language: C - Size: 736 KB - Last synced at: 9 days ago - Pushed at: 9 days ago - Stars: 0 - Forks: 0
SmileCat42/Array-DataStructure-2103
Learning outcomes course DataStructure and Algorithm topic Array. this is the first project and testing system
Language: Java - Size: 1.16 MB - Last synced at: 10 days ago - Pushed at: 10 days ago - Stars: 0 - Forks: 0
Manu577228/NumberTheory-Based-Algorithms
Number Theory based algorithms explained in detail using Python/Java.
Language: Java - Size: 25.4 KB - Last synced at: 13 days ago - Pushed at: 13 days ago - Stars: 0 - Forks: 0
EDWARD-012/EDWARD-012
checkout my social links 😊
Size: 43.9 KB - Last synced at: 14 days ago - Pushed at: 14 days ago - Stars: 0 - Forks: 0
itsmevishnu/python
Simple array functions to complex data modelling functions.
Language: Jupyter Notebook - Size: 4.78 MB - Last synced at: 14 days ago - Pushed at: 14 days ago - Stars: 0 - Forks: 0
chw1230/DataStructure-and-Algorithm-C
Language: C - Size: 150 KB - Last synced at: 15 days ago - Pushed at: 15 days ago - Stars: 0 - Forks: 0
ed1rac/AulasEstruturasDados
"Aulas de Estruturas de Dados do Professor Ed" foi criado para compartilhar publicamente os programas desenvolvidos em suas aulas de Estruturas de Dados de Ciência da Computação (e SI). Os códigos são feitos em sala de aula, com os commits realizados em tempo real, à medida que o professor e os alunos programam juntos.
Language: C - Size: 53.5 MB - Last synced at: 16 days ago - Pushed at: 16 days ago - Stars: 12 - Forks: 7
ShubhamMahajan880/git-github.com-ShubhamMahajan880-DSA-Learning-Series
Hi there! 👋 Welcome to my Data Structures and Algorithms (DSA) repository _ a complete roadmap of my journey to prepare for placements by mastering DSA in C++. This repository contains my complete Data Structures and Algorithms (DSA) preparation journey in C++, covering topics from basic to advanced.
Language: C++ - Size: 1.12 GB - Last synced at: 16 days ago - Pushed at: 16 days ago - Stars: 0 - Forks: 0
dronabopche/leetCode-
Personal diary Of DSA notes
Language: Scilab - Size: 503 KB - Last synced at: 17 days ago - Pushed at: 18 days ago - Stars: 0 - Forks: 0
sumitgirwal/Strivers-A2Z-DSA-Sheet
https://takeuforward.org/strivers-a2z-dsa-course/strivers-a2z-dsa-course-sheet-2/
Language: Python - Size: 14.6 KB - Last synced at: 19 days ago - Pushed at: 19 days ago - Stars: 114 - Forks: 25
davinceleecode/forPractice
A repository for storing my best practices, coding techniques, and newly adopted styles.
Language: C# - Size: 764 KB - Last synced at: 19 days ago - Pushed at: 19 days ago - Stars: 1 - Forks: 0
Davanesh/DSA_in_java
My personal DSA journey in Java — includes detailed implementations of Data Structures and Algorithms, from basics to advanced topics like Graphs and Dynamic Programming. Perfect for learning, revising, or contributing!
Language: Java - Size: 190 KB - Last synced at: 20 days ago - Pushed at: 21 days ago - Stars: 1 - Forks: 0
Yeamin-Talukder/Algorithm
My Algorithm Templetes
Language: C++ - Size: 27.3 KB - Last synced at: 21 days ago - Pushed at: 21 days ago - Stars: 1 - Forks: 0
jishnusv23/CodeProgress
MERN Mastery: From Scratch to Success
Language: JavaScript - Size: 14.7 MB - Last synced at: 21 days ago - Pushed at: 21 days ago - Stars: 0 - Forks: 0
kinza7124/Algorithm-Visualiser
Algorithm Visualiser for algorithms such as: Bubble sort, Quick sort, Merge sort etc.
Language: HTML - Size: 204 KB - Last synced at: 23 days ago - Pushed at: 23 days ago - Stars: 0 - Forks: 0
singhkrishna01/Leetcode-Problem-Solutions
Collection of LeetCode questions to ace the coding interview!
Language: C++ - Size: 1.16 MB - Last synced at: 24 days ago - Pushed at: 24 days ago - Stars: 0 - Forks: 0
zii4h/6DSAL
Language: Jupyter Notebook - Size: 317 KB - Last synced at: 23 days ago - Pushed at: about 1 month ago - Stars: 0 - Forks: 0
Sipher2003/OtherCodes
We Learn and Grow 🔝
Language: Jupyter Notebook - Size: 13.3 MB - Last synced at: 25 days ago - Pushed at: 25 days ago - Stars: 7 - Forks: 0
elyashium/Algorithms
data structures &
Language: Java - Size: 202 KB - Last synced at: 26 days ago - Pushed at: 26 days ago - Stars: 1 - Forks: 0
Adam-7th/LeetCode
My Collection of Data Structures and Algorithms solutions and problem-solving practice using LeetCode challenges. Organized by problem type with explanations and code implementations.
Language: Python - Size: 10.7 KB - Last synced at: 26 days ago - Pushed at: 27 days ago - Stars: 0 - Forks: 0
chryswds/dequeue
dequeue implementation in java
Language: Java - Size: 41 KB - Last synced at: 25 days ago - Pushed at: 27 days ago - Stars: 0 - Forks: 0
Manu577228/Graph-Based-Algorithms
Graph based algorithms explained in detail using Python/Java.
Language: Java - Size: 46.9 KB - Last synced at: 27 days ago - Pushed at: 28 days ago - Stars: 0 - Forks: 0
by7e/CS50x 📦
CS50x 2023 Solutions
Language: C - Size: 18.7 MB - Last synced at: 5 days ago - Pushed at: 12 months ago - Stars: 23 - Forks: 0
arpansinha7/Algorithms-C
A collection of Data Structures and Algorithms implemented in C, designed to help learners understand and practice core DSA concepts. An open source repository where all essential algorithms will be covered. CONTRIBUTIONS ARE WELCOMED
Language: C - Size: 15.6 KB - Last synced at: about 1 month ago - Pushed at: about 1 month ago - Stars: 0 - Forks: 0
sujal-thakkar/Solved_DSA_Problems_And_Solutions-CPP
A repo containing all the Problems solved through out the course of me learning DSA and understanding concepts
Language: C++ - Size: 267 KB - Last synced at: about 1 month ago - Pushed at: about 1 month ago - Stars: 1 - Forks: 0
gideonabe/DSA
Data Structures and Algorithms
Language: Python - Size: 13.7 KB - Last synced at: about 1 month ago - Pushed at: about 1 month ago - Stars: 0 - Forks: 0
TheAlgorithms/Julia
Algorithms implemented in the Julia programming language. We're collaborating with the Humans of Julia community!
Language: Julia - Size: 1.16 MB - Last synced at: about 1 month ago - Pushed at: 4 months ago - Stars: 481 - Forks: 111
TheAlgorithms/Lua
Algorithms and Data Structures implemented in the Lua programming language
Language: Lua - Size: 189 KB - Last synced at: about 1 month ago - Pushed at: 12 months ago - Stars: 355 - Forks: 63
HashimThePassionate/Python-Deep-Dive
Dive into Python! Master fundamentals, OOP, data structures, algorithms, and design patterns. Become an expert in advanced techniques, CPython compilation, and complex data structures. Solve tough coding challenges with confidence!
Language: Python - Size: 31.1 MB - Last synced at: about 1 month ago - Pushed at: about 1 month ago - Stars: 25 - Forks: 3
This-Is-Prince/godsa
A collection of classic data structures and algorithms implemented in Go, organized as small, focused examples for learning and experimentation.
Language: Go - Size: 22.5 KB - Last synced at: about 1 month ago - Pushed at: about 1 month ago - Stars: 0 - Forks: 0
M-Salman-khan/DSA
This repository is my personal log of learning Data Structures and Algorithms 🧠. I'm adding every topic and program I learn as part of my DSA journey 🚀. From basics like arrays to advanced topics like dynamic programming, it's all here! 📘 Hope this helps fellow learners in their coding path too! 🤝💻
Language: C++ - Size: 742 KB - Last synced at: about 1 month ago - Pushed at: about 1 month ago - Stars: 0 - Forks: 0
Sathiyapramod/DS_Algorithms
Language: JavaScript - Size: 2.29 MB - Last synced at: 13 days ago - Pushed at: 13 days ago - Stars: 0 - Forks: 0
ranjankumarmandal/Quantum-AI-Enabled-Search-Engine---QSearchEngine---Python-Quantum-Algorithm
Language: Python - Size: 5.86 KB - Last synced at: about 1 month ago - Pushed at: about 1 month ago - Stars: 0 - Forks: 0
ranjankumarmandal/Quantum-AI-Enabled-Search-Engine---QSearchEngine
Language: Java - Size: 3.52 MB - Last synced at: about 1 month ago - Pushed at: about 1 month ago - Stars: 0 - Forks: 0
ranjankumarmandal/Quantum-AI-Enabled-Search-Engine---QSearchEngine---UI
Language: TypeScript - Size: 854 KB - Last synced at: about 1 month ago - Pushed at: about 1 month ago - Stars: 0 - Forks: 0
jnelbaylen/data-structure-algorithms
A c++ exploration of data structures and algorithms to understand logic building, efficiency, and problem-solving.
Language: C++ - Size: 12.7 KB - Last synced at: 22 days ago - Pushed at: 3 months ago - Stars: 5 - Forks: 0
kaglet/B-Trees-Tool
B-Trees data structure learning tool for educators and learners.
Language: HTML - Size: 3.54 MB - Last synced at: about 2 months ago - Pushed at: about 2 months ago - Stars: 1 - Forks: 1
FraidoonOmarzai/Comprehensive_AI_ML_RESOURCES
A detailed AI and ML education repository
Language: Jupyter Notebook - Size: 79.5 MB - Last synced at: about 2 months ago - Pushed at: about 2 months ago - Stars: 28 - Forks: 5
teja-thodeti/miscellaneous
Miniprojects \ LeetcodeSolved \ DsaPatterns
Language: Python - Size: 315 KB - Last synced at: about 2 months ago - Pushed at: about 2 months ago - Stars: 0 - Forks: 0
pandarudra/DS
Data Structure And Algorithm
Language: C++ - Size: 459 KB - Last synced at: about 2 months ago - Pushed at: about 2 months ago - Stars: 1 - Forks: 0
gargvishesh9/mastering-dsa
Documenting my journey of solving DSA problems with clean and efficient Java solutions.
Language: Java - Size: 251 KB - Last synced at: about 2 months ago - Pushed at: about 2 months ago - Stars: 0 - Forks: 0
This-Is-Prince/algoc
A collection of classic data structures and algorithms implemented in C, optimized for performance and clarity.
Language: C - Size: 106 KB - Last synced at: about 2 months ago - Pushed at: about 2 months ago - Stars: 0 - Forks: 0
Sougata2006/GeeksforGeeks-DSA-Journey
My solutions to DSA problems from GeeksforGeeks. This repository showcases my progress in solving various data structures and algorithms problems, with clean and well-documented code for each solution.
Language: Java - Size: 344 KB - Last synced at: about 2 months ago - Pushed at: about 2 months ago - Stars: 10 - Forks: 0
DhanushNehru/Leetcode
Collection of LeetCode problems solved
Language: JavaScript - Size: 536 KB - Last synced at: about 2 months ago - Pushed at: about 2 months ago - Stars: 14 - Forks: 4
tvnisxq/Notebooks-for-DSA-Preparation
This repository hosts the essential Google Colab Notebooks used for DSA preparation.
Language: Jupyter Notebook - Size: 34.2 KB - Last synced at: about 2 months ago - Pushed at: about 2 months ago - Stars: 0 - Forks: 0
IbrahimBagwan1/Strivers-A2Z-DSA-Sheet
Solving Striver's A2Z DSA Sheet to master Data Structures & Algorithms. Tackling 450+ curated problems from basics to advanced—covering arrays, recursion, trees, graphs, DP & more. Ideal for interview prep and strengthening CS fundamentals. 💻
Language: C++ - Size: 239 KB - Last synced at: about 2 months ago - Pushed at: about 2 months ago - Stars: 0 - Forks: 0
IU-Studies/Second-Year-Classwork
This repository consists of solutions to assignments and experiments from various subjects.
Language: Python - Size: 2.39 MB - Last synced at: about 2 months ago - Pushed at: about 2 months ago - Stars: 7 - Forks: 0
RajSDE/PlacementMaterial
Resources for placement purpose, it contains all important materials and contents required for placement.
Size: 147 MB - Last synced at: about 2 months ago - Pushed at: about 2 months ago - Stars: 33 - Forks: 14
DarkHawk727/LeetCode-Solutions
LeetCode Solutions (mostly Blind75/150)
Language: Python - Size: 68.4 KB - Last synced at: about 2 months ago - Pushed at: about 2 months ago - Stars: 0 - Forks: 0
gitcodeg/CodeQuest-SearchEngine
CodeQuest Search is a powerful full-stack web application that allows users to search for coding problems from popular platforms like LeetCode, Codeforces, and CodeChef. By implementing web scraping and the TF-IDF algorithm, this tool provides accurate and relevant coding problem recommendations based on user queries.
Language: Python - Size: 25.3 MB - Last synced at: about 2 months ago - Pushed at: 4 months ago - Stars: 5 - Forks: 0
venkat-0706/CodeDen-GFG
Exploring GeeksforGeeks for learning and practicing DSA, algorithms, and coding concepts. Leveraging its resources to solve problems, enhance programming skills, and prepare for technical interviews.
Language: Python - Size: 433 KB - Last synced at: about 2 months ago - Pushed at: about 2 months ago - Stars: 19 - Forks: 0