An open API service providing repository metadata for many open source software ecosystems.

GitHub topics: datastructures

tinker495/Xtructure

Xtructure is datastructure for using in JAX

Language: Python - Size: 2.29 MB - Last synced at: about 1 hour ago - Pushed at: about 2 hours ago - Stars: 19 - Forks: 0

aardvark-platform/aardvark.base

Aardvark.Base is the foundation of the open-source Aardvark Platform for visual computing, real-time graphics, and visualization.

Language: C# - Size: 52.8 MB - Last synced at: about 9 hours ago - Pushed at: about 10 hours ago - Stars: 162 - Forks: 11

ashtanko/DSA-Kotlin

📚 Collection of various Data Structures and Algorithms, implemented in Kotlin for educational purposes.

Language: Kotlin - Size: 898 KB - Last synced at: about 10 hours ago - Pushed at: about 12 hours ago - Stars: 34 - Forks: 3

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.5 MB - Last synced at: 1 day ago - Pushed at: 1 day ago - Stars: 2 - Forks: 0

mhfikrianwr/My-Leetcode

Language: C++ - Size: 34.2 KB - Last synced at: 2 days ago - Pushed at: 2 days ago - Stars: 0 - Forks: 0

Taophycc/DSA

Data structures and algorithm

Language: Python - Size: 64.5 KB - Last synced at: 2 days ago - Pushed at: 2 days ago - Stars: 0 - Forks: 0

bkthomps/Containers

This library provides various containers. Each container has utility functions to manipulate the data it holds. This is an abstraction as to not have to manually manage and reallocate memory.

Language: C - Size: 704 KB - Last synced at: 2 days ago - Pushed at: 2 days ago - Stars: 176 - Forks: 16

AlexandreDecan/portion

portion, a Python library providing data structure and operations for intervals.

Language: Python - Size: 525 KB - Last synced at: 3 days ago - Pushed at: 3 days ago - Stars: 508 - Forks: 37

SKrishna-7/DSA-Journy

This repository is a documentation of my Data Structures & Algorithms (DSA) learning journey.

Language: C++ - Size: 54.7 KB - Last synced at: 3 days ago - Pushed at: 3 days ago - Stars: 0 - Forks: 0

AshBuk/ALgoDSgo

Algorithms & Data Structures in Go | Search, Sort, Interview Exercises | Educational Repository

Language: Go - Size: 225 KB - Last synced at: 3 days ago - Pushed at: 3 days ago - Stars: 1 - Forks: 0

OMar-Adelll/data-structures

currently being built

Language: C++ - Size: 38.1 KB - Last synced at: 3 days ago - Pushed at: 3 days ago - Stars: 0 - 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: 3 days ago - Pushed at: 4 days ago - Stars: 2 - Forks: 0

brandocorti/Algorithms-Data-structures

This repository serves as a documentation and implementation of all algorithms studied throughout my academic path, with a focus on and asymptotic (Big O) notation and computational complexity.

Language: Python - Size: 8.79 KB - Last synced at: 3 days ago - Pushed at: 4 days ago - Stars: 0 - Forks: 0

khavishbhundoo/ChronoQueue

ChronoQueue is a thread-safe, time-aware FIFO queue with automatic per item expiration with minimal overhead

Language: C# - Size: 948 KB - Last synced at: 4 days ago - Pushed at: 4 days ago - Stars: 9 - Forks: 0

TANGoO666/FenwickTree-Explained

树状数组(Fenwick Tree)详细教程:从零基础到应用,一文搞懂 lowbit, 查询, 更新

Size: 9.77 KB - Last synced at: 4 days ago - Pushed at: 4 days ago - Stars: 0 - Forks: 0

Triptigithub/Leetcode-DSA

This repository contains my LeetCode DSA solutions, covering arrays, strings, linked lists, trees, graphs, dynamic programming, and more. It serves as a resource for problem-solving and algorithmic learning. 🚀

Language: Java - Size: 107 KB - Last synced at: 4 days ago - Pushed at: 4 days ago - Stars: 0 - Forks: 0

adhilunnikrishnan/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: 93.8 KB - Last synced at: 4 days ago - Pushed at: 4 days ago - Stars: 0 - Forks: 0

1nOnlyVishnu/DSA_vpn

Leetcode solutions in java

Language: Java - Size: 253 KB - Last synced at: 4 days ago - Pushed at: 4 days ago - Stars: 1 - Forks: 0

malikdotexe/LC-Questions

Solutions to leetcode problems in python by me

