An open API service indexing awesome lists of open source software.

Projects in Awesome Lists tagged with algorithms-and-data-structures

A curated list of projects in awesome lists tagged with algorithms-and-data-structures .

https://github.com/houarizegai/datastructuresandalgorithms

Data Structures and Algorithms implemented in Java.

algorithms algorithms-and-data-structures java java-algorithms

Last synced: 10 Apr 2025

https://github.com/gusanmaz/bmb212_algorithms

NKÜ Bilgisayar Mühendisliği BMB212 Veri Yapıları Dersi Uygulama Notları, Projeleri ve Ödevleri

algorithms algorithms-and-data-structures course homework-assignments homework-project java programming

Last synced: 06 Sep 2025

https://github.com/dawnguodev/algorithm

数据结构和算法基础的实现+笔记+LeetCode 刷题记录 + 一些书籍整理。

algorithm algorithms algorithms-and-data-structures

Last synced: 16 Jun 2025

https://github.com/m-mdy-m/algorithms-data-structures

Implementation and learning of algorithm and data structure concepts

algorithms algorithms-and-data-structures data-structures

Last synced: 13 Aug 2025

https://github.com/theroyakash/algorithms.theroyakash.com

algorithms.theroyakash.com website source code. [Materials for FAANG and top startup coding interview and running notes on that]

algorithms algorithms-and-data-structures computer-science cpp data-structures dsa dsa-learning-series dsa-practice dsalgo engineering interview-questions interviews practice

Last synced: 14 Oct 2025

https://github.com/dennisosrm/toolbox-rs

toolbox of basic data structures and algorithms

algorithms-and-data-structures geospatial mapping

Last synced: 10 Apr 2025

https://github.com/mohuishou/go-algorithm

【更新中】Go 数据结构与算法系列文章,本系列文章主要会包括常见的数据结构与算法实现,同时会包括 Go 标准库代码的分析理解,讲到对应章节的时候优先学习分析 Go 的源码实现,例如 slice、list、sort 等,然后可能会有一些常见的案例实现,同时这也是 极客时间-数据结构与算法之美 的课程笔记

algorithm algorithms algorithms-and-data-structures go-algorithms golang

Last synced: 10 Apr 2025

https://github.com/asankov/the-practice-of-programming

This repository contains the exercises from the book "The Practice of Programming" by Brian W. Kernighan and Rob Pike.

algorithms algorithms-and-data-structures c cpp data-str java programming

Last synced: 30 Jul 2025

https://github.com/rszamszur/google-interview-preparation

Preparation for my Google interview. Repo contains notes, resources and implementations of data structures, algorithms, and problems.

algorithms algorithms-and-data-structures data-structures google-interview interview-practice interview-preparation

Last synced: 22 Mar 2025

https://github.com/nickssilver/printf

Alx first team project on C printf.

algorithms-and-data-structures bash-script c printf shell

Last synced: 14 Apr 2025

https://github.com/das-jishu/data-structures-basics-leetcode

Basic problems + solutions on data structures and algorithms grouped by category. It also has an ever-growing collection of Leetcode problems and solutions.

algorithms algorithms-and-data-structures code coding coding-interview coding-interviews data-structures data-structures-algorithms data-structures-and-algorithms problem-solving

Last synced: 12 Aug 2025

https://github.com/szymon-budziak/algorithms_and_data_structures_course_agh

Solutions from Algorithms and Data Structures course at AGH University of Krakow. Please leave a star if it helped You ⭐

algorithm algorithms algorithms-and-data-structures data-structures python3

Last synced: 11 Apr 2025

https://github.com/prathimacode-hub/Learn-Python-For-Beginners

This repository helps you in gaining the basic knowledge of python in a simplified way. It has everything for you to get started with Python from complete scratch. Be a pythonista. 🚀🙌

algorithms-and-data-structures beginner-friendly beginners-guide beginners-tutorial-series data-structures datastructures-algorithms github learning-python opensource portfolio project python python3 tutorials

Last synced: 17 Apr 2025

https://github.com/tirthasheshpatel/data-structures-and-algorithms

Find any Algorithms and Data Structure implemented in C/C++ here!

algorithms algorithms-and-data-structures beginner data-structures

Last synced: 15 Apr 2025

https://github.com/sueszli/ep2

solutions to all previous ep2 exams at tu wien

algorithms-and-data-structures competitive-programming dsa

Last synced: 06 May 2025

