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/syed-bakhtawar-fahim/dsa_algorithm_code

Assalam o Alikum Guys, This is the repo of Data Structure and Algorithm in C programming language. I hope it will help you in learning Data Structure and Algorithm in C. I'm also learning Data Structure and algorithm in Python in better and easy way you can also explore it

algorithm algorithms-and-data-structures c data data-structures-and-algorithms dsa-algorithm dsa-learning-series dsa-practice

Last synced: 12 Apr 2025

https://github.com/blargian/min_span_tree_visualizer

A tool to visualize how algorithms for finding minimum spanning trees work. Complete with random generation of tree structures using Delaunay triangulation or option to import your own.

algorithm algorithms-and-data-structures catch2 cmake cpp dear-imgui delaunay-triangulation educational graph greedy-algorithms help-wanted imgui imgui-glfw implot kruskal kruskal-algorithm minimum-spanning-tree prims-algorithm prims-mst visualization

Last synced: 29 Mar 2025

https://github.com/stynw7/algorithm_and_programming_python

Provides programs of Basic Algorithm and Programming using Python

algorithms algorithms-and-data-structures data-structures oop oops-in-python python

Last synced: 15 Jun 2025

https://github.com/gabrielbb/cracking-coding-interview

My solutions to Cracking The Coding Interview book exercises

algorithms-and-data-structures cracking-the-coding-interview

Last synced: 31 Mar 2025

https://github.com/matrixpower1004/algorithm-practice

자료구조와 알고리즘 공부

algorithms-and-data-structures java11

Last synced: 16 Mar 2025

https://github.com/basemax/scientistyearsanalyzer

This program analyzes the birth and death years of scientists to find the range of years in which the most scientists lived. It also provides a list of scientists who lived during that range.

algorithm algorithm-challenges algorithms algorithms-and-data-structures algorithms-datastructures analyzer-scientists c cpp scientists scientists-analyzer

Last synced: 03 Apr 2025

https://github.com/matteospanio/corso-c

Materiali didattici per introduzione alla programmazione in C

algorithms-and-data-structures c-programming-language teaching

Last synced: 12 Jun 2025

https://github.com/pksvv/data-structures-algo-python

Practicing Data Structures and Algorithms using Python

algorithms-and-data-structures challenges-solved python

Last synced: 19 Feb 2025

https://github.com/palashhawee/cracking-the-coding-interview-by-mcdowell-book-

In this repository I'll keep uploading all my practice solutions to the amazing book on "Cracking the Coding Interview" by Gayle Laakman Mcdowell using Python language with different approaches. This repository is corelated to one of my repositories called "Data Structure and Algorithm" and has been extended as a part of my preparations for coding interview.

algorithms-and-data-structures cracking-the-coding-interview data-structures python

Last synced: 27 Jun 2025

https://github.com/chrkspln/dsa-labs-lpnu

Repository for laboratory works in Algorithms and Data Structures course at LPNU, 3rd semester.

algorithms-and-data-structures c cpp university-course

Last synced: 04 Jul 2025

https://github.com/therustifyer/master-data_structures-and-algorithms

Code and docs for the course Master Data Structures and Algorithms in C/C++

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

Last synced: 05 Sep 2025

https://github.com/vtorres09/competitiveprogramming

🏆 Some problems that were solved in CIN-UFPE Competitive Programming Team qualifiers.

algorithms-and-data-structures competitive-programming

Last synced: 03 May 2025

https://github.com/tarek99samy/datastructure_assignments_solutions

The solutions of Assignments of the Course "Data structure" from the Data Structure and Algorithms specialization

algorithms-and-data-structures

Last synced: 04 Jul 2025

https://github.com/nelsonbn/algorithms-data-structures-stable-vs-unstable-sort-algos

Algorithms and Data Structures - Stable Vs. Unstable Sorting Algorithms

algorithms-and-data-structures data-structures sorting-algorithms

Last synced: 06 Mar 2025

https://github.com/hrvadl/adss

Algorithms in Decision Support Systems labs source code

algorithms algorithms-and-data-structures cli go golang tui

Last synced: 25 Mar 2025

https://github.com/gustavofreze/algorithms-in-python

Implementation of solutions to problems using algorithms and different data structures.

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

Last synced: 16 Mar 2025

https://github.com/edignot/algorithm-data-structure-practice

🧠 My solutions to popular LeetCode, HackerRank, and other problems. Each solution has a unit test file. The goal of this project is to learn/practice algorithms, data structures, time and space complexity

