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/ewall1106/data-structures-and-algorithms
practice the algorithm by myself.
algorithms-and-data-structures
Last synced: 25 Feb 2025
https://github.com/wzhqwq/sortingvisualization
课设,各种排序算法的可视化
algorithms-and-data-structures animation-api react visualization
Last synced: 28 Feb 2025
https://github.com/lallenfrancisl/ds-and-algo-ucsandiego
Coursework done for Data Structures and Algorithms Specialization of UC Sandiego
algo-ucsandiego algorithms algorithms-and-data-structures algorithms-specialization coursework cpp data-structures python3
Last synced: 15 Oct 2025
https://github.com/s3bu7i/ml-breast-cancer-classifier
algorithms-and-data-structures ml ml-engineering model
Last synced: 12 Oct 2025
https://github.com/viniciusdsandrade/interfatecs-2024
Este repositório contém os enunciados e as respectivas resoluções da 13ª Edição da competição de programação 'Interfatecs'. Ele foi criado para centralizar e facilitar o acesso ao material da competição, permitindo que participantes e interessados possam consultar tanto os desafios propostos quanto as soluções desenvolvidas
algorithms-and-data-structures java python3
Last synced: 12 May 2025
https://github.com/nsgowebjavaprog/java-dsa
Solving a Problem [less Time and Space complexity]
algorithms-and-data-structures dsa-practice space-complexity time-complexity
Last synced: 08 Aug 2025
https://github.com/ghulamazad/dsa
This repository contains all the Data Structures and Algorithms concepts and their implementation in several ways, including programming questions and Interview questions. It includes questions from popular coding platforms including LeetCode, HackerRank, Codeforces, Codechef, and many more.
algorithms algorithms-and-data-structures data-structures data-structures-algorithms dsa-algorithm dsalgo
Last synced: 11 Oct 2025
https://github.com/xcaim04/introduction_to_programming
Computer Engineering career
algorithms-and-data-structures competitive-programming-contests cplusplus csharp example-code exercises-solutions java leetcode-solutions
Last synced: 11 Apr 2025
https://github.com/svastikkka/ds-and-algo
algorithms algorithms-and-data-structures data-structures
Last synced: 24 Feb 2025
https://github.com/yeisonmontoya1815/machine-learning_prediction_can_inflation
we aim to predict trends in the Canadian market basket using sentiment analysis techniques. Sentiment analysis involves analyzing text data to determine the sentiment expressed, whether positive, negative, or neutral.
algorithms-and-data-structures data data-analysis data-science data-visualization feature-engineering machine-learning matplotlib-pyplot numerical-analysis numpy pandas pipelines python sklearn structured-data super unsupervised-learning
Last synced: 24 Jul 2025
https://github.com/sir-gon/algorithm-exercises-py
Algorithms Exercises solved in Python 3, running with built-in unittest suit. Developed with TDD.
algorithm-exercises algorithms algorithms-and-data-structures algorithms-and-datastructures algorithms-datastructures exercises-code-python exercises-solutions hackerrank hackerrank-challenges hackerrank-python hackerrank-solutions python tdd test-driven-development test-driven-development-with-python
Last synced: 14 Apr 2025
https://github.com/trend20/hackerrank-one-week-interview-preparation-kit-solutions
Solutions to the HackerRank one Week Interview Preparation Kit.
algorithms-and-data-structures javascript
Last synced: 23 Mar 2025
https://github.com/yash22222/c-programming-projects-and-algorithms
In computer programming terms, an algorithm is a set of well-defined instructions to solve a particular problem. It takes a set of input(s) and produces the desired output. For example, An algorithm to add two numbers: Take two number inputs Add numbers using the + operator Display the results.
algorithms algorithms-and-data-structures c c-programming c-programming-language data-structures mini-project
Last synced: 17 Nov 2025
https://github.com/anasmak04/leetcode-solutions
Collections of my leetcode solutions implemented by java and typescript and javascript
algorithms-and-data-structures arrays data-structures java javascript leetcode-solutions linked-list problem-solving search sorting-algorithms typescript
Last synced: 08 Oct 2025
https://github.com/harry96444/datastructuresthroughjava
This Repository Contains all the Data Structures Implementation Through java.
algorithm algorithms-and-data-structures binary-search-tree data-structures graph-algorithms java linked-list queue sorting-algorithms stack trees
Last synced: 13 Oct 2025
https://github.com/jaeyson/algox
Common Algorithms and Data Structures implemented using Elixir
algorithms algorithms-and-data-structures data-structures elixir
Last synced: 01 Mar 2025
https://github.com/mk590901/custom_widget_painter
The repository contains the implementation on flutter the stateless widget for visualization ECG.
algorithms-and-data-structures bloc dart flutter state state-machine
Last synced: 05 Apr 2025
https://github.com/prayas7102/data-structures-and-algorithms
DSA algorithms by Prayas kumar. Code in CPP/Java for Stack, Queue, Graph, Linked List, Tree etc.
algorithms-and-data-structures binary binary-search-tree graph-algorithms linked-list queue stack tree
Last synced: 08 Jul 2025
https://github.com/doantrunghuy/practice-interview-code
Practice coding every day to train your problem-solving mindset. Includes lessons on gready, dynamic programming, graphs and algorithms, data structures and other techniques.
algorithms-and-data-structures leetcode-solutions
Last synced: 30 Aug 2025
https://github.com/nubango/eda-domjudge
Estructuras de Datos y Algoritmos | Data Structures and Algorithms | UCM - DV
algorithms algorithms-and-data-structures data-structures
Last synced: 11 Mar 2025
https://github.com/aniebietafia/dsa-problems
Data Structures & Algorithms using JavaScript
algorithms-and-data-structures typescript
Last synced: 11 Mar 2025
https://github.com/bgraokmush/veri_yapilari
Java ile veri yapıları ve algoritmalar
algorithms-and-data-structures data-structures java
Last synced: 20 Mar 2025
https://github.com/vishal-sys-code/18.0.0.2-programming-in-c
Course on Programming in C Language [Course No.: 18.0.0.2]
algorithms-and-data-structures algorithms-in-c c course cprogramming cprogramming-language cprogramming-solutions data-structures dsa-learning-series mit programming-language
Last synced: 25 Aug 2025
https://github.com/abhraneel2004/algorithm_4thsem_lab
This is a repository that contains the Codes which are done in DAA Laboratory of 4th Semester CSE1 2024 in Academy Of Technology.
algorithms algorithms-and-data-structures data-structures
Last synced: 12 Mar 2025
https://github.com/nishkarshraj/java-programming-oops
Java Programming Codes!
algorithms algorithms-and-data-structures data-structures database java java-library open-source opensource
Last synced: 24 Feb 2025
https://github.com/owenpotent/algo-ts
Just some algorithms and data structures in TypeScript
algorithm algorithms algorithms-and-data-structures collaborate community-exchange communityexchange data-structures ghdesktop github learning open-source
Last synced: 24 Aug 2025
https://github.com/lilithcode/data-structures-and-algorithms
Data Structures and Algorithms implemented in C++ for learning and practice. Covers fundamental concepts like linked lists, stacks, queues, trees, sorting, and searching
algorithms algorithms-and-data-structures data-structures dsa-practice dsa-with-c-plus-plus
Last synced: 11 Apr 2025
https://github.com/palashhawee/data-structures-and-algorithms-in-python
Data Structures and Algorithms
algorithms algorithms-and-data-structures coding-challenge data-structures python
Last synced: 16 Mar 2025
https://github.com/franzose/cs-java-tasks
This is how I solve tasks from “Computer Science: An Interdisciplinary Approach” book
algorithm-challenges algorithms algorithms-and-data-structures algorithms-datastructures algorithms-implemented computer-science datastructures java java-11 java-8
Last synced: 22 Jul 2025
https://github.com/thomasthaddeus/datastructuresalgorithms
Algorithms I wrote based on the requirements in the descriptions below
algorithms algorithms-and-data-structures python
Last synced: 09 Apr 2025
https://github.com/atb00ker/scripts-lab
Crash test lab for all sorts of tasks
algorithms-and-data-structures experimental useful-scripts
Last synced: 16 Mar 2025
https://github.com/alexandergarifullin/algolibrary
A web application for learning algorithms
algorithms-and-data-structures crud csharp css dotnet entity-framework-core html javascript markdown mvc web xunit-tests
Last synced: 04 Oct 2025
https://github.com/imran110219/algorithm-datastructures
Collection of Algorithm and Data Structures
algorithms-and-data-structures
Last synced: 16 Mar 2025
https://github.com/javitocor/hackerrank-coding-challenges
Solutions to hackerrank coding challenges with JavaScript.
algorithms-and-data-structures code coding-challenge hackerrank-coding-challenges javascript
Last synced: 06 Sep 2025
https://github.com/eesunmoon/algorithms
[Fall 2020] Algorithms
algorithms algorithms-and-data-structures c data data-structures
Last synced: 14 Jun 2025
https://github.com/hasnatrasool163/socialnetworkfriendrecommendationsystem
A Social Network Friend Recommendation System is an exciting project that leverages graph theory concepts to simulate real-world social networks.
algorithms-and-data-structures data-structures dsa-algorithm graphs-algorithms java java-fxml java-gui javafx queue-algorithm
Last synced: 13 Aug 2025
https://github.com/noranta4/algorithms-and-data-structures-programming-assignments
Programming assignments of the Algorithms and Data structures course • University project • 2016 - Algorithms and data structures - BSc in Physics, III year
algorithms algorithms-and-data-structures algorithms-datastructures python stable-marriage strongly-connected-components
Last synced: 11 Apr 2025
https://github.com/avidlearnerinprogress/cpp-projects
Mini-projects for exploring modern CPP
algorithms-and-data-structures astar-pathfinding cpp17
Last synced: 10 Apr 2025
https://github.com/loopglitch26/data-structures-2nd-sem
2nd-semester algorithms-and-data-structures data-structures
Last synced: 04 Oct 2025
https://github.com/martijnmuijsers/nwerc
NWERC Cheat sheet
algorithms-and-data-structures competitive-programming nwerc
Last synced: 04 Oct 2025
https://github.com/sponja23/resumen-final-aed3
Resumen para Algoritmos y Estructuras de Datos 3 en la UBA
algorithms-and-data-structures notes university-course
Last synced: 09 Aug 2025
https://github.com/murodof/DataStructureAndAlgorithms
algorithms-and-data-structures
Last synced: 26 Apr 2025
https://github.com/briansantoss/libdstructs
A C library implementing the most commonly used data structures: linked lists, stacks, queues, binary trees, hash tables, sets and array lists/vectors.
algorithms-and-data-structures c library linked-list stacks
Last synced: 14 Jun 2025
https://github.com/chaudinh/algoprep2.0
Daily coding problems collection by topics
algorithms-and-data-structures dailycodingproblem hacktoberfest hacktoberfest-accepted hacktoberfest2023
Last synced: 11 Oct 2025
https://github.com/nixhantb/data-structures-and-algorithms-in-java-
Master Java Programming and Data Structures and Algorithms in Java in an efficient way. Clear concept on Recursion and Sorting
algorithms algorithms-and-data-structures competitive-programming data data-structures java java-8 programming
Last synced: 05 Jul 2025
https://github.com/yashksaini-coder/100-days-of-dsa
Welcome to my DSA repository! 💻 Master Data Structures and Algorithms effortlessly in Java. Dive into concise, curated content and problem-solving challenges. Contribute, learn, and code together. 🌟 Ready to level up? Let's code! 🚀👩💻👨💻
algor algorithms-and-data-structures dsa dsa-java dsa-learning-series dsa-practice dsalgo java
Last synced: 11 Apr 2025
https://github.com/edmilson-dk/academic-programming
In this repository, I will share all content that I have been studying in academic programming, such as data structures, ordering algorithms, etc.
algorithms algorithms-and-data-structures data-structures problem-solving
Last synced: 05 Sep 2025
https://github.com/rogercoding/data-structure-and-algorithm
A repository containing the function code of data structures and algorithm for collaboration for the open source tournament
algorithms algorithms-and-data-structures data-structures java open-source
Last synced: 28 Sep 2025
https://github.com/sammy2077/interview-questions
Fun interview preparation questions
algorithms-and-data-structures code-challenge-practice interview-practice interview-preparation interview-questions kotlin
Last synced: 09 Apr 2025
https://github.com/nishkarshraj/algorithms
Algorithms implemented in a platform and language independent manner.
algorithm algorithm-challenges algorithm-competitions algorithms algorithms-and-data-structures algorithms-implemented c cpp data-structures
Last synced: 04 Sep 2025
https://github.com/phondani0/ds-algo
Solutions for ds algo problems in Python
algorithms-and-data-structures data-structures python3 trees
Last synced: 15 Sep 2025
https://github.com/gsass1/algovis
Real-time audiovisual algorithm-debugger
algorithms algorithms-and-data-structures debugger visualizer
Last synced: 29 Jul 2025
https://github.com/ketan-chaudhary/java_dsa
algorithms-and-data-structures data-structures
Last synced: 01 Jul 2025
https://github.com/juliusmarkwei/djikstra-s-algorithm-for-finding-shortest-path
A java desktop application for finding the shortest path on my campus with the help of Dijkstra's algorithm
algorithms-and-data-structures djikstra-algorithm java
Last synced: 26 Jul 2025
https://github.com/nishkarshraj/hackerrank-cpp-programming
Data Structures and OOPS programming in C++ Language done Topic Wise according to HackerRank.
algorithms algorithms-and-data-structures competitive-programming cpp data-structures hackerrank hackerrank-algorithms-solutions hackerrank-solutions
Last synced: 24 Feb 2025
https://github.com/maacpiash/cse225l
CSE225 (Data Structure and Algorithm) lab codes.
algorithm algorithms-and-data-structures bst cli cpp data-structure-and-algorithm data-structures file graph heap list queue sort stack stl tree
Last synced: 30 Mar 2025
https://github.com/akashrajpurohit/leetcode-august-2020-challenge
Leetcode August Challenge in CPP
algorithms-and-data-structures cpp-solutions leetcode-august-challenge
Last synced: 22 Apr 2025
https://github.com/richi-mi/algoritmos-y-estructuras-de-datos
Practicas de programación de la materia "algoritmos y estructuras de datos" de la Escuela Superior de Computo
algorithms algorithms-and-data-structures c
Last synced: 08 May 2025
https://github.com/akashrajpurohit/leetcode-september-2020-challenge
Solutions from Leetcode September 2020 Challenge
algorithms-and-data-structures leetcode-challenge-september leetcode-challenge-solution
Last synced: 22 Apr 2025
https://github.com/psp515/algorithms
Simple algorithms implementation.
algorithms algorithms-and-data-structures dyna dynamic-programming graph-algorithms sorting-algorithms
Last synced: 14 May 2025
https://github.com/roy7077/codechef-practice
this repository is dedicated to storing solutions for problems from CodeChef, a popular competitive programming platform. Emphasize that it is a personal repository created to track my progress and showcase my problem-solving skills.
algorithms algorithms-and-data-structures codechef codechef-long-challenge codechef-solutions competative-programming contest-programming data-structures dsa problem-solving
Last synced: 10 Mar 2025
https://github.com/pra17dod/hacktoberfest-2021
Still could'nt find a public repo to make a PR for the well known HacktoberFest 2020. Never take tension, make a PR to this repo, send your projects, resources, blogs, famous algorithms, etc. Still there is more than 10 days, grab your chair and start coding. Happpy October!!
advanced algorithms-and-data-structures beginners hacktoberfest hacktoberfest2021 projects resources
Last synced: 24 Jul 2025
https://github.com/yakupzengin/data-structures-and-algortihms
This repo contains implementation of data structures and algorithms using JAVA
algorithms algorithms-and-data-structures data structure
Last synced: 19 Feb 2025
https://github.com/i-ser-i/itmo-algorithms-2-sem
algorithms-and-data-structures cpp graph
Last synced: 17 Mar 2025
https://github.com/samuelselasi/monty
0x19. C - Stacks, Queues - LIFO, FIFO
algorithms-and-data-structures brainfuck bytecode fifo-queue lifo-queue lifo-stack monty opcodes queue stacks
Last synced: 08 Jul 2025
https://github.com/ignaciopardo/resumen_tdiii
Resumen TDIII - Algoritmos y Estructuras de Datos
academic algorithms-and-data-structures
Last synced: 01 Apr 2025
https://github.com/murodof/datastructureandalgorithms
algorithms-and-data-structures
Last synced: 26 Feb 2025
https://github.com/devansh-maurya/sem-4-lab-assignments
Laboratory Assignments for the fourth semester at NIT Meghalaya
algorithm algorithms-and-data-structures assembly assembly-language assembly-language-programming assignments c computational-chemistry computer-architecture computer-organisation computer-organization graph-algorithms mips mips-assembly nit-meghalaya search-algorithm searching-algorithms sorting sorting-algorithms sorting-algorithms-implemented
Last synced: 23 Jul 2025
https://github.com/tienminh25/leetcode_solution
LeetCode Solution
algorithms-and-data-structures array backtracking binary-search concurrency dynamic-programming java tree two-pointers
Last synced: 29 Oct 2025
https://github.com/kalpit-sharma-dev/go-datastructures
This repository consists of the code samples, assignments, and the curriculum for the Community Classroom complete Data Structures & Algorithms Golang bootcamp. GO Data Structures & Algorithms
algorithms algorithms-and-data-structures competetive-programming data-structures golang golang-examples interview interview-preparation interview-questions interviewbit interviewbit-solutions map math
Last synced: 15 May 2025
https://github.com/ersinaksar/learning-rust
This repo contains the notes I took while learning the Rust programming language, the sample Rust programs I wrote, and the exercises. Don't hesitate to contribute and fork the repo.
algorithm-challenges algorithms algorithms-and-data-structures examples-rust grokkingalgorithms learning-rust rust rust-lang rust-language rust-learning rust-note rust-notes rust-practice rust-programming-language rust-project rustlang
Last synced: 13 Mar 2025
https://github.com/tuannh982/hnsw-scala
HNSW vector search algorithm implementation in Scala
algorithm algorithms algorithms-and-data-structures ann approximate-nearest-neighbor-search datastructures datastructures-algorithms hnsw knn nearest-neighbors scala search-algorithm searching-algorithms vector-search vector-search-engine
Last synced: 29 Mar 2025
https://github.com/contactvaibhavi/algdesign
Solution codes for the Stanford course on Design and Analysis of Algorithms by Tim Roughgarden.
algorithm algorithms algorithms-and-data-structures coursera coursera-algorithms-specialization coursera-assignment cpp data-structures dsa-practice github java mit-license
Last synced: 13 Mar 2025
https://github.com/edinsonrequena/hacker-rank
My Hacker Rank solutions
algorithms algorithms-and-data-structures c competitive-programming computer-science hackerrank hackerrank-solutions javascript problem-solving python
Last synced: 22 Mar 2025
https://github.com/raphaelsenn/prefix-search-engine
Simple Prefix Binary Tree-based string search engine written in Rust.
algorithms-and-data-structures binary-search binary-search-tree binary-tree fltk prefix prefix-search rust rust-lang search-algorithm search-engine searchengine searching-algorithms
Last synced: 03 Sep 2025
https://github.com/dan-sazonov/informatics-solutions
🎓(RU) Решения олимпиадных задач с сайта informatics.msk.ru
algorithms algorithms-and-data-structures data-structures education informatics informatics-solutions learn olympiad-in-informatics olympics
Last synced: 13 Oct 2025
https://github.com/wilsonibekason/codewars
This is a platform where we answer all the most advanced codewars question on algorithm and data-structure
algorithms-and-data-structures codewars-javascript codewars-solutions functional-programming object-oriented-programming senior-code
Last synced: 05 Mar 2025
https://github.com/jacksonchen1998/kotlin-for-newbie
iThome 30 Days Challenge
algorithms-and-data-structures kotlin newbie
Last synced: 17 Jul 2025
https://github.com/lehoangan2906/algorithms--part-ii
Princeton Algorithms Part II
algorithms algorithms-and-data-structures data-structures graphs graphs-algorithms graphs-theory java
Last synced: 24 Mar 2025
https://github.com/iron-buster/algorithm-study
算法训练💭💡🎈(codeforces, atcoder, leetcode)
algorithms-and-data-structures codeforces-problems go java leetcode-solutions py3
Last synced: 03 Mar 2025
https://github.com/arnaudband/algorithms_and_data_structures
This repository contains implementations of data structures and algorithms. Created as part of a Data Structures and Algorithms course, it features organized folders for each topic, with README files providing overviews, use cases, and complexity analysis. Sample problems and solutions, along with test cases, are also included.
algorithms-and-data-structures algorithms-implemented data-structures github-codespaces javascript learn solidity
Last synced: 23 Jul 2025
https://github.com/msdeep14/codeforces
codeforces solutions
algorithms algorithms-and-data-structures codeforces codeforces-solutions cpp
Last synced: 25 Feb 2025
https://github.com/raulmarindev/datastructuresandalgorithms
This repository contains implementations of different algorithms and data structures in Typescript. It also includes tests done with the Jest library.
algorithms algorithms-and-data-structures eslint javascript jest rollup tsdx typescript yarn
Last synced: 03 Mar 2025
https://github.com/muhammad-magdi/corebasicsclass
The Java Implementation of the Datastructures and Algorithms discussed in the Core Basics Class @CoachAcademy
algorithm algorithms algorithms-and-data-structures algorithms-datastructures data-structures datastructures java
Last synced: 08 Apr 2025
https://github.com/rodic/autocomplete
A Rust Auto-complete feature using Trie data structure
algorithms algorithms-and-data-structures autocomplete autocomplete-search autocompletion data-structures rust trie
Last synced: 04 Jul 2025
https://github.com/acetinkaya/akademik-ve-kariyer-basarilar
⚡ Akademik ve Kariyer Başarılar | Academic and Career Achievements
algorithms algorithms-and-data-structures artificial-intelligence fuzzy-logic yapay-sinir-aglari yapay-zeka
Last synced: 22 Jun 2025
https://github.com/ailynux/dsa-lab
This is a data structures and algorithms (DSA) cheatsheet.
algorithms algorithms-and-data-structures cheatsheet data-structures dsa dsa-practice
Last synced: 10 Sep 2025
https://github.com/jaswantsinghh/algosim
AlgoSim is an open source algorithms simulation tool.
algorithms algorithms-and-data-structures framer-motion nextjs react shadcn-ui simulation tailwindcss
Last synced: 22 Apr 2025
https://github.com/laurabeatris/list-length-recursion
Elixir algorithm exercise to practice recursion using tail call optimization
algorithms-and-data-structures elixir functional-programming recursion
Last synced: 07 Apr 2025
https://github.com/smartcraze/dsa-full-power
Data Structure & Algorithm || Learning DSA || Daily update
algorithms algorithms-and-data-structures c cpp data-structures dsa
Last synced: 21 Jun 2025
https://github.com/josephakaro/30-days_of_algorithms
Creating a structured 30-day challenge to learn data structures and algorithms is a fantastic idea! Checkout the README.md for in-depth guideline.
30-days-of-code 30daysofcode algorithm algorithms algorithms-and-data-structures data-structures python python3
Last synced: 10 Sep 2025
https://github.com/unaygney/js-challenges-data-structures-and-algorithms
Repo of the challenges I'm trying to solve to understand data structures and algorithms..
algorithms-and-data-structures data javascript structure
Last synced: 29 Oct 2025
https://github.com/tahmid-saj/iot_database_management
A database management system and calculator for any IoT logged data files inputted into the program. The data log files will contain data of water levels, temperature and humidity of nodes. A linear regression calculator also calculates if the regression equation should change based on percent error calculations using real measures of water levels. Application was created with compatibility for LSN50 IoT logged data.
algorithms-and-data-structures cpp database-management iot linear-regression
Last synced: 14 Apr 2025
https://github.com/bozzelliandrea/grokking-algorithms
Notes and Exercises from the book Grokking Algorithms - An illustrated guide for programmers and other curious people by Aditya Y. Bhargava
algorithms algorithms-and-data-structures coding-interviews grokking-algorithms grokking-coding-interview typescript typescript-algorithms
Last synced: 09 Nov 2025
https://github.com/cieslarmichal/algoexpert-cpp
C++ solutions to the coding interview problems on AlgoExpert.
algoexpert algoexperts algorithms-and-data-structures algoritms coding-challenges coding-interviews cpp data-structures interview-preparation interview-questions problem-solving
Last synced: 28 Mar 2025
https://github.com/kavignon/tech-prep-guide-for-the-busy
Distilled summary information on grasping the core knowledge to either brush up or learn about data structures and algorithms for those who don't have a lot of time.
algorithms-and-data-structures computer-science interview-preparation software-engineering
Last synced: 09 Jul 2025