GitHub topics: greedy
govardhansbhati/iOS-DSA-Problems
A curated collection of common Data Structures and Algorithms (DSA) problems solved in Swift for iOS developers. Each problem includes clean code, explanations, and Swift-specific optimizations to help master DSA for technical interviews.
Language: Swift - Size: 10.7 KB - Last synced at: about 9 hours ago - Pushed at: about 10 hours ago - Stars: 0 - Forks: 0

nidhiupman568/Leetcode-Solved-Problems
🏆🌟 I solve the Problem of the Day on LeetCode daily 🗓️🧩 and have successfully tackled over 150 interview questions. 💪🧠 Additionally, I've completed Love Babbar's 450 DSA sheet 📚 and Striver's 180 DSA sheet 📘. My primary coding language is C++ 💻, but I have also solved many problems in Java ☕. 🏆🌟
Language: C++ - Size: 1.69 MB - Last synced at: 2 days ago - Pushed at: 2 days ago - Stars: 3 - Forks: 0

nidhiupman568/GFG-Problem-Solved
🏆🌟I solve the Problem of the Day on GeeksforGeeks daily 🗓️🧩 and have successfully tackled Love Babbar's 450 DSA sheet 📚 and Striver's 180 DSA sheet 📘. My primary coding language is C++ 💻, but I have also solved many problems in Java ☕. 🏆🌟
Language: C++ - Size: 752 KB - Last synced at: 2 days ago - Pushed at: 2 days ago - Stars: 3 - Forks: 0

smh997/Problem-Solving
All my implemented solutions of various problems of different online judges and competitions
Language: C++ - Size: 1.65 MB - Last synced at: 3 days ago - Pushed at: 3 days ago - Stars: 3 - Forks: 0

ismaileub/Codeforces-problem-solution
Codeforces Problem Solutions. Focused on Dynamic Programming, Data Structures, Number Theory, Graph Algorithms, Binary Search
Language: C++ - Size: 97.7 KB - Last synced at: 3 days ago - Pushed at: 4 days ago - Stars: 2 - Forks: 0

husamahmud/LeetCode
This repository is managed by LeetPush extension: https://github.com/husamahmud/LeetPush
Language: Python - Size: 313 KB - Last synced at: 4 days ago - Pushed at: 5 days ago - Stars: 3 - Forks: 0

mah-shamim/leet-code-in-php
Php-based LeetCode algorithm problem solutions, regularly updated.
Language: PHP - Size: 11.4 MB - Last synced at: 4 days ago - Pushed at: 5 days ago - Stars: 16 - Forks: 6

glowfi/DS
A collection of data-structures and algorithms
Language: Python - Size: 2.61 MB - Last synced at: 5 days ago - Pushed at: 5 days ago - Stars: 1 - Forks: 0

Noodle96/contestProgramming
Este repositorio alberga mi código para la práctica y competicion en concurso de programacion. Se desarrollan problema de distintas plataformaas online como Codeforces, Uva, CSES, Atcoder entre otros.
Language: C++ - Size: 608 KB - Last synced at: 6 days ago - Pushed at: 6 days ago - Stars: 1 - Forks: 0

tommasocerruti/algolab-2024
Algorithms Lab (Algolab) HS 2024 @ ETH Zurich, solutions and insights
Language: C++ - Size: 730 KB - Last synced at: 7 days ago - Pushed at: 8 days ago - Stars: 7 - Forks: 2

AKASH-ALAM/Competitive-Programming
Competitive programming is a mind sport usually held over the Internet or a local network, involving participants trying to program according to provided specifications. Contestants are referred to as sport programmers. @Wikipedia
Language: C++ - Size: 15.9 MB - Last synced at: 11 days ago - Pushed at: 11 days ago - Stars: 2 - Forks: 0

gdalle/SparseMatrixColorings.jl
Coloring algorithms for sparse Jacobian and Hessian matrices
Language: Julia - Size: 2.37 MB - Last synced at: 11 days ago - Pushed at: 11 days ago - Stars: 22 - Forks: 6

gemini-hlsw/scheduler
Greedy algorithm for automatic scheduling
Language: Python - Size: 334 MB - Last synced at: 10 days ago - Pushed at: 10 days ago - Stars: 6 - Forks: 7

nitrece/algorithm-design
An Algorithm is a sequence of steps to solve a problem.
Size: 8.17 MB - Last synced at: 12 days ago - Pushed at: 12 days ago - Stars: 0 - Forks: 0

