Projects in Awesome Lists tagged with greedy-algorithm
A curated list of projects in awesome lists tagged with greedy-algorithm .
https://github.com/stacygohyunsi/algorithms-primer
A consolidated collection of resources for you to learn and understand algorithms and data structures easily.
algorithm big-o bubble-sort data-structures dynamic-programming greedy-algorithm interview-practice interview-questions knapsack-problem linear-search linked-list merge-sort queues quicksort-algorithm sort sorting-algorithms stacks
Last synced: 27 Nov 2024
https://github.com/anushka23g/learning-made-easy
This project can help you understand the Data Structure and Algorithms in a more efficient manner. It aims at scheduling the studies for maximizing marks during exams. Most students face this problem during exams that what to study to get the best out of their limited time.
algorithms algorithms-and-data-structures algorithms-datastructures algorithms-implemented data-structures datastructure datastructuresandalgorithm dsa exam-scheduler greedy-algorithm greedy-algorithms job-scheduling open-source
Last synced: 07 Apr 2025
https://github.com/allalgorithms/algorithms
The All ▲lgorithms documentation website.
algorithms allalgorithms bit-manipulation c clustering cpp csharp game-theory go greedy-algorithm hacktoberfest java javascript numerical-analysis python ruby selection-algorithm sort sorting-algorithms swift
Last synced: 10 Apr 2025
https://github.com/rsalmei/tsp-essay
A fun study of some heuristics for the Travelling Salesman Problem.
algorithms clustering data-science data-visualization greedy-algorithm greedy-nn-algorithm heuristic kmeans-algorithm kmeans-clustering logistics matplotlib numpy pandas traveling-salesman traveling-salesman-problem travelling-salesman travelling-salesman-problem tsp tsp-problem two-opt
Last synced: 11 Apr 2025
https://github.com/nishkarshraj/design-and-analysis-of-algorithms
Algorithms and Data Structures.
algorithms algorithms-and-data-structures c cpp cpp-library data data-analysis data-structures graph-algorithms graphs greedy-algorithm greedy-algorithms matrix open-source opensource optimization queue sorting sorting-algorithms stack
Last synced: 22 Apr 2025
https://github.com/mahdizynali/earth-map-route-planning
Route planning on Earth map with opencv c++ through Greedy , A-start and etc. algorithm
a-star a-star-algorithm ai artificial-intelligence bfs-algorithm cpp11 dfs-algorithm greedy-algorithm map map-planning opencv4 planning route-planning routes
Last synced: 24 Apr 2025
https://github.com/yugokato/huffman-coding-in-java
Final exam of "Data Structures and Algorithms in Java" class. Codes were modified from original one for publishing on the public place.
algorithm graphviz greedy-algorithm huffman-tree java
Last synced: 22 Nov 2024
https://github.com/furkankayar/google-hash-code-2020-online-qualification-round
Google Hash Code 2020 Online Qualification Round
book-scanning google google-hash-code-2020 google-hashcode google-hashcode-2020 greedy-algorithm greedy-algorithms java
Last synced: 05 May 2025
https://github.com/sleekpanther/kruskals-algorithm-minimum-spanning-tree-mst
Kruskal's Algorithm (greedy) to find a Minimum Spanning Tree on a graph
disjoint-sets edges graph graphs greed greedy greedy-algorithm greedy-algorithms java kruskal-algorithm kruskals-algorithm minimum minimum-spanning-trees mst spanning tree undirected weight weighted
Last synced: 12 Apr 2025
https://github.com/ghulamghousdev/algorithm-analysis
This repository consists of codes written during my undergraduate Design and Analysis of Algorithms course!
algorithm-challenges algorithms c complex-analysis complexity cpp cutting greedy-algorithm greedy-algorithms hacktoberfest hybrid insertion-sort matrix merge-sort optimization-algorithms sorting sorting-algorithms
Last synced: 14 Mar 2025
https://github.com/wyatt-howe/bu-hub-greedy-algorithm
An algorithm to help knock out your non-major graduation requirements
boston-university gen-eds greedy-algorithm python set-covering-problem
Last synced: 09 Mar 2025
https://github.com/sleekpanther/interval-scheduling
Greedy Algorithm to find the maximum number of mutually compatible jobs
algorithm algorithm-design algorithms compatible greed greedy greedy-algorithm greedy-algorithms interval interval-scheduling jobs noah noah-patullo noahpatullo optimal pattullo pattulo patullo patulo schedule
Last synced: 05 Mar 2025
https://github.com/tole-k/ant-colony-optimization-solving-google-hashcode-2020
Ant Colony Optimization algorithm solving Google HashCode 2020 online elimination problem
book cpp google greedy-algorithm library mutations np-hard optimization
Last synced: 04 Mar 2025
https://github.com/prabaprakash/social-network-privcay-preserving
Perturbation based Technique for Privacy Preserving Social Network Data
gaussian-naive-bayes-implementation gaussian-randomization greedy-algorithm java r rstudio
Last synced: 04 Mar 2025
https://github.com/jasminsternkopf/corpus_design_with_greedy_algorithm
Building a corpus whose unit distribution is approximately the same as a given target distribution by using a greedy algorithm with the Kullback-Leibler divergence. Can be used for Text-To-Speech synthesis application.
corpus-design greedy-algorithm kullback-leibler-divergence text-to-speech
Last synced: 26 Mar 2025
https://github.com/furkankayar/google-hash-code-2020-practise-problem-more-pizza
Google Hash Code 2020 Practise Problem More Pizza Dynamic and Greedy Solution
dynamic-programming google-hash-code google-hash-code-2020 google-hashcode google-hashcode-2020 greedy-algorithm greedy-algorithms greedy-approach more-pizza pizza pizza-order
Last synced: 05 May 2025
https://github.com/tomaszrewak/bmcp
Bandwidth Multi Coloring Problem slover written in C++. The metaheuristic is based on genetic and greedy algorithms.
bandwidth genetic-algorithm graph-algorithms graph-coloring greedy-algorithm metaheuristics optimization tabu-search
Last synced: 23 Feb 2025
https://github.com/rodionlim/googlehashcode2020
Subset Sum Problem
greedy-algorithm hashcode hashcode-2020 kdb kdb-q python subset-sum
Last synced: 21 Feb 2025
https://github.com/faizanf33/15-puzzle-game
Greedy Algorithm (AI)
15-puzzle 15-puzzle-solver 15puzzle console-game greedy-algorithm greedy-algorithms python
Last synced: 22 Feb 2025
https://github.com/headless-start/bias-aware-kmeans
This repository includes Greedy Preprocessing and K-Means Integration for Large-Scale Biased Data.
bias distance-calculation greedy-algorithm kmeans-clustering multiprocessing python3 silhouette-score subsampling
Last synced: 03 Apr 2025
https://github.com/chutrunganh/optimization-project-it3052e
Optimizing the bin packing problem, aiming to efficiently allocate items of varying sizes into a finite number of bins while maximizing total profit, using optimization algorithms
bin-packing-problem capstone-project constraint-programming greedy-algorithm hust it3052 it3052e knapsack linear-programming local-search optimization project
Last synced: 07 Mar 2025
https://github.com/motapinto/google-hashcode-2018
Google Hashcode 2018 developed using different algorithms (Genetic, Hill Climbing, Simulated Annealing, Greedy)
genetic-algorithm google greedy-algorithm hashcode hashcode-2018 hill-climbing-algorithm python simulated-annealing-algorithm
Last synced: 21 Mar 2025
https://github.com/icherya/coursera-data-structures-algorithms
🎓 Coursera: Data Structures and Algorithms Specialization | JavaScript
algorithms binary-search-tree data-structures data-structures-and-algorithms dynamic-programming graph-algorithms greedy-algorithm hash-algorithm heap heuristics javascript js minimum-spanning-trees priority-queue search-algorithms shortest-paths sorting-algorithms tree-structure
Last synced: 14 Apr 2025
https://github.com/basemax/0-1knapsackgreedyc
This is an implementation of the 0-1 knapsack problem in C using a greedy algorithm. The problem consists of a set of items, each with a weight and a value, and a knapsack with a maximum weight capacity. The goal is to determine the subset of items that maximizes the total value of the knapsack without exceeding its weight capacity.
c greedy greedy-algorithm greedy-algorithms greedy-programming knapsack knapsack-01 knapsack-greedy knapsack-problem knapsack-problem-greedy knapsack-solver knapsack0-1 knapsack01
Last synced: 03 Apr 2025
https://github.com/mvharsh/design-and-analysis-of-algorithms
A curated collection of classic algorithm implementations with clear structure, covering dynamic programming, greedy, graph, and divide & conquer techniques.
design-and-analysis-of-algorithms dynamic-programming greedy-algorithm
Last synced: 14 Jun 2025
https://github.com/waleedgeorgy/binpacking_algorithms
Comparative analysis of the hungry algorithm vs. linear programming for the traveling salesman problem.
binpacking greedy-algorithm linear-programming python
Last synced: 08 Apr 2025
https://github.com/chamini2/greedy
Algorithm Design's first project, greedy algorithms
Last synced: 11 Mar 2025
https://github.com/muhsalfazi/penjadwalan-perluliahan
Project UAS DAA(Desain Analisis Algoritma) tentang penjadwalan perkuliahan
greedy-algorithm prettytable py
Last synced: 17 Mar 2025
https://github.com/daniilroman/python_course
dynamic-programming greedy-algorithm knapsack-problem numba polinomial unit-testing
Last synced: 26 Mar 2025
https://github.com/nnamanx/tank-robot-pathfinding-using-a-star-and-greedy-search
This project showcases a tank robot that can autonomously navigate a 5x5 grid, avoid obstacles, and determine the most optimal path using two different search algorithms.
a-star-algorithm artificial-intelligence cpp greedy-algorithm robotics tank-robot
Last synced: 15 Jun 2025
https://github.com/helogizzy/greedy_tcgreedy_comparation
analysis-algorithms greedy-algorithm quicksort
Last synced: 17 Mar 2025
https://github.com/meetkumarchavda/pathfinding-visualizer
🚀 Dive into an interactive Pathfinding Visualizer! 🎯 Explore A*, Dijkstra, BFS, DFS, and more with dynamic visuals. Drag, drop, and design your grid, build mazes, and watch algorithms in action!
astar-algorithm bfs-algorithm bidirectional-search css data-structures-and-algorithms dfs-algorithm dijkstra-algorithm greedy-algorithm html javascript pathfinding
Last synced: 02 Mar 2025
https://github.com/hasnain-gill/minecraft-like-voxel-game
❤️ A Minecraft-inspired voxel game engine built entirely with JavaScript – featuring infinite world generation, block interaction, biomes, and basic movement & camera controls. Fully open-source under the MIT license
bevy-engine game game-engine glfw glsl godot4 gpl greedy-algorithm infinite-world open-source pygame rust sfml source
Last synced: 28 Mar 2025
https://github.com/zilean12/prim-algorithm
Implement Greedy method (i.e.. Prim's algorithm) to find the minimum spanning tree of a given weighted undirected graph.
greedy-algorithm prims-algorithm prims-implementation python
Last synced: 04 Apr 2025
https://github.com/raulmurillo/opt_ucm
Optimization course from Master in Computer Science at Complutense University of Madrid
combinatorial-optimization computational-complexity greedy-algorithm heuristic-algorithm steiner-tree-problem travelling-salesman-problem
Last synced: 05 Apr 2025
https://github.com/randomgamingdev/greedy-meshing-js-demo
A demonstration of greedy meshing in Javascript with p5.js used for voxels and more
algorithm algorithms basic demo example greedy-algorithm greedy-algorithms greedy-meshing javascript p5js quickstart simple
Last synced: 04 Mar 2025
https://github.com/jayantita/informed-search-algorithm
A* Search and Greedy Best First Search
astar-algorithm greedy-algorithm
Last synced: 30 Mar 2025
https://github.com/rokibulhasan7/algorithmic-toolbox-assingments
My Solutions of (Algorithmic-Toolbox ) Assignments from Coursera.
algorithm-toolbox algorithms coursera cpp divide-and-conquer dp greedy-algorithm merge-sort quick-sort sorting-algorithms toolbox
Last synced: 24 Feb 2025
https://github.com/sarpsnbl/laser_cutter
A laser cutting layout optimization tool, tailored for industrial laser cutting machines.
fabric greedy-algorithm industries laser optimization python
Last synced: 14 Mar 2025
https://github.com/krauzy/rawgraphs
Aplicação para criar grafos como forma de aprendizado
graph greedy-algorithm javascript
Last synced: 14 Apr 2025
https://github.com/rachhshruti/classification-tree-greedy-algorithm
Greedy algorithm for classification tree
classification-trees gini greedy-algorithm information-gain python
Last synced: 30 Mar 2025
https://github.com/morri3/pdptw
Coursework of COMP4134 24-25
greedy-algorithm grouping-genetic-algorithm java np-hard pdptw
Last synced: 14 Mar 2025
https://github.com/doridoro/algoinvest_trade
Project 7 OpenClassrooms Path - AlgoInvest&Trade -- develop an algorithm to solve a problem
algorithm branch-bound-algorithm cleaning-dataset finance-analysis-data financial-data greedy-algorithm itertools pandas-library python3
Last synced: 07 Apr 2025
https://github.com/anacarolcs/pedra_papel_tesoura
O objetivo do projeto é estimar a quantidade máxima e mínima de vezes que você pode ganhar jogando contra seu amigo em uma quantidade de tentativas. Usando algoritmo guloso (greed).
greedy greedy-algorithm js nodejs
Last synced: 18 Jun 2025
https://github.com/maguids/game-klotski-with-interface
Version of the game "PuzzlePacked IQ games" in terminal and pygame with search algorithms. Second Semester of the First Year of the Bachelor's Degree in Artificial Intelligence and Data Science.
astar-algorithm bfs-algorithm greedy-algorithm pygame python3
Last synced: 26 Feb 2025
https://github.com/maguids/game-klotski
Version of the game "PuzzlePacked IQ games" in terminal with search algorithms. Second Semester of the First Year of the Bachelor's Degree in Artificial Intelligence and Data Science.
astar-algorithm bfs-algorithm greedy-algorithm klotski python3
Last synced: 16 Jun 2025
https://github.com/imax153/c950
The files for my solution to the C950 - Data Structures and Algorithms II performance assessment for WGU.
algorithm c950 delivery greedy-algorithm wgups
Last synced: 06 Mar 2025
https://github.com/peter-roh/algorithm
Studying Algorithm with C
algorithm c divide-and-conquer graph greedy-algorithm hashtable heap priority-queue sorting
Last synced: 14 Mar 2025
https://github.com/harmim/vut-snt-project
Simulation Tools and Techniques - Project - Traveling Umpire Problem
benders-cuts discrete-simulation greedy-algorithm local-search neighbor-search neighborhood-search operational-research optimalisation python scheduling simulation simulation-modeling snt vut vut-fit
Last synced: 31 Mar 2025
https://github.com/badr-moufad/algorithm-toolbox
The solution of some well-known algorithm problems using the three well-known algorithm patterns: greedy algorithm, divide and conquer, and dynamic programming
alogrithms divide-and-conquer dynamic-programming greedy-algorithm
Last synced: 10 Jun 2025
https://github.com/fpopic/hmo
(Class) Heuristic Optimization Methods
assignment-problem bfs-algorithm cmake cpp11 genetic-algorithm greedy-algorithm
Last synced: 27 Feb 2025
https://github.com/egemenciftci/cleanerchallenge
Basic robot vacuum cleaner algorithm in C#.
csharp dotnet greedy-algorithm robot-vacuum
Last synced: 01 Apr 2025
https://github.com/nizamiza/8-puzzle
Greedy implementation of the 8-puzzle solver
8-puzzle 8-puzzle-solver greedy-algorithm heuristic-functions javascript priority-queue puzzle-state
Last synced: 09 Apr 2025
https://github.com/salma-mamdoh/problem-solving-study-plan
My journey in Problem Solving and Increasing My Rate On Codeforces to Be Expert
backtracking binary-search bitmasking cpp graphs greedy-algorithm math problem-solving python strings
Last synced: 20 Feb 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/xiaohan2012/dmg-hashcode-2017
competitive-programming google-hashcode greedy-algorithm optimization
Last synced: 02 Apr 2025
https://github.com/alin00r/ai-searching-algorithms
AI searching Algorithms Implementation with Nodejs
alphabeta-minimax-search astar-algorithm bfs breadth-first-search depth-first-search dfs greedy-algorithm minmax-algorithm uniform-cost-search
Last synced: 09 Apr 2025