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

Projects in Awesome Lists tagged with data-structures-algorithms

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

https://github.com/priyankchheda/algorithms

Data Structure Libraries and Algorithms implementation

algorithm algorithm-library c cpp data-structures data-structures-algorithms go golang python3

Last synced: 04 Apr 2025

https://github.com/zonayedpca/algods.js

🛠🛠🛠 Widely used Algorithms and Data Structures using JavaScript 🛠🛠🛠

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

Last synced: 22 Apr 2025

https://github.com/amusi/coding-note

刷题笔记:LeetCode和剑指Offer等

cpp data-structures-algorithms leetcode offer python

Last synced: 25 Mar 2025

https://github.com/raj-rathod/dsa-visualisation-in-angular

DSA Visualization is a project on data structures and algorithms. In this project all points of data structures and algorithms like as working approach, properties, operations, applications, advantages and disadvantages are well explained and visualize the operations for better understanding.

algorithms angular-material data-structures data-structures-algorithms data-structures-and-algorithms dsa-algorithm dsa-learning-series dsa-practice dsa-problems dsa-questions dsa-visualizer faang-interview faang-preparation faang-questions hacktoberfest leetcode placement-preparation rajesh-rathore

Last synced: 15 Dec 2024

https://github.com/coding-enthusiast9857/hacktoberfest22-contribute-dsa

Hacktoberfest 2022🎉 Guys, open your 1st pull request and contribute in an open-source community...!! This is for everyone💯 So, Hurry up...!! Don't forget to spread love and if you like, give a ⭐️

c cpp data-structures data-structures-algorithms data-structures-and-algorithms digitalocean dsa dsa-learning dsa-practice hacktoberfest hacktoberfest2022 hacktoberfest22 java open-source open-source-project python

Last synced: 11 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: 14 Dec 2024

https://github.com/chinmaymahajan/dreamscoder-examples

This repository contains the example code for the posts on the blog www.DreamsCoder.com

c cpp css data-structures data-structures-algorithms datastructures java javascript php react react-component react-components reactjs

Last synced: 06 Mar 2025

https://github.com/yeaseen/genericlistcpp

An implementation of a generic ArrayList and a generic LinkedList in cpp which can store multiple data type variables.

arraylist arraylistassignments cpp17 data-structure data-structure-cpp data-structures-algorithms multiple-data-type variant variant-calls

Last synced: 17 Nov 2024

https://github.com/alkesst/datastructures

Some data structures implemented in java and haskell

algorithms data-structures data-structures-algorithms datastructures haskell java

Last synced: 13 Apr 2025

https://github.com/king04aman/data-structures-using-c

Data Structures and algorithm program written in C language. A detailed Data Structure implementations in C with Pseudo code and organized for real world usage.

binary-search-tree bst bst-tree bstree btree c circular-linked-list clang data-structures data-structures-algorithms data-structures-and-algorithms doubly-linked-list graph graph-algorithms linked-list queue stack tree tree-structure

Last synced: 11 Apr 2025

https://github.com/basemax/shapesalgorithm

JavaScript/Algorithm: In a shape(rectangle or square) with width n and length m, We want to know how many shapes there are with width and length a and b. We also want to know the remaining forms.

algorithm algorithm-challenges algorithms data-structrues data-structure data-structure-and-algorithm data-structures data-structures-algorithms data-structures-and-algorithms data-structures-interview-questions dsa javascript js

Last synced: 03 Apr 2025

https://github.com/avidlearnerinprogress/mit-6.006

Notes for the course => Introduction to Algorithms MIT 6.006

algorithms cpp14 data-structures-algorithms mit6006 python3

Last synced: 03 Mar 2025

https://github.com/saddamarbaa/harvardx-cs50-assignments

==> HarvardX CS50: My Solutions to Harvard University CS50's Introduction to Computer Science 2020 assignments

data-structures-algorithms harvard-cs50 html-css-sql-flask scratch-c-python-javascript

Last synced: 29 Mar 2025

https://github.com/ranitmanik/dsa-bootcamp-java

🧑‍💻 The Complete DSA Bootcamp in JAVA for 2023 || This repository is a comprehensive collection of Java code implementations, projects, and assignments covering a wide range of DSA topics completed during the DSA-Bootcamp-Java Bootcamp by Kunal Kushwaha.

algorithms bootcamp community-classroom data-structures data-structures-algorithms data-structures-and-algorithms dsa dsa-java dsa-learning-series dsa-practice dsalgo-questions java kunalkushwaha leetcode wemakedevs