algorithms algorithms-and-data-structures data-structures javascript

Last synced: 09 Apr 2025

https://github.com/rnglike/dsa-lab

Data Structures and Algorithms study repo here.

algorithms-and-data-structures dsa learning-notes

Last synced: 09 Apr 2025

https://github.com/robson-carvalho/studies

Meu repositório pessoal de estudo, aqui irei guarda todas minhas anotações e práticas voltadas para a solidificação do meu conhecimento.

algorithms-and-data-structures computerengineering python

Last synced: 03 Apr 2025

https://github.com/ashtishad/epi-patterns

Elements of Coding Interview Problem Patterns in Go/Golang

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

Last synced: 04 Apr 2025

https://github.com/drcbeatz/java-algorithms-and-datastructures

Easy to understand algorithms and data structures implemented in Java.

algorithms-and-data-structures java

Last synced: 28 Feb 2025

https://github.com/arfazhxss/technical

Algorithms and Date Structure, Resources and Solved QAs

algorithms-and-data-structures hackerrank-solutions leetcode-solutions python3

Last synced: 28 Feb 2025

https://github.com/ikarbowiak/datastructuresandalgorithms

Data Structures & Algorithms Udacity Nanodegree Program projects

algorithms-and-data-structures python udacity udacity-nanodegree udacity-python

Last synced: 31 Mar 2025

https://github.com/mohamed-mostafaaa/sorting_algorithms

sorting algorithm is an algorithm that puts elements of a list into an order. The most frequently used orders are numerical order and lexicographical order, and either ascending or descending. Efficient sorting is important for optimizing the efficiency of algorithms (such as search & merge algorithms) that require input data to be in sorted lists.

algorithms algorithms-and-data-structures data-structures sorting-algorithms sorting-algorithms-implemented

Last synced: 28 Feb 2025

https://github.com/amitrajitbose/algo-workshop-lhd19

Contains materials for the algorithms workshop by me @ MLH - Local Hack Day 2019

algorithms algorithms-and-data-structures interview-prep localhackday mlh-localhost mlh19 python

Last synced: 09 Apr 2025

https://github.com/marcaureln/grokking_algorithms

Grooking Algorithms book by Aditya Y. Bhargava Python 3 code examples. The original repo:

algorithms algorithms-and-data-structures python

Last synced: 28 Feb 2025

https://github.com/laugharne/advent_code_2022

Advent of Code is an Advent calendar of small programming puzzles for a variety of skill sets and skill levels that can be solved in any programming language you like.

algorithm-challenges algorithms algorithms-and-data-structures rust

Last synced: 07 Oct 2025

https://github.com/liraymond04/olc-dijkstra

GUI implementation of Dijkstra's shortest path algorithm in the olcPixelGameEngine.

algorithm algorithms-and-data-structures c-plus-plus cpp dijkstra dijkstra-algorithm dijkstra-shortest-path gui olc olcpixelgameengine pge

Last synced: 08 Sep 2025

https://github.com/rylei-m/cs2420_2024_auditing_notes

Auditing Data Strucutures and Algorithms for Review and Teaching Evaluation

algorithms algorithms-and-data-structures binary-search-tree data-structures tree-structure

Last synced: 21 Feb 2025

https://github.com/ml3m/compgeovault

A repository containing my implementations of various computational geometry algorithms, including Convex Hull and Delaunay Triangulation, all written in Go. It provides a Benchmark for further testing.

algorithms-and-data-structures benchmark computational-geometry computational-geometry-algorithms convex-hull delaunay-triangulation geometric-algorithms graham-scan-algorithm jarvis-march triangulation

Last synced: 02 Sep 2025

https://github.com/axelop96/java

Practicas de Java con sus explicaciones y actividades

algorithms-and-data-structures guia java

Last synced: 22 Feb 2025

https://github.com/teleivo/algorithm-design-manual

Excercises from the Algorithm Design Manual book

algorithm algorithms algorithms-and-data-structures skiena

Last synced: 21 Feb 2025

https://github.com/bojanludajic/trie-ip-addresses

C program implementing the Trie data structure to efficiently store and search IPv4 addresses.

algorithms-and-data-structures networking trie

Last synced: 08 Sep 2025

https://github.com/youssefelghamour/binary_trees

Repository containing implementations of various binary tree operations in C

algorithm algorithms algorithms-and-data-structures avl-tree binary-search-tree binary-tree binary-trees c data-structures