Language: Python - Size: 356 KB - Last synced at: 4 days ago - Pushed at: 5 days ago - Stars: 1 - Forks: 0

iamganeshsalunkhe/dsa_practice

Daily DSA practice using JavaScript. Solving problems, learning concepts, and tracking progress through #100DaysOfCode.

Language: JavaScript - Size: 12.7 KB - Last synced at: 5 days ago - Pushed at: 5 days ago - Stars: 0 - Forks: 0

Tamilvendhan23/Leetcode

Welcome to the Leetcode Solutions repository! This repository is dedicated to providing solutions to various Leetcode problems, primarily written in Java (77.3%) and Python (22.7%).

Language: Java - Size: 995 KB - Last synced at: 5 days ago - Pushed at: 5 days ago - Stars: 8 - Forks: 0

rakjija/competitive-programming

competitive-programming

Language: Python - Size: 1.86 MB - Last synced at: 5 days ago - Pushed at: 5 days ago - Stars: 0 - Forks: 0

KristofferC/NearestNeighbors.jl

High performance nearest neighbor data structures (KDTree and BallTree) and algorithms for Julia.

Language: Julia - Size: 2.72 MB - Last synced at: 1 day ago - Pushed at: 1 day ago - Stars: 449 - Forks: 71

gehadepada/LeetCode-Top-150-Interview-Problems

Top 150 Interview Questions at LeetCode

Size: 112 KB - Last synced at: 6 days ago - Pushed at: 6 days ago - Stars: 3 - Forks: 0

RahulRadhakrishnanNair/Generic_Data_Structures

A library that I am working on, a generic abstract data structure library for C/C++ utilising void pointers.

Language: C++ - Size: 6.84 KB - Last synced at: 6 days ago - Pushed at: 6 days ago - Stars: 0 - Forks: 0

shibeeeii/Competitive-Programming

✈ Competitive Programming (CP) solutions, 🏘 strategies, and resources. Well 🚁optimized solutions 🎮Codeforces, LeetCode, 🛺 CodeChef, AtCoder & more ⛵ Essential algorithms 🥎 data structures 🧸 efficient problem-solving 🛬 Tips & tricks for improving 🎳 speed and accuracy in contests 📚 Handy resources 🍎 problem-solving 🌽 techniques for CP

Language: C++ - Size: 49.8 KB - Last synced at: 6 days ago - Pushed at: 6 days ago - Stars: 2 - Forks: 5

PreetikaPrakash/ProblemSolving

• arrays • strings • recursion • mathematical • matrix • searching • sorting • hashing • linkedlist • stacks • queue • deque • tree

Language: Java - Size: 178 KB - Last synced at: 6 days ago - Pushed at: 6 days ago - Stars: 0 - Forks: 0

JeevanJundale/Python_Data_Structures

Guide to Python data structures for hospital management 🏥; learn core structures with practical, zero-dependency Python 3.13 code and hands-on simulations.

Language: Python - Size: 17.6 KB - Last synced at: 6 days ago - Pushed at: 6 days ago - Stars: 0 - Forks: 0

Sleazy69/mycoder

Simple to install, powerful command-line based AI agent system for coding.

Size: 1.95 KB - Last synced at: 6 days ago - Pushed at: 6 days ago - Stars: 2 - Forks: 0

omarmass/coding-interview-university

🚀 Master coding interviews with a structured study plan that prepares you for technical roles at top companies, saving you time and effort.

Size: 12.3 MB - Last synced at: 6 days ago - Pushed at: 6 days ago - Stars: 0 - Forks: 0

AFaria20s/assembly-simulator

This is a basic assembly language simulator written in Java. It supports basic arithmetic, logical, and memory operations, simulating the behavior of a simple processor.

Language: Java - Size: 229 KB - Last synced at: 6 days ago - Pushed at: 6 days ago - Stars: 2 - Forks: 0

luisbrightvv/Snake-CPP

🐍 Enjoy the classic Snake game in neon colors using clean C++17 code with SFML. Experience smooth gameplay with animated food and an arcade-style interface.

Language: C++ - Size: 1.71 MB - Last synced at: 6 days ago - Pushed at: 6 days ago - Stars: 2 - Forks: 0

Ghost4474/Data-Structures-Algorithm

C++ DSA & LeetCode solutions with clear, readable code for core data structures and algorithms. Practical practice and interview prep in one beginner repo 🐙

Language: C++ - Size: 118 KB - Last synced at: 6 days ago - Pushed at: 6 days ago - Stars: 8 - Forks: 14

