greedy topic
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.
VehicleRoutingProblem
Vehicle Routing Problem solved using Ant Colony System, Greedy and Tabu Search algorithms
Data-Structure-Algorithm-Programs
This Repo consists of Data structures and Algorithms
android_interviews
🚀Everything you need to know to find an android job. 算法 / 面试题 / Android 知识点 🔥🔥🔥 总结不易,你的 star 是我最大的动力!
PyTorch-Beam-Search-Decoding
PyTorch implementation of beam search decoding for seq2seq models
psolving-paradigms
Common problems of dynamic programming methods and techniques, including prerequisites, for competitive programmers.
Reinforcement-Learning-Feature-Selection
Feature selection for maximizing expected cumulative reward
Artificial-Intelligence-State-Space-Search
Different Searching algorithms (DFS, BFS, IDS, Greedy, A*) opting to find optimal path from source to destination