This repository contains code to the some of the most common programming problems.
-
Updated
Aug 10, 2017 - C
This repository contains code to the some of the most common programming problems.
Greedy Algorithm to minimize lateness when scheduling jobs on a processor
🔢 N-Puzzle solver built up on A* (with modifications), Greedy and Uniform Cost search algorithms. Available Heuristics are one of Manhattan, Hamming and Euclidean
This repository contains practice with data structures and algorithms.
This is a walkthrough of my solutions to exercises in CP-Core-Skills course offered by StPetersburg University, Russia.
core cs algorithms
This project implements search algorithms (BFS, DFS, UCS, and Greedy) to find the optimal ordering of vertices in a network, minimizing the total cost. It reads data files with vertices and associated costs, calculates the cost of different orderings, and outputs the optimal ordering and its cost.
Interview bit Solutions in cplusplus
Using Sorting in cpp
Algorithm Problem with code in C/CPP
A basic Python-based task assignment optimizer tool that efficiently distributes tasks among workers based on their workload index, and task priorities. Includes adaptive recalculation of worker capacities and dynamic task assignment.
looking for minimal solutions to exchange coins with greedy algorithm
Data Structures and Algorithms
Green Vehicle Routing Problem solver based on Greedy Tabu Search
Add a description, image, and links to the greedy topic page so that developers can more easily learn about it.
To associate your repository with the greedy topic, visit your repo's landing page and select "manage topics."