TheKhanj/ds-gym

Competitive programming solutions written in C/C++.

Language: C - Size: 326 KB - Last synced at: 6 days ago - Pushed at: 7 days ago - Stars: 1 - 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: 7 days ago - Pushed at: 7 days ago - Stars: 0 - Forks: 0

selim-achour/Theory_of_Everything

A unified scientific Theory of Everything (ToE).

Size: 6.84 KB - Last synced at: 7 days ago - Pushed at: 7 days ago - Stars: 0 - Forks: 1

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: 7 days ago - Pushed at: 7 days ago - Stars: 0 - Forks: 0

Cornucopia-Swift/CornucopiaCore

Cornucopia Core Library

Language: Swift - Size: 329 KB - Last synced at: 7 days ago - Pushed at: 7 days ago - Stars: 2 - Forks: 1

AnishkaKesaria/Leetcode_Solutions

Uploading my solutions for all the questions that I solve on LeetCode.

Language: C++ - Size: 438 KB - Last synced at: 7 days ago - Pushed at: 7 days ago - Stars: 0 - Forks: 0

onyxwizard/coding-challenges

A collection of fundamental recursion problems solved in Java, demonstrating core concepts like base cases, recursive decomposition, and problem-solving strategies for beginners. Perfect for mastering the art of thinking recursively!

Language: Java - Size: 289 KB - Last synced at: 7 days ago - Pushed at: 7 days ago - Stars: 0 - Forks: 0

981377660LMT/algorithm-study

Algorithm Notes and Templates (written in python,golang and typescript)

Language: TypeScript - Size: 510 MB - Last synced at: 7 days ago - Pushed at: 7 days ago - Stars: 261 - Forks: 32

Ayush1665/leetcode-submissions

This repository contains my solutions to Leetcode problems implemented in Java. It is organized by topic to help navigate and revise concepts efficiently.

Language: Java - Size: 22.5 KB - Last synced at: 8 days ago - Pushed at: 8 days ago - Stars: 0 - Forks: 0

Prabhakar-Naik/java-core

java-core project provides vast interview programs, Real time implementation, Exceptions, regular expressions, collections, oops concepts ect. Here you can gain the knowledge about java syntax, advance concepts and so on. join the collaborations and contribute transfer your best and explore more things.

Language: Java - Size: 6.59 MB - Last synced at: 8 days ago - Pushed at: 8 days ago - Stars: 0 - Forks: 3

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: 8 days ago - Pushed at: 8 days ago - Stars: 1 - Forks: 0

daniel-rusu/pods4k

Performance-oriented Data Structures for Kotlin

Language: Kotlin - Size: 2.04 MB - Last synced at: 8 days ago - Pushed at: 8 days ago - Stars: 279 - Forks: 4

S-KishoreBabu/DSA-in-C-language

Data Structure and Algorithm

Language: C - Size: 118 KB - Last synced at: 8 days ago - Pushed at: 9 days ago - Stars: 0 - Forks: 0

NVIDIA/cuCollections

Language: C++ - Size: 6.67 MB - Last synced at: 9 days ago - Pushed at: 25 days ago - Stars: 596 - Forks: 100

MostafaAE/LeetCode

Solutions to a diverse collection of LeetCode problems spanning various Data Structures and Algorithms topics.

Language: C++ - Size: 3.82 MB - Last synced at: 9 days ago - Pushed at: 9 days ago - Stars: 2 - Forks: 0

sadkeyvanfar/data-structure-algorithm

Implementation of different algorithms and data structures in Java.

Language: Java - Size: 23.4 MB - Last synced at: 9 days ago - Pushed at: 10 days ago - Stars: 3 - Forks: 3

prashantjagtap2909/LeetCode_POTD

Solution of everyday's leetcode problem

Language: C++ - Size: 409 KB - Last synced at: 9 days ago - Pushed at: 10 days ago - Stars: 1 - Forks: 0

KevinDacanay/LeetCode

This repository serves as a personal collection of solutions to LeetCode problems, designed to enhance my problem-solving skills and track my progress.

Language: Python - Size: 189 KB - Last synced at: 10 days ago - Pushed at: 10 days ago - Stars: 0 - Forks: 0

xthxr/OpenSauce

Star the repo and add your DSA codes here, in any language!!

Language: Java - Size: 835 KB - Last synced at: 10 days ago - Pushed at: 10 days ago - Stars: 51 - Forks: 162

mirzayasirabdullahbaig07/Advanced-DSA-In-Python