https://github.com/violet-bora-lee/javascript-algorithms-and-data-structure

Codes from Colt Steele's Udemy lecture, JavaScript Algorithms and Data Structures Masterclass and Leetcode

algorithms-and-data-structures coding-interviews interview-preparation javascript

Last synced: 04 May 2025

https://github.com/rohan-paul/javascript-common-challenges-problems

Collection of Day to Day Challenges/Techniques in JavaScript/Python

algorithms algorithms-and-data-structures interview-questions javascript python

Last synced: 03 Jul 2025

https://github.com/teddyrendahl/stanford-algs

Programming Assignments for Stanford Algorithms Courses

algorithms-and-data-structures coursera coursera-algorithms python python3

Last synced: 24 Aug 2025

https://github.com/teddyoweh/omark

Omarke is a facial search algorithm that implements a binary search algorithm on a facial recognition model which efficiently identifies faces that are absent in pictures based on a dataset.

algorithms algorithms-and-data-structures computer-vision computer-vision-algorithms face-detection face-recognition python

Last synced: 09 Apr 2025

https://github.com/light-hat/leetcode

🥊 LeetCode solutions with clean code and detailed explanations.

algorithms-and-data-structures leetcode leetcode-solutions

Last synced: 11 Apr 2025

https://github.com/rohan-paul/Javascript-Common-Challenges-Problems

Collection of Day to Day Challenges/Techniques in JavaScript/Python

algorithms algorithms-and-data-structures interview-questions javascript python

Last synced: 17 Apr 2025

https://github.com/manulthanura/data-structure-using-c

The data structure means the way of arrangement of data. There are several data structures in the world. However, this repository shows some of the data structures build using the C language.

algorithms algorithms-and-data-structures c data-structures

Last synced: 07 Sep 2025

https://github.com/st3v3nmw/rust-algorithms

Algorithms and data structures implemented in Rust.

algorithms algorithms-and-data-structures data-structures dynamic-programming rust

Last synced: 15 Aug 2025

https://github.com/itamarrocha/dailybyte

Solutions to DailyByte https://thedailybyte.dev/

algorithms-and-data-structures coding-interviews daily-byte daily-coding-problem

Last synced: 10 Apr 2025

https://github.com/adebsalert/data-structure-algorithm

Practice repo for solving leetcode problems and also custom data structures

algorithm-challenges algorithms-and-data-structures data-structures leetcode

Last synced: 04 Oct 2025

https://github.com/exely/wd-data-structure

王道《数据结构》2019版算法题

algorithms-and-data-structures c cpp

Last synced: 30 Jul 2025

https://github.com/serverx-org/dsa-mastery

This repository covers the roadmap for mastering Data Structures and Algorithms in JavaScript, Python, C/C++, and Java.

algorithms algorithms-and-data-structures compitative-coding compititive-programming cpp dsa dsa-mastery hacktoberfest hacktoberfest-2024 java js learn-dsa py server-x-101 serverx

Last synced: 21 Feb 2025

https://github.com/pfalcon/beap

Beap (bi-parental heap) algorithm reference implementation in Python

algorithms algorithms-and-data-structures data-structures implicit search-algorithm

Last synced: 19 Mar 2025

https://github.com/manuarora700/100-days-interview-preparation

⚡️ 100 Days of DS Algo for interview preparation (C++ and Javascript)

algorithms algorithms-and-data-structures challenges data-structures

Last synced: 14 Mar 2025

https://github.com/coding-enthusiast9857/open-source-contributions

This is an open-source contribution opportunity. It is for everyone. So, Hurry up...!! Don't forget to spread love and if you like give a ⭐️

ai algorithms algorithms-and-data-structures c cpp csharp dsa games helloworld java matlab ml open-source projects python python3

Last synced: 11 Apr 2025

https://github.com/mohamed-souiyeh/daedalus

This project is my humble attempt to display how beautiful and elegant algorithms can be.

algorithms-and-data-structures maze-generator maze-solver mazes

Last synced: 19 Sep 2025

https://github.com/pvarentsov/al-go-rithms

Learning of algorithms and data structures in Go.

algorithms-and-data-structures golang learning

Last synced: 06 Apr 2025

https://github.com/victorhmp/obi-prep

Material to prepare students from Colégio Objetivo

algorithms-and-data-structures competitive-programming

Last synced: 05 Oct 2025

https://github.com/codewithjaspreet/dsa_interview_problems

