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

Projects in Awesome Lists tagged with greedy-algorithm

A curated list of projects in awesome lists tagged with greedy-algorithm .

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/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/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/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/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/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/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

c-plus-plus greedy-algorithm

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/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/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/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/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/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/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