Muawiya-contact/3396.-Minimum-Number-of-Operations-to-Make-Elements-in-Array-Distinct
3396. Minimum Number of Operations to Make Elements in Array Distinct
Language: Python - Size: 5.86 KB - Last synced at: 11 days ago - Pushed at: 13 days ago - Stars: 1 - Forks: 0

theahmedhany/LeetCode
Language: C++ - Size: 119 KB - Last synced at: 13 days ago - Pushed at: 13 days ago - Stars: 0 - Forks: 0

garimasinghgryffindor/DSA
LeetCode DSA questions
Language: C++ - Size: 764 KB - Last synced at: 17 days ago - Pushed at: 17 days ago - Stars: 1 - Forks: 0

sapienzastudentsnetwork/progettazione-di-algoritmi
[Informatica - Progettazione di Algoritmi] Forum di scambio e confronto di soluzioni a esercizi e prove d'esame passate
Size: 1.87 MB - Last synced at: 22 days ago - Pushed at: 22 days ago - Stars: 13 - Forks: 0

amitrajitbose/Competitive_Programming
Contains solutions and codes to various online competitive programming challenges and some good problems. The links to the problem sets are specified at the beginning of each code.
Language: Python - Size: 4.65 MB - Last synced at: 14 days ago - Pushed at: 23 days ago - Stars: 74 - Forks: 25

malei-dc/TDA
Cursada 1C2024 Técnica de diseño de algoritmos UBA (ex Algoritmos y Estructuras de Datos III)
Language: C++ - Size: 45.1 MB - Last synced at: about 1 month ago - Pushed at: about 1 month ago - Stars: 5 - Forks: 1

eloj/superstrings
Approximate Shortest Superstring Generator
Language: Python - Size: 36.1 KB - Last synced at: about 1 month ago - Pushed at: about 1 month ago - Stars: 0 - Forks: 0

breezy-codes/Greedy-Algorithm
Greedy algorithms are a category of algorithms that solve optimisation problems by making a series of choices that are locally optimal, aiming for a globally optimal solution. These algorithms operate by always choosing the best immediate option, without taking future outcomes into account.
Language: Jupyter Notebook - Size: 78.1 KB - Last synced at: 27 days ago - Pushed at: 5 months ago - Stars: 3 - Forks: 0

emadjedovic/algorithm-design
Algorithms on graphs, dynamic programming, greedy algorithms, backtracking etc.
Language: C++ - Size: 157 KB - Last synced at: about 2 months ago - Pushed at: about 2 months ago - Stars: 0 - Forks: 0

DanielMPMatCom/Energy-Distribution-Network-Optimization.-DAA-Project
Strategies for solving a power system network planning problem through greedy strategies, using dynamic programming and flow approximation algorithms. NP-Completeness analysis. The Min K-Cut problem
Language: TeX - Size: 2.04 MB - Last synced at: about 2 months ago - Pushed at: about 2 months ago - Stars: 0 - Forks: 0

DanielMPMatCom/DAA-Problem-Sets
Set of problems from the contents of Design and Analysis of Algorithms. Complexity Theory, Dynamic Programming, Greedy, Flow, Divide and Conquer
Language: TeX - Size: 1.4 MB - Last synced at: about 2 months ago - Pushed at: about 2 months ago - Stars: 0 - Forks: 0

justin-marian/pa-labs
Programming labs on recursion, backtracking, combinatorics, greedy algorithms, dynamic programming, and graph algorithms.
Language: C - Size: 19.5 KB - Last synced at: about 2 months ago - Pushed at: 2 months ago - Stars: 0 - Forks: 0

Tamim-saad/CSE-204-DSA-I
compilation of dsa-1 offlines
Language: C++ - Size: 5.94 MB - Last synced at: 19 days ago - Pushed at: 3 months ago - Stars: 1 - Forks: 0

meet244/Stock-the-Stock
'Stock the Stock' 💼 fuses historical analysis with Warren Buffett's approach, offering personalized buy, hold, or sell signals for actionable insights.
Language: Python - Size: 30.3 KB - Last synced at: 3 months ago - Pushed at: 3 months ago - Stars: 2 - Forks: 1

hxdshell/algorithms
core cs algorithms
Language: C - Size: 29.3 KB - Last synced at: 3 months ago - Pushed at: 3 months ago - Stars: 0 - Forks: 0