Last synced: 18 Feb 2025

https://github.com/gabriel-logan/dsacjs

A high-performance JavaScript and TypeScript library offering a comprehensive set of efficient data structures. Simplify your algorithm implementation and data manipulation with optimized, easy-to-use tools.

data-structures data-structures-algorithms data-structures-and-algorithms dstc std stdlib

Last synced: 31 Dec 2024

https://github.com/basemax/queuec

This is a simple queue implementation in C using an array. The queue is implemented as a normal queue.

c data-structure data-structures-algorithms data-structures-and-algorithms datastructure datastructures queue queue-algorithm queue-jobs queue-tasks queues

Last synced: 03 Apr 2025

https://github.com/sad0xer/alpha-javadsacourse

This is the Repository of the ALPHA Java DSA Course by @apna-college:star: and taught by @shradha-khapra:star_struck:

alpha alphait coursework data-structures-algorithms dsa dsa-java source-code

Last synced: 26 Mar 2025

https://github.com/muhammad-fiaz/data-structures-and-algorithms-solutions

Explore comprehensive solutions to coding problems from Geeks for Geeks, LeetCode, and HackerRank. This repository focuses on implementing and understanding fundamental data structures and algorithms, organized for easy navigation and quick learning.

algorithm-challenges algorithms-and-data-structures data-structure data-structures data-structures-algorithms data-structures-and-algorithms datastructure datastructures datastructures-algorithms datastructuresandalgorithm dsa dsa-algorithm dsa-learning-series dsa-practice dsa-questions dsa-solutions dsalgo-questions hackerrank leetcode solutions

Last synced: 01 Apr 2025

https://github.com/zul132/placement-prep-programs-java

This repository contains all the Java programs and coding problems I practiced for my placement preparation. The programs are organized topic-wise for ease of reference.

algorithms algorithms-and-data-structures data-structures data-structures-algorithms data-structures-and-algorithms dsa dsa-algorithm dsa-practice java placement placement-preparation programming-exercises

Last synced: 20 Feb 2025

https://github.com/silent0wings/smarter-priority-queue-spq-adt-implementation

This repository contains the implementation of a Smarter Priority Queue (SPQ) Abstract Data Type (ADT) using a parameterized heap. The SPQ is designed to support both min-heap and max-heap configurations with dynamic adaptability and efficient management.

abstract-data-type adt adt-implementations adt-template data-structures data-structures-algorithms dsa dynamic-queue heap java optimized-queue pq priority-queue queue resizable-arrays-implementation resizable-arrays-implemented smart-priority-queue spq tree

Last synced: 01 Mar 2025

https://github.com/bzdgn/tower-of-hanoi-demo

Tower Of Hanoi Demonstration WIth Java and Custom Stack Implementation For Pegs

data-structures data-structures-algorithms java recursive recursive-algorithm stack tower-of-hanoi

Last synced: 28 Mar 2025

https://github.com/kartikk-26/striver-sde-sheet

This is Striver SDE Sheet Mastery, A complete guide to mastering Data Structures and Algorithms. With solutions in Java, C++, and C, this repository is perfect for interview preparation and improving problem-solving skills.

arrays c data-structures-algorithms graph java leetcode-solutions linked-list queue stack strings tree

Last synced: 03 Apr 2025

https://github.com/tamim-saad/cp-template-code

This repository offers a complete template for competitive programming with pre-written functions and utilities for coding contests. It helps you save time and focus on solving problems. Feel free to explore, use, and customize these templates. If you find it useful, don’t forget to give it a star!

algorithm coding coding-competition competitive-programming cp cp-template cpp data-structures data-structures-algorithms data-structures-and-algorithms fast-io problem-solving problem-solving-template programming-tools shortcuts template template-code templates time-complexity

Last synced: 02 Apr 2025

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

Essential codes of different types of Data structure.

c data-structures-algorithms

Last synced: 03 Apr 2025

https://github.com/iambhargavnath/datastructureusingc

These are some of the Data Structure Algorithm Program in C for Practice.

cprogramming data-structures-algorithms dsa

Last synced: 21 Feb 2025

https://github.com/nouman6093/python_dsa_and_leetcode

in this repository i will upload everything i have learned about data structures and algorithms in python. Also i will upload all the LeetCode Exercises which i would solve using python.

algorithms algorithms-and-data-structures algorithms-datastructures data-structures data-structures-algorithms data-structures-and-algorithms data-structures-interview-questions data-structures-python dsa dsa-algorithm python python3

Last synced: 04 Mar 2025