Last synced: 08 Jul 2025

https://github.com/ishrak26/cse-204-data-structures-and-algorithms-i-sessional

CSE 204 is a 1.50 credit sessional course in CSE, BUET during Level 2 - Term I of the undergraduate studies, based on the 3 credit theory course CSE 203. This repository contains all my codes written in C++ programming language, for different assessments throughout the course.

algorithms-and-data-structures

Last synced: 27 Feb 2025

https://github.com/swapnanildutta/python-programs

Surfing and exploring through Python programming. 🏄🏻‍♂️🐍

algorithms-and-data-structures datastructures general-purpose hacktoberfest hacktoberfest2020 programming python3

Last synced: 25 Apr 2025

https://github.com/tyleradammartinez/csce

A short repo contains homework and lab assignments I completed at UNT

algorithms algorithms-and-data-structures csce data-structures unt

Last synced: 25 Mar 2025

https://github.com/tom-uchida/go-algorithm

Private lesson of algorithm and data structure with Golang.

algorithms-and-data-structures golang

Last synced: 06 Sep 2025

https://github.com/rezi-gelenidze/university-projects

Repo dedicated to the implementation of various algorithms (search, sort, etc.) and Artemis tasks (problems solved during our university course).

algorithms-and-data-structures computer-science java oops-in-java

Last synced: 28 Feb 2025

https://github.com/younes-alturkey/cipher-application

A program that reads a block of data from file, encrypts based on set encryption scheme, generates ciphertext, then decrypts the message and output it to a file built with Java.

algorithms-and-data-structures java

Last synced: 11 Mar 2025

https://github.com/octokerbs/fcen-algoritmos-3

Algorithms design techniques - Graph theory - Minimum spanning tree - Shortest path - Maximum flow - NP theory

algorithms-and-data-structures graph-algorithms graph-theory

Last synced: 11 Mar 2025

https://github.com/angelobarbu/data-structures-project

University project that simulates the ATP Cup and implements multiple data structures for the purpose of solving multiple tasks

algorithms-and-data-structures c makefile

Last synced: 06 Sep 2025

https://github.com/zalan-toth/analyser

Java application for image processing and shape detection using custom algorithms + JUnit + JMH

algorithms-and-data-structures java javafx jmh-benchmarks junit

Last synced: 20 Feb 2025

https://github.com/zalan-toth/routefinder

Java application for route finding using various algorithms + JUnit + JMH

algorithms-and-data-structures java javafx jmh-benchmarks junit-test

Last synced: 22 Jul 2025

https://github.com/cyberfined/c-algorithms

Set of algorithms and data structures generic implementations

algorithms-and-data-structures c

Last synced: 01 Mar 2025

https://github.com/deepanchal/dsa

Repo to practice Data Structures & Algorithms.

algorithms-and-data-structures cpp java leetcode leetcode-solutions

Last synced: 25 Mar 2025

https://github.com/tbtiberiu/slidingpuzzlesolver

The SlidingPuzzleSolver is a C++ project that solves sliding puzzles, such as the classic 3x3 and 4x4 puzzle, using the A* search algorithm.

a-star-algorithm algorithms-and-data-structures sliding-puzzle-game

Last synced: 21 Feb 2025

https://github.com/br-chan/algorithm-menagerie

A (hopefully) short project in which I implement each of the algorithms we learned in SOFTENG 284: Data Structures and Algorithms, in a language other than Python, which we used throughout the course.

algorithms-and-data-structures graph-algorithms sorting-algorithms

Last synced: 04 Apr 2025

https://github.com/wonderf00l/survival_camp_21

Проекты интенсива Школы 21

algorithms-and-data-structures bash c

Last synced: 08 Sep 2025

https://github.com/gabriellefoliv/algoritmos-e-estruturas-de-dados

Códigos da disciplina Algoritmos e Estruturas de Dados - IPRJ/UERJ

algorithms-and-data-structures cpp

Last synced: 20 Feb 2025

https://github.com/dm-zhuk/goit-algo-hw-02

A program that simulates the acceptance and processing of applications thus imitating the work of the service center.

algorithms-and-data-structures python3

Last synced: 02 Apr 2025

https://github.com/shahriar-raj/cse_204-data-structures-and-algorithms-i-sessional

This repository contains all home and lab assignments for the CSE 204: Data Structures and Algorithms I Sessional course, part of our Term-1, Level-2 curriculum. It applies theories from CSE 203 to problem-solving and creating data structures without stl library.