hritik-6918/DSA_SHEET_BY_FRAZ-CODES
🔥 This is an attempt to solve DSA Cracker Coding Questions List curated by @Fraz bhaiya.
Size: 62.5 KB - Last synced at: 16 days ago - Pushed at: over 2 years ago - Stars: 4 - Forks: 0

mnpsnuwan/interviews
Everything I need to know to get the better job.
Language: Java - Size: 22.5 KB - Last synced at: 15 days ago - Pushed at: over 1 year ago - Stars: 5 - Forks: 0

nidhiupman568/Data-Structures-and-Algorithms-DSALGO
Mastering Data Structures and Algorithms: Essential Interview Questions 🚀
Size: 56.6 KB - Last synced at: 16 days ago - Pushed at: 10 months ago - Stars: 3 - Forks: 0

nidhiupman568/C-PLUS-PLUS-PROBLEMS-SOLVED
🏆🌟 I solve the Problem of the Day on LeetCode daily 🗓️🧩 and have successfully tackled over 150 interview questions. 💪🧠 Additionally, I've completed Love Babbar's 450 DSA sheet 📚 and Striver's 180 DSA sheet 📘. My primary coding language is C++ 💻, but I have also solved many problems in Java ☕. 🏆🌟
Language: C++ - Size: 169 KB - Last synced at: 10 days ago - Pushed at: 9 months ago - Stars: 3 - Forks: 0

Muhammad-Magdi/problem-solving
Language: C++ - Size: 77.1 KB - Last synced at: 13 days ago - Pushed at: about 4 years ago - Stars: 63 - Forks: 34

sondosaabed/Palestine-Cities-Map
Find shortest paths between Palestinian cities using A* or Greedy BFS algorithms. Note: Heuristic values may not be accurate for the showcased 15 cities. 🇵🇸
Language: Java - Size: 992 KB - Last synced at: 22 days ago - Pushed at: over 1 year ago - Stars: 12 - Forks: 0

akarshippili/data-structures-and-algorithms
Data Structures and Algorithms
Language: Python - Size: 287 KB - Last synced at: 4 months ago - Pushed at: 4 months ago - Stars: 0 - Forks: 1

cosmic-code-09/CPP
Deep dive in C++ programming language
Language: C++ - Size: 307 KB - Last synced at: 3 months ago - Pushed at: over 1 year ago - Stars: 2 - Forks: 1

noonosh/neuromind-tmt-layout-validator
Final Project for BEng CS @ ARU '24 – 🔌 API & 📄 Full Paper Available
Language: MATLAB - Size: 1.23 MB - Last synced at: 5 days ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

zoom2manoj/dsa-practice
DSA Practice in Python
Language: Python - Size: 64.5 KB - Last synced at: 5 months ago - Pushed at: 5 months ago - Stars: 1 - Forks: 0

DevendraCollage/6-Companies-30-Days
This is the 6 Companies 30 Days Challenge to solve 90 questions from 6 Companies in 30 Days.
Language: Java - Size: 24.4 KB - Last synced at: about 1 month ago - Pushed at: 5 months ago - Stars: 1 - Forks: 0

hongbo-miao/leetcode
LeetCode solutions
Language: Python - Size: 730 KB - Last synced at: 5 months ago - Pushed at: over 1 year ago - Stars: 199 - Forks: 53

puzzlef/louvain-communities-openmp
Design of OpenMP-based Parallel Louvain algorithm for community detection.
Language: C++ - Size: 188 KB - Last synced at: 15 days ago - Pushed at: 6 months ago - Stars: 3 - Forks: 1

mangchhe/algorithm
Language: Python - Size: 548 KB - Last synced at: 4 days ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

Gauranshgoel123/Leetcode-problems
Explore a curated collection of diverse coding challenges, honing problem-solving skills in a structured and organized manner. Whether you're a fellow learner or an interested observer, join the journey of mastering DSA through practical problem-solving.
Language: Java - Size: 615 KB - Last synced at: 6 months ago - Pushed at: 6 months ago - Stars: 3 - Forks: 0

eMahtab/two-city-scheduling
Size: 1000 Bytes - Last synced at: 24 days ago - Pushed at: almost 5 years ago - Stars: 0 - Forks: 0

IsaacCheng9/fairsplit
A web application to split bills and track shared expenses in a group, with a transaction minimisation algorithm. Developed with Node and React.
Language: JavaScript - Size: 1.43 MB - Last synced at: 6 months ago - Pushed at: 6 months ago - Stars: 28 - Forks: 3