https://github.com/milanh34/gfg-160-days-dsa-challenge

🚀 Currently solving the GFG 160 Days DSA Challenge with Java — committing one problem a day, complete with clean solutions and markdown explanations. This is a live repository that's constantly evolving as I progress through the challenge. Follow along or fork it to start your own grind! 💻🔥

algorithms competitive-programming data-structure-and-algorithm data-structure-java data-structures data-structures-algorithms data-structures-and-algorithms dsa dsa-java geeksforgeeks-dsa geeksforgeeks-java geeksforgeeks-practice geeksforgeeks-solutions gfg-160 gfg-java gfg-practice gfg-questions gfg-solutions java solutions

Last synced: 22 Apr 2025

https://github.com/byagent/py-algs-and-ds

Collection of data structures and algorithms written in Python

data-structures-algorithms

Last synced: 23 Mar 2025

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

This Repository contains Data Structures and Algorithms i implemented during practice

algorithms coursera coursework data-structures data-structures-algorithms data-structures-and-algorithms

Last synced: 26 Mar 2025

https://github.com/beling/algorithms_python

Python implementation of some algorithms and data structures.

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

Last synced: 15 Mar 2025

https://github.com/arkid15r/cs

Go/TypeScript exercies on algorithms and data structures.

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

Last synced: 03 Mar 2025

https://github.com/maddhruv/dsa

Theory and Implementation of various Data Structures and Algorithms

algorithms data-structures data-structures-algorithms searching-algorithms sorting-algorithms

Last synced: 22 Feb 2025

https://github.com/pacmancity/codepuzzles

Code Puzzles 🧩 - это сборник увлекательных задач и алгоритмов, созданный для развития вашего аналитического мышления, логики и структур данных на примере языка Python 🔍

algorithms data-structures-algorithms python sort-algorithms

Last synced: 24 Feb 2025

https://github.com/kis-balazs/ctci-personal-solutions

My personal solutions for the book Cracking the Coding Interview 6th edition

ctci-6th data-structures-algorithms java

Last synced: 21 Feb 2025

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

This repository contains the answers of all the questions related to Data Structures and Algorithms solved by Rishabh Mathur on various platforms such as GeeksforGeeks and HackerRank.

data-structures-algorithms data-structures-and-algorithms dsa dsa-algorithm dsa-practice programming python python-programming

Last synced: 12 Mar 2025

https://github.com/saopayne/ds-algo

This repository contains my attempts at solving the questions on popular programming sites [Codility: https://codility.com, Leetcode: https://leetcode.com, Hackerrank: https://hackerrank.com]

algorithms data-structures data-structures-algorithms

Last synced: 12 Apr 2025

https://github.com/emahtab/selection-sort

Implementation of Selection Sort algorithm

data-structures-algorithms selection-sort sorting-algorithms

Last synced: 28 Mar 2025

https://github.com/frankelavsky/security-dash-challenge

I had two 8 hour days to create a visualization dashboard for three datasets. Tab one: Voronoi overlay on line graph. Tab two: Data partitioning method keeps in-memory usage low. Tab three: deals with "Failed" vs "Successful" attempts as positive/negative barcharts over time. I used d3.js, require, MVC pattern, and vanilla js.

client-side complexity css3 d3 d3js dashboard data-analysis data-structures-algorithms data-visualization frontend-app html5 interactive-visualizations javascript modular network-analysis network-monitoring network-security security single-page-app visualization

Last synced: 13 Mar 2025

https://github.com/manojpatra1991/cracking-the-coding-interview-solutions-in-python

Solutions to problems from the book "Cracking the Coding Interview" in Python

data-structures-algorithms python3

Last synced: 11 Apr 2025

https://github.com/hyunjinno/data-structures-ts

Common data structures implemented in TypeScript.

data-structures-algorithms deque javascript priority-queue typescript

Last synced: 21 Mar 2025

https://github.com/piratecoderz/dsa-final-project

University project for (DSA) using Java and MySQL. The Car Rental System features an Admin Panel for managing vehicles, customers, and rentals, Customer Portal for renting cars. DSA concepts like linked lists and queues and utilizes JDBC for database connectivity. A practical application of programming skills and database management.

algorithms data-structures data-structures-algorithms data-structures-and-algorithms dsa eclipse final final-project java java-8 mysql mysql-database mysql-workbench

Last synced: 05 Mar 2025

https://github.com/thisisdishang/mydsa

Data Structures and Algorithms

data-structures-algorithms

Last synced: 23 Feb 2025