greedy
There are 259 repositories under greedy topic.
skjha1/Data-Structure-Algorithm-Programs
This Repo consists of Data structures and Algorithms
hornhuang/android_interviews
🚀Everything you need to know to find an android job. 算法 / 面试题 / Android 知识点 🔥🔥🔥 总结不易,你的 star 是我最大的动力!
budzianowski/PyTorch-Beam-Search-Decoding
PyTorch implementation of beam search decoding for seq2seq models
hongbo-miao/leetcode
LeetCode solutions
afurculita/VehicleRoutingProblem
Vehicle Routing Problem solved using Ant Colony System, Greedy and Tabu Search algorithms
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.
souraavv/NPTEL-DAA-Programming-Assignment-Solutions
Programming assignments of NPTEL DAA course taken by Prof. Madhavan Mukund of Chennai Mathematical Institute.
xubenhao/Algorithm
1.算法与数据结构库;2.已经实现动态数组/双向链表/栈/队列/堆/链式哈希表/二叉搜索树/红黑树.均以C++模板类实现,可用于实际项目中替代STL的容器类及数据结构学习.3.已经实现图/深度优先/广度优先/单源最短路径/所有结点对最短路径/最小生成树/快速排序/归并排序/字符串匹配算法.可用于实际项目及算法学习.4.对分治/迭代算法设计方法进行总结,对动态规划/贪心算法针对几个经典问题做了具体实现.
ahr9n/psolving-paradigms
Common problems of dynamic programming methods and techniques, including prerequisites, for competitive programmers.
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.
iankurgarg/Reinforcement-Learning-Feature-Selection
Feature selection for maximizing expected cumulative reward
gdalle/SparseMatrixColorings.jl
Coloring algorithms for sparse Jacobian and Hessian matrices
lifeparticle/Java-Algorithms-Implementation
☕ Java Algorithms Implementation
danyalimran93/Artificial-Intelligence-State-Space-Search
Different Searching algorithms (DFS, BFS, IDS, Greedy, A*) opting to find optimal path from source to destination
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
arp95/robot_target_tracking
Research Project on Multi-robot Target Tracking via Deep Reinforcement Learning
DhananjayGore/leetcode
This repo is having leetcode problems solution with explaination and also having the link to problems along with resources to learn and practice
mah-shamim/leet-code-in-php
Php-based LeetCode algorithm problem solutions, regularly updated.
varungohil/Densest-Subgraph-Discovery
A Python repository for finding the densest subgraph in a undirected graph
malei-dc/TDA
Cursada 1C2024 Técnica de diseño de algoritmos UBA (ex Algoritmos y Estructuras de Datos III)
sapienzastudentsnetwork/progettazione-di-algoritmi
[Informatica - Progettazione di Algoritmi] Forum di scambio e confronto di soluzioni a esercizi e prove d'esame passate
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]
Chris-Perkins/CodeForces-Solutions
My CodeForces Solutions. Acts as my crash-course into Python programming. 500+ Solutions
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. 🇵🇸
BishoySedra/Algorithms_Course
All materials and assignments related to this ASU academic course.
nidhiupman568/Codeforces-Problem-Solved
👋Hello!👋 I'm Nidhi Upman😀, a passionate competitive programmer on Codeforces🏆. Started with basic problems (like A) and never gave up! 🚀 Upsolving after contests 📈 improved my skills. Now tackling tougher challenges (like B) 🧠. Codeforces hosts contests 2-3 times weekly 🗓️ and daily challenges to stay sharp. Determined to climb to Pupil.💪
KaleabTessera/Multi-Armed-Bandit
Implementation of greedy, E-greedy and Upper Confidence Bound (UCB) algorithm on the Multi-Armed-Bandit problem.
lifesaver0129/CS208-Algorithm-Design
Personal repo of SUSTech course CS208 Algorithm Design
mhamzap10/Travelling-SalesMan-Problem
Project Home Delivery Management System implements Travelling Sales Man problem with many extended features such as calculate estimated distance, time, cost, shortest delivery route and send it to the Delivery boy present in Queue
chriski777/TSP_Solver
Python code for visualizations of algorithms that provide approximate solutions to TSP along with two lower bound approximations
gemini-hlsw/scheduler
Greedy algorithm for automatic scheduling
Surajv311/myCforces
Codeforces Qs. practice/solved.
thecaptain10/LeetCode
Collection of C# solutions for popular LeetCode Problems
DeepthiTabithaBennet/DesignAndAnalysisOfAlgorithms
A collection of simple C++ Programs involving the Design and Analysis of Algorithms.
mnpsnuwan/interviews
Everything I need to know to get the better job.