sangzzz/AlgorithmicToolBox
The tasks for the coursera Algorithmic Toolbox Specialisation :- Code is completed only in python.
Language: HTML - Size: 8.15 MB - Last synced at: 3 months ago - Pushed at: over 4 years ago - Stars: 2 - Forks: 0

AnuragAnalog/Algorithms
Algorithms and their implementation
Language: Python - Size: 25.4 KB - Last synced at: about 1 month ago - Pushed at: over 5 years ago - Stars: 1 - Forks: 0

codehub001/CrackYourInternship
45 Days DSA Challenge with Arsh Goyal
Language: C++ - Size: 157 KB - Last synced at: about 1 month ago - Pushed at: 8 months ago - Stars: 1 - Forks: 0

GigaBeroza/Codeforces-Problemset
My solutions for the set of problems provided by the codeforces website.
Language: C++ - Size: 94.7 KB - Last synced at: 8 months ago - Pushed at: 8 months ago - Stars: 0 - Forks: 0

atef7534/codeforces1000
All problems solutions From Codeforces.com Website
Language: C++ - Size: 11.3 MB - Last synced at: 8 months ago - Pushed at: 8 months ago - Stars: 1 - Forks: 0

Nanthini10/Sub-modular-Optimization
Greedy and Lazy Greedy Sub Modular Optimisation
Language: Python - Size: 141 KB - Last synced at: 9 months ago - Pushed at: about 7 years ago - Stars: 5 - Forks: 0

Shubham-kpl/.CrackYourInternship
Collection of the coding problems that I have completed out of the Arsh DSA Sheet
Language: C++ - Size: 5.86 KB - Last synced at: 9 months ago - Pushed at: 9 months ago - Stars: 0 - Forks: 0

Anjum219/Data-Structure-I
Some core data structures - array list, linked list, binary search tree, heap, graph and some important basic algorithm - greedy, quick sort are implemented here from scratch. I used C++ to code.
Size: 1.1 MB - Last synced at: 9 months ago - Pushed at: over 4 years ago - Stars: 0 - Forks: 0

xzyu02/algorithm-notes
Classical Algorithm and Data Structure Problems
Language: Java - Size: 942 KB - Last synced at: 9 months ago - Pushed at: over 1 year ago - Stars: 3 - Forks: 0

BishoySedra/Algorithms_Course
All materials and assignments related to this ASU academic course.
Language: C# - Size: 71.4 MB - Last synced at: 11 months ago - Pushed at: 11 months ago - Stars: 5 - Forks: 1

muhammadsaadx/VertexOrderingOptimization
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.
Language: Jupyter Notebook - Size: 16.6 KB - Last synced at: about 1 month ago - Pushed at: 10 months ago - Stars: 0 - Forks: 0

Remonhasan/codeforces-solutions
My codeforces problem solutions organized by problem ratings 🦉
Language: C++ - Size: 38.1 KB - Last synced at: 11 months ago - Pushed at: 11 months ago - Stars: 0 - Forks: 0

davidetacchini/pathfinding-visualizer
Visualize Dijkstra, Greedy, A*, DFS and BFS algorithms. Also includes Prim's algorithm for generating mazes. Written in Python using pygame.
Language: Python - Size: 765 KB - Last synced at: 11 months ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 0

b3r8/robust-greedy-maxcut
Repository for the paper "Fast and Provable Greedy Algorithms for the Max-Cut Relaxation"
Language: C++ - Size: 17.5 MB - Last synced at: 12 months ago - Pushed at: 12 months ago - Stars: 0 - Forks: 0

ahr9n/psolving-paradigms
Common problems of dynamic programming methods and techniques, including prerequisites, for competitive programmers.
Language: C++ - Size: 5.19 MB - Last synced at: 9 months ago - Pushed at: almost 3 years ago - Stars: 36 - Forks: 4

psprao95/leetcode-problems
Code in C++ for problems solved on Leetcode. Problem categories: Arrays, Strings, Linked Lists, Trees, Recursion, Backtracking, Dynamic programming
Language: C++ - Size: 340 KB - Last synced at: 12 months ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

BenCtree/Path-Finding
Some search and path finding algorithms solving the 3-digit puzzle
Language: Python - Size: 6.84 KB - Last synced at: 12 months ago - Pushed at: about 4 years ago - Stars: 1 - Forks: 0

chriski777/TSP_Solver
Python code for visualizations of algorithms that provide approximate solutions to TSP along with two lower bound approximations
Language: Python - Size: 15.4 MB - Last synced at: 11 days ago - Pushed at: about 3 years ago - Stars: 8 - Forks: 3