Learn and implement Data Structures and Algorithms using Python with step-by-step explanations and problem-solving patterns. Perfect for coding interviews, LeetCode practice, and building algorithmic thinking.

Language: Python - Size: 125 KB - Last synced at: 11 days ago - Pushed at: 11 days ago - Stars: 13 - Forks: 0

wx-chevalier/Rust-Notes

Rust Series,语法基础、数据结构、并发编程、工程实践,常见的代码示例 & 数据结构与算法

Language: Rust - Size: 558 KB - Last synced at: 11 days ago - Pushed at: 11 days ago - Stars: 38 - Forks: 12

JuliaGraphs/Graphs.jl

An optimized graphs package for the Julia programming language

Language: Julia - Size: 18 MB - Last synced at: 3 days ago - Pushed at: 9 days ago - Stars: 514 - Forks: 115

ArhanBytes/Rohit-Negi-CPP-DSA-Course

Access comprehensive C++ Data Structures and Algorithms course materials, including code samples, assignments, and homework questions, meticulously curated by Coder Army - Rohit Negi.

Language: C++ - Size: 857 KB - Last synced at: 11 days ago - Pushed at: 11 days ago - Stars: 15 - Forks: 4

HanSatCode/DSPractice2025

2025 2학년 2학기 '자료구조' 및 '자료구조실습'의 파일

Language: C - Size: 125 MB - Last synced at: 11 days ago - Pushed at: 12 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: 12 days ago - Pushed at: 12 days ago - Stars: 0 - Forks: 0

Varunkasana26/Data-Structure-Assignments

This repository contains assignments and practice codes for Data Structures.

Language: C++ - Size: 820 KB - Last synced at: 12 days ago - Pushed at: 12 days ago - Stars: 0 - Forks: 0

SupratikB23/code-sync

LeetCode Coding Practice Solutions

Language: Python - Size: 76.2 KB - Last synced at: 12 days ago - Pushed at: 12 days ago - Stars: 1 - Forks: 0

fvaleye/metadata-guardian

Provide an easy way with Python to protect your data sources by searching its metadata. 🛡️

Language: Python - Size: 16.6 MB - Last synced at: 12 days ago - Pushed at: 13 days ago - Stars: 18 - Forks: 1

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: 13 days ago - Pushed at: 13 days ago - Stars: 0 - Forks: 0

compas-dev/compas

Main library of the COMPAS framework and CAD integrations for Rhino/GH and Blender.

Language: Python - Size: 2.66 GB - Last synced at: 9 days ago - Pushed at: 13 days ago - Stars: 350 - Forks: 113

nanda-gopal-sb/grapher

A graph render based on links. Support wikilinks, anchor tags, and vimwiki links.

Language: C++ - Size: 41 KB - Last synced at: 13 days ago - Pushed at: 13 days ago - Stars: 0 - Forks: 0

isopink/Algorithms

This repository contains my solutions and study notes for algorithm problems.

Language: C++ - Size: 26.4 KB - Last synced at: 14 days ago - Pushed at: 14 days ago - Stars: 0 - Forks: 0

uraniumcrystalsmaster/Potential-Alternatives-to-std-map

A benchmark of six data structures designed from scratch that were made to be competitive with the std::map, and some having better asymptotic complexity than it.

Language: C++ - Size: 57.4 MB - Last synced at: 14 days ago - Pushed at: 14 days ago - Stars: 1 - Forks: 1

jaehyung409/Extended-STL-style-Containers

STL-style datastructures (forward-list ~ tree)

Language: C++ - Size: 600 KB - Last synced at: 14 days ago - Pushed at: 14 days ago - Stars: 0 - Forks: 0

kashishsinghyadav/DSA-PrepByTopics

DSA-Prep-By-Topics

Language: Python - Size: 5.66 MB - Last synced at: 14 days ago - Pushed at: 14 days ago - Stars: 0 - Forks: 0

ginesthoii/CyberPersona

Lightweight Python random generator — a fiction-first persona tool combining MBTI, Enneagram, and archetypes for writing, roleplay, and worldbuilding

Language: Python - Size: 74.2 KB - Last synced at: 15 days ago - Pushed at: 15 days ago - Stars: 0 - Forks: 0

baquer/GATE-and-CSE-Resources-for-Students

📚 📖 📚CSE GATE Resources for GATE and CSE Aspirants 😎 😁 . Show your ❤️ by ⭐️⭐️

Size: 225 MB - Last synced at: 15 days ago - Pushed at: almost 2 years ago - Stars: 1,791 - Forks: 476