algorithms-and-data-structures divide-and-conquer dynamic-programming graph greedy-algorithm heap list queue stack

Last synced: 02 Mar 2025

https://github.com/osiota10/python-mini-projects

A compilation of Python Capstone Mini Projects and Exercises

algorithms algorithms-and-data-structures python

Last synced: 20 Feb 2025

https://github.com/vforsh/data-structures

This repo is me trying to fill the knowledge gap I have in basics of CS. Things like sorting algorithms and commonly used data structures.

algorithms algorithms-and-data-structures computer-science data-structures sorting-algorithms

Last synced: 13 Jun 2025

https://github.com/muasa-harman/python_data_structures

Data Structures and Algorithms are fundamental concepts in computer science that help in solving complex problems efficiently. Data Structures refer to the way data is organized, stored, and managed. Examples include arrays, linked lists, stacks, queues, trees, and graphs.

algorithms algorithms-and-data-structures dsa

Last synced: 27 Feb 2025

https://github.com/absolutelysaurabh/datastructures-and-algorithms

A complete set of all Data Structures and Algorithms and my implementations. 📚 🏁

algorithms-and-data-structures c-plus-plus java

Last synced: 10 Apr 2025

https://github.com/yutounun/python-algorythm-udemy

This repository serves as my personal journey through the world of algorithms and data structures

algorithms algorithms-and-data-structures python

Last synced: 16 Mar 2025

https://github.com/xaaria/tira2

Data structures and algorithms 2

algorithms-and-data-structures java

Last synced: 14 Jun 2025

https://github.com/panagiotiskots/matrix-animation

A full-screen console program simulating Matrix code animation (like in the movie) written in c for windows platforms

algorithms-and-data-structures animation c matrix matrix-movie raindrop windows windows-terminal

Last synced: 15 Jun 2025

https://github.com/hamidhosen42/hackerrank-algorithm-problem-solving

Problem solving is the process of identifying a problem, developing an algorithm for the identified problem and finally implementing the algorithm to develop a computer program.

algorithms-and-data-structures c c-plus-plus hackerrank problem-solving

Last synced: 20 Feb 2025

https://github.com/visheshrwl/dsa-notes

Welcome to your one-stop-shop for Data Structures and Algorithms (DSA) practice. It's all about honing your skills and having a blast while doing it!

algorithms algorithms-and-data-structures data-structures hacktoberfest hacktoberfest2023 linked-list

Last synced: 19 Aug 2025

https://github.com/daianaarena/java-algorithms-data-structures

Dive into this stash of algorithms and data structures – it's like a treasure map to the heart of computational solutions! 🚀 This repository houses the code and documentation I've implemented as part of my algorithms class.

algorithms algorithms-and-data-structures java

Last synced: 01 Mar 2025

https://github.com/conancos/phone-number-validator

Máquina que valida números de teléfono al formato correcto para EEUU.

algorithms-and-data-structures html5-css3 images-generated-by-ai phone-number-validation vanilla-javascript

Last synced: 16 Jul 2025

https://github.com/jocoboy/huffman-coding

Huffman Coding visualization implemented in C++.

algorithms-and-data-structures cplusplus qtcreator visualization

Last synced: 29 Apr 2025

https://github.com/rohetoric/code-prep

Breaking my fear of DSA one question at a time. Full algorithmic breakdown - https://www.notion.so/My-Dive-into-Blind-75-f9e8d431546e4bf5b8dd146a4496f520?pvs=4

algorithms-and-data-structures

Last synced: 22 Nov 2025

https://github.com/hamzahussyn/algorithms-and-datastructures-fcc

For free code camp's javascript algorithms and datastructures stream, here are my project solutions.

algorithms algorithms-and-data-structures data-structures fcc fcc-frontend freecodecamp javascript projects

Last synced: 12 Mar 2025

https://github.com/kader1680/library-mangement-sytem-gui

Project made for understan deep SOLID Principals & data structure and algorithm

algorithms algorithms-and-data-structures cpp cpp20 gui oop oops-in-cpp solid-principles

Last synced: 02 Apr 2025

https://github.com/cainky/dsapy

DSA implemented in Python [in progress]

algorithms-and-data-structures data-structures python-dsa

Last synced: 27 Feb 2025

https://github.com/manucabral/ayed-ejercicios

UTN - Algoritmos y Estructura de Datos

algorithms-and-data-structures cpp utn utn-frba

Last synced: 31 Jul 2025