PKUcoldkeyboard/FAS
该项目是基于C++实现了最小反馈弧集问题的三种近似算法——GreedyFAS、SortFAS、PageRankFAS
Language: C++ - Size: 4.24 MB - Last synced at: 12 months ago - Pushed at: almost 2 years ago - Stars: 2 - Forks: 0

nithya-kumar/leetcode
Problems solved on Leetcode
Language: Java - Size: 69.3 KB - Last synced at: about 1 year ago - Pushed at: over 6 years ago - Stars: 0 - Forks: 0

Mohamed15Ghaly/Problems.cpp
Problem solving
Language: C++ - Size: 20.5 KB - Last synced at: 12 months ago - Pushed at: over 1 year ago - Stars: 1 - Forks: 0

Dare-marvel/LeetCode-Solutions
🚀 Welcome to the Leetcode Problem Solutions Repository! 📚✨ Unlock a treasure trove of well-commented code, meticulously organized by topic and difficulty. 🧠💻 Level up your algorithmic skills with best-practice implementations! 🌐🛠️ Dive into this developer's haven for a journey of learning and skill enhancement. Happy coding! 👩💻🔍
Size: 2.18 MB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 2 - Forks: 0

SleekPanther/reverse-delete-algorithm
Greedy Algorithm to find a minimum spanning tree in an undirected graph by deleting heaviest edges unless it would disconnect the graph
Language: Java - Size: 123 KB - Last synced at: about 2 months ago - Pushed at: over 7 years ago - Stars: 1 - Forks: 3

Mussabat/_CP_
Language: C++ - Size: 399 KB - Last synced at: 12 months ago - Pushed at: over 1 year ago - Stars: 2 - Forks: 0

Abdelrhman-Sayed70/Algorithms
“Algorithms are great tools for improving business results, but its people and their leadership that ultimately determine business success.” Hendrith Vanlon Smith
Language: C# - Size: 50.2 MB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 17 - Forks: 2

skjha1/Data-Structure-Algorithm-Programs
This Repo consists of Data structures and Algorithms
Language: C++ - Size: 4.54 MB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 570 - Forks: 245

kkoomen/uva-ahs-lesrooster 📦
University Course Timetabling Problem using different algorithms, part of the Algorithms and Heuristics course at the University of Amsterdam.
Language: Python - Size: 30.6 MB - Last synced at: 12 months ago - Pushed at: about 2 years ago - Stars: 2 - Forks: 2

ronnyonjetech/Algorithms
Comprises mostly Dynamic Programming & Greedy Method Code Snippets
Size: 2.93 KB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

iankurgarg/Reinforcement-Learning-Feature-Selection
Feature selection for maximizing expected cumulative reward
Language: Python - Size: 62.1 MB - Last synced at: 10 months ago - Pushed at: over 7 years ago - Stars: 29 - Forks: 10

mariateodorapopescu/algorithmsbasicproblems
There is a collection of 4 small and basic algorithms problems/exercises using greedy and DP
Language: C++ - Size: 10.7 KB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

braully/art-greedy-tss-code-data
Data and Code for Article
Language: Java - Size: 60.6 MB - Last synced at: 5 days ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

DeepthiTabithaBennet/DesignAndAnalysisOfAlgorithms
A collection of simple C++ Programs involving the Design and Analysis of Algorithms.
Language: C++ - Size: 29.3 KB - Last synced at: about 1 month ago - Pushed at: about 2 years ago - Stars: 5 - Forks: 0

haiphan2000/CS112-Design-And-Analysis-Of-Algorithms
Answers for exercises from the Design and Analysis of Algorithms course at the university. Discover efficient C++ implementations of algorithms, data structures, and problem-solving strategies.
Language: TeX - Size: 6.51 MB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

SonK4m3/Algorithms-and-Applications-SAMSUNG-PTIT-2021
Solution to 100+ data structure and algorithm problems by C++ programming language.
Language: C++ - Size: 523 KB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

iammahesh123/DSA_Programs_Pratice
Language: Java - Size: 45.9 KB - Last synced at: about 2 months ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

georgmangold/wolf
Projekt W.O.L.F. - Wege mit OpenStreetMap Lage Finder
Language: Python - Size: 1010 KB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 2 - Forks: 0

garimasinghgryffindor/Strivers-SDE-Sheet-Challenge
Language: C++ - Size: 400 KB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 1 - Forks: 0

