greedyalgorithm
Here are 8 public repositories matching this topic...
Minimal Cycle Basis calculation for Weighted Undirected Graphs (greedy approach)
-
Updated
Dec 22, 2017 - MATLAB
Implementation of Knapsack Problem using Greedy Algorithm and Dynamic Programming
-
Updated
Sep 10, 2021 - Python
This repository contains implementations of core algorithms and data structures in Java. It includes topics such as sorting, searching, recursion, dynamic programming, graph algorithms, greedy methods, hashing, trees, heaps, and more. The aim is to practice algorithm design, analyze complexities, and strengthen problem-solving skills for intervie
-
Updated
Aug 27, 2025 - Java
Problems for Data Structures and Algorithms coded in C++
-
Updated
Nov 1, 2022 - C++
Our project is based on creating an application that takes an amount as an input from the user and then uses the greedy technique to find out what is the most optimal number of denominations needed to get the entered amount.
-
Updated
Jun 7, 2021 - C
Some of the Computational problems are solved with the well known Algorithmic design strategies.
-
Updated
Oct 14, 2022 - Java
A Java tool that settles payment balances in joint expenses
-
Updated
Dec 15, 2025 - Java
A Java-based Event Scheduler that assigns events to two venues using a greedy algorithm to avoid overlap. It includes both a console version and a GUI version using Swing, allowing users to input event timings and see the optimized schedule across two available venues.
-
Updated
Apr 21, 2026 - JavaScript
Improve this page
Add a description, image, and links to the greedyalgorithm topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the greedyalgorithm topic, visit your repo's landing page and select "manage topics."