Important Problems on Different Data Structures and Algorithms from Leetcode & Gfg , with Brute & optimised Solutions in Java Programming Language depicting solving patterns in questions & are well commented whereever neccessary with the approach as well as the time & space complexity along with self-understanding commit messages :)

algorithms-and-data-structures gfg leetcode-java

Last synced: 17 Apr 2025

https://github.com/anshumansinha3301/linearsearchcpp

CPP Codes for Sorting, Searching and other DSA Concepts for interview Preparations. Codebase for data structures and algorithms.

algorithms-and-data-structures cpp data-structures searching-algorithms sorting-algorithms

Last synced: 14 Jul 2025

https://github.com/bhartik021/data-structure-algorithm

An repository that contains all the Data Structures and Algorithms concepts and their implementation in several ways, programming questions and Interview questions. The main aim of this repository is to help students who are learning Data Structures and Algorithms or preparing for an interview.

algorithm algorithms algorithms-and-data-structures algorithms-datastructures array binary-search bit-magic bit-manipulation cpp cpp-stl data-structures data-structures-and-algorithms linear-search mathematics recursion searching searching-algorithms stl string tree

Last synced: 03 Oct 2025

https://github.com/googtech/leetcode

☕ The learning note about data structures, algorithms, and leetcode problems, which are based on java、python、golang, and c++.

algorithms-and-data-structures c-plus-plus gitbook golang java leetcode note python

Last synced: 18 Mar 2025

https://github.com/helabenkhalfallah/dsa-toolbox

Welcome to DSA Toolbox, a comprehensive library of data structures and algorithms designed to streamline your development process! This library is built for JavaScript and TypeScript, offering both fundamental and advanced data structures, search algorithms, sort algorithms, and more.

advanced-data-structures algorithms-and-data-structures data-structures javascript-library typescript-library

Last synced: 12 Apr 2025

https://github.com/theanasuddin/grokking-algorithms-1st-edition-by-aditya-y.-bhargava

Grokking Algorithms: An Illustrated Guide for Programmers and Other Curious People 1st Edition by Aditya Y. Bhargava. All Data Structures and Algorithms Implemented In Java.

aditya-bhargava algorithms algorithms-and-data-structures algorithms-java data-structures data-structures-implementations data-structures-java grokking-algorithms grokking-algorithms-in-java illustrated-book java visual-learning

Last synced: 16 Aug 2025

https://github.com/acetinkaya/acetinkaya

Lecturer at Istanbul Gelisim University and AI Instructor at IGU Cyber Academy. Specializing in Python, deep learning, fuzzy logic, and algorithm development. Contributing open-source AI projects and educational content to support learning and innovation in artificial intelligence.

algorithms-and-data-structures artificial-intelligence-algorithms bulanik-mantik fuzzy fuzzy-logic fuzzylogic makine-ogrenmesi

Last synced: 16 Jun 2025

https://github.com/teddyoweh/transvarpy

A new method of declaring and editing variables in python.

algorithms algorithms-and-data-structures modules pointers pointers-and-arrays python

Last synced: 21 Jun 2025

https://github.com/brianruizy/automated-teller-machine

CS3304 - Group C++ university Project creating an ATM machine software with use of encapsulation and inheritance.

algorithms-and-data-structures atm c-plus-plus cpp cs3304 oop-principles

Last synced: 19 Mar 2025

https://github.com/dan-sazonov/sirius-solutions

🎓(RU) Решения задач с курса Сириус "Введение в алгоритмы"

algorithms algorithms-and-data-structures data-structures education learn olympiad-in-informatics olympics

Last synced: 11 Oct 2025

https://github.com/coding-delight-01/dsa-in-java

A beginner friendly repository made specifically for open source beginners. Contribute on this repository with valid pull requests

algorithms-and-data-structures beginner-friendly hacktoberfest hacktoberfest-accepted java

Last synced: 22 Sep 2025

https://github.com/theroyakash/akdsframework

Python Package for all your data structure and algorithm needs

algorithm algorithms-and-data-structures alogorithms-implemented package python

Last synced: 13 Aug 2025

https://github.com/flexycode/ccdatrcl

💫 This repository contains all of the java, javascript & python code implementations for each topic in the course outline for data structures and algorithms COM231 - Mrs. Jensen A. Santillan

algorithm algorithms-and-data-structures computer-science critical-thinking data-structures knowledge-management knowledge-power knowledge-representation visualization

Last synced: 14 Apr 2025