wilfredarin/Codeforces
important list of problem and their solution from codeforces in python3
Language: Python - Size: 15.6 KB - Last synced at: about 1 year ago - Pushed at: almost 5 years ago - Stars: 0 - Forks: 0

ayusshrathore/leetcode
Collection of LeetCode questions to ace the coding interview!
Language: Java - Size: 534 KB - Last synced at: 15 days ago - Pushed at: over 1 year ago - Stars: 3 - Forks: 11

ahtrahdis7/node-splitwise-js
Minimize Cash Flow among a given set of friends who have borrowed money from each other using JavaScript. [200+ NPM Downloads]
Language: TypeScript - Size: 16.6 KB - Last synced at: 7 days ago - Pushed at: over 1 year ago - Stars: 11 - Forks: 1

AnupamAkib/UVA-and-LA-Problem-Solution
My solution for UVa Problems will be uploaded here, as UVa solutions don't save in their website.
Language: C++ - Size: 408 KB - Last synced at: about 2 months ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

shavidze/Codeforces
Problems seen and solved on the https://codeforces.com/ website
Language: C++ - Size: 201 KB - Last synced at: about 1 year ago - Pushed at: over 1 year ago - Stars: 1 - Forks: 0

dhrupad17/LeetCode-75_LEVEL2
This study plan is for those who want to prepare for technical interviews but are uncertain which problems they should focus on. The problems have been carefully curated so that levels 1 and 2 will guide beginner and intermediate users through problems that cover the data structures and algorithms necessary to succeed in interviews with most mid-tier companies. While level 3 provides material to help users whose targets are top-tier companies.
Size: 77.1 KB - Last synced at: about 2 months ago - Pushed at: over 2 years ago - Stars: 5 - Forks: 3

PriorLax123/Search_Algorithms
Using an initial location and a goal location, the program solves for the path (based on the search algorithm chosen) based on locations of cities.
Language: Java - Size: 847 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 1 - Forks: 0

rabkawork/Python_Greedy_Coin_Solution
looking for minimal solutions to exchange coins with greedy algorithm
Language: Python - Size: 2.93 KB - Last synced at: over 1 year ago - Pushed at: over 4 years ago - Stars: 0 - Forks: 0

lucadibello/mmkp
Multiple-choice Multidimensional Knapsack Problem implementation in C++
Language: Jupyter Notebook - Size: 20.7 MB - Last synced at: 13 days ago - Pushed at: almost 2 years ago - Stars: 4 - Forks: 0

javier1234559/SOKOBAN_GAME Fork of PhuongNgan2304/SOKOBAN_GAME
Sokoban game using algorithm searching
Size: 2.72 MB - Last synced at: 12 months ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

afurculita/VehicleRoutingProblem
Vehicle Routing Problem solved using Ant Colony System, Greedy and Tabu Search algorithms
Language: Java - Size: 1.1 MB - Last synced at: about 1 year ago - Pushed at: about 7 years ago - Stars: 60 - Forks: 23

danyalimran93/Artificial-Intelligence-State-Space-Search
Different Searching algorithms (DFS, BFS, IDS, Greedy, A*) opting to find optimal path from source to destination
Language: Java - Size: 41 KB - Last synced at: 4 months ago - Pushed at: over 7 years ago - Stars: 26 - Forks: 12

smu-202115064/Algorithm-PE04
[Seoul] Algorithm (HAEA0010 (3)) [2nd Semester] / 코딩 PE 04 - greedy algorithm
Language: Python - Size: 2.93 KB - Last synced at: about 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

simonskodt/aldes-kattis
Weekly Kattis exercises, implementing various algorithms introduced in the course on Algorithm Design.
Language: Python - Size: 779 KB - Last synced at: about 2 months ago - Pushed at: over 1 year ago - Stars: 1 - Forks: 0

budzianowski/PyTorch-Beam-Search-Decoding
PyTorch implementation of beam search decoding for seq2seq models
Language: Python - Size: 7.81 KB - Last synced at: over 1 year ago - Pushed at: about 2 years ago - Stars: 323 - Forks: 65

Lokesh-Bisht/DSA-Interview-Prep
Contains solution for commonly asked DSA questions in interviews.
Language: C++ - Size: 148 KB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

MiaGobble/GreedyDataService
A datastore solution that simplifies the player data management workflow
Language: Lua - Size: 49.8 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 3 - Forks: 1