LanternCX/Competitive-Programing

Language: C++ - Size: 566 KB - Last synced at: 16 days ago - Pushed at: 16 days ago - Stars: 2 - Forks: 0

mrbuss81/COMP251_DataStructures

Java implementations of core data structures and algorithms for UFV COMP 251. Includes Stacks, Queues, Linked Lists, Trees, and Recursion examples.

Language: Java - Size: 11.7 KB - Last synced at: 16 days ago - Pushed at: 16 days ago - Stars: 0 - Forks: 0

alphaleporus/javaPractice

Daily Java practice covering core concepts, problem-solving, and OOP fundamentals.

Language: Java - Size: 127 KB - Last synced at: 16 days ago - Pushed at: 16 days ago - Stars: 0 - Forks: 0

akkefa/Must-Read-Books-of-All-Time

Must Read Books of All Time

Size: 21.5 KB - Last synced at: 16 days ago - Pushed at: 16 days ago - Stars: 13 - Forks: 2

OneCodeMonkey/Algorithm

📝 Daily accumulate of algorithm. Leetcode Solutions | Codeforces Solutions

Language: Java - Size: 1.63 MB - Last synced at: 17 days ago - Pushed at: 17 days ago - Stars: 82 - Forks: 75

deckarep/ziglang-set

A generic and general purpose Set implementation for the Zig language

Language: Zig - Size: 10.4 MB - Last synced at: 18 days ago - Pushed at: 18 days ago - Stars: 90 - Forks: 7

Blankj/awesome-java-leetcode

:crown: LeetCode of algorithms with java solution(updating).

Language: Java - Size: 500 KB - Last synced at: 18 days ago - Pushed at: almost 5 years ago - Stars: 8,708 - Forks: 1,713

manishbisht/Competitive-Programming

:pushpin: :books: Solution of competitive programming problems, code templates, Data Structures and Algorithms, hackathons, interviews and much more.

Language: C++ - Size: 130 MB - Last synced at: 17 days ago - Pushed at: about 2 years ago - Stars: 1,693 - Forks: 400

mohith1306/code-forces

My code forces solutions

Language: Java - Size: 96.7 KB - Last synced at: 19 days ago - Pushed at: 19 days ago - Stars: 0 - Forks: 0

jackyhuynh/MyCeePlusPlusKB

C++ knowledge base for data structure, design patterns, micro-services and multithreaded

Language: C++ - Size: 21.4 MB - Last synced at: 19 days ago - Pushed at: 19 days ago - Stars: 7 - Forks: 12

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: 19 days ago - Pushed at: 19 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: 19 days ago - Pushed at: 19 days ago - Stars: 0 - Forks: 0

nanyahill/problem-solving-practice

My way of getting better at solving cs-related problems.

Language: Java - Size: 556 KB - Last synced at: 19 days ago - Pushed at: 19 days ago - Stars: 1 - Forks: 1

ThompsonA93/Codelab-DAC

A codelab for my students to learn about algorithms, datastructures and complexity

Size: 72.3 KB - Last synced at: 19 days ago - Pushed at: 19 days ago - Stars: 0 - Forks: 0

maxbolgarin/abstract

Abstractions and utilities to get rid of boilerplate code in business logic

Language: Go - Size: 218 KB - Last synced at: 19 days ago - Pushed at: 20 days ago - Stars: 1 - Forks: 0

ua-nick/Data-Structures-and-Algorithms

Data Structures and Algorithms implementation in Go

Language: Go - Size: 43 KB - Last synced at: 12 days ago - Pushed at: over 1 year ago - Stars: 2,773 - Forks: 336

JuliaGraphs/SimpleWeightedGraphs.jl

Edge-weighted graphs compatible with Graphs.jl

Language: Julia - Size: 454 KB - Last synced at: 9 days ago - Pushed at: 20 days ago - Stars: 41 - Forks: 8

JSoi/Algorithm

https://www.acmicpc.net/user/jsoi0715

Language: Java - Size: 1.32 MB - Last synced at: 21 days ago - Pushed at: 21 days ago - Stars: 0 - Forks: 0

skinwalker3654/C_DATABASE

This program is a simple sql like database written in c

Language: C - Size: 696 KB - Last synced at: 22 days ago - Pushed at: 22 days ago - Stars: 7 - Forks: 0

Genbox/FastData

A source generator that analyzes data and creates high-performance, read-only lookup data structures for static data.

Language: C# - Size: 2.68 MB - Last synced at: 21 days ago - Pushed at: 4 months ago - Stars: 5 - Forks: 0

Samuka-Vey/sistema_de_fazenda

Projeto de criação de sistema de gestão de uma fazenda

Language: Python - Size: 186 KB - Last synced at: 22 days ago - Pushed at: 22 days ago - Stars: 2 - Forks: 3

SvenWoltmann/java-collections-guide

Java Queue, Deque, Stack and other collections - Ultimate Guide on HappyCoders.eu.

Language: Java - Size: 921 KB - Last synced at: 22 days ago - Pushed at: 23 days ago - Stars: 3 - Forks: 1

doganoo/PHPAlgorithms

A collection of common algorithms implemented in PHP. The collection is based on "Cracking the Coding Interview" by Gayle Laakmann McDowell

Language: PHP - Size: 515 KB - Last synced at: 18 days ago - Pushed at: about 2 years ago - Stars: 943 - Forks: 91

syswitzz/striver-dsa

A public repository demonstrating my journey of Data Structures and Algorithms by solving all problems from Striver's A2Z DSA Sheet in an organized way

Language: C++ - Size: 703 KB - Last synced at: 23 days ago - Pushed at: 23 days ago - Stars: 0 - Forks: 0

YaccConstructor/QuickGraph

Generic Graph Data Structures and Algorithms for .NET

Language: C# - Size: 40.8 MB - Last synced at: about 14 hours ago - Pushed at: almost 6 years ago - Stars: 550 - Forks: 206

AlgebraicJulia/CliqueTrees.jl

A Julia library for computing tree decompositions and chordal completions of graphs.

Language: Julia - Size: 2.31 MB - Last synced at: 9 days ago - Pushed at: 28 days ago - Stars: 28 - Forks: 2

Rohithv07/LeetCodeTopInterviewQuestions

Leetcode Top Interview questions discussed in Leetcode. https://leetcode.com/explore/interview/card/top-interview-questions

Language: Java - Size: 118 MB - Last synced at: 23 days ago - Pushed at: 23 days ago - Stars: 26 - Forks: 19

TyskM/tlib

Some headers I use a lot.

Language: C++ - Size: 270 MB - Last synced at: 24 days ago - Pushed at: 24 days ago - Stars: 2 - Forks: 0

gourabofficial/Solved-Leetcode-Problems

DSA using Java

Language: Java - Size: 56.6 KB - Last synced at: 24 days ago - Pushed at: 25 days ago - Stars: 0 - Forks: 0

Phu2302/my_dsa

Personal C++ project implementing data structures and algorithms from scratch.

Language: C++ - Size: 82 KB - Last synced at: 25 days ago - Pushed at: 25 days ago - Stars: 1 - Forks: 0

Related Keywords
datastructures 3,427 algorithms 1,489 java 558 data-structures 393 python 380 cpp 378 algorithm 335 c 314 javascript 258 linked-list 222 leetcode 219 datastructures-algorithms 216 algorithms-and-data-structures 213 stack 206 dsa 181 queue 180 python3 166 competitive-programming 131 leetcode-solutions 128 tree 114 graph 107 problem-solving 104 sorting-algorithms 95 golang 86 linkedlist 85 programming 81 data 81 algorithms-datastructures 80 hacktoberfest 80 binary-search-tree 78 hackerrank 73 csharp 73 dynamic-programming 72 typescript 70 interview-questions 67 arrays 66 algorithm-challenges 64 cplusplus 63 go 61 datastructure 59 dsa-algorithm 58 array 57 trees 57 recursion 57 computer-science 57 interview 56 interview-preparation 55 datastructuresandalgorithm 54 oop 54 database 52 data-structures-and-algorithms 50 graphs 49 graph-algorithms 49 c-plus-plus 49 java-8 48 heap 48 stacks 44 list 44 machine-learning 44 leetcode-java 43 sorting 41 coding 41 swift 40 hashtable 40 tree-structure 40 interview-practice 39 hackerrank-solutions 37 object-oriented-programming 37 algorithms-implemented 36 dsa-practice 36 geeksforgeeks 34 avl-tree 34 queues 34 kotlin 34 sql 33 trie 33 data-science 32 rust 32 hashmap 31 data-structure 31 codeforces 31 coding-interviews 30 strings 29 learning 28 greedy-algorithms 28 string 28 react 27 solutions 27 priority-queue 27 binary-tree 26 library 26 hashing 25 css 25 design-patterns 25 doubly-linked-list 25 nodejs 25 cpp14 24 collections 23 practice 23 oops 23