dynamic-programming
There are 3631 repositories under dynamic-programming topic.
labuladong/fucking-algorithm
刷算法全靠套路,认准 labuladong 就够了!English version supported! Crack LeetCode, not only how, but also why.
geekxh/hello-algorithm
🌍 针对小白的算法训练 | 包括四部分:①.大厂面经 ②.力扣图解 ③.千本开源电子书 ④.百张技术思维导图(项目花了上百小时,希望可以点 star 支持,🌹感谢~)推荐免费ChatGPT使用网站
halfrost/LeetCode-Go
✅ Solutions to LeetCode by Go, 100% test coverage, runtime beats 100% / LeetCode 题解
williamfiset/Algorithms
A collection of algorithms and data structures
teivah/algodeck
An Open-Source Collection of Flash Cards to Help You Preparing Your Algorithms & Data Structures and System Design Interviews 💯
udacity/deep-reinforcement-learning
Repo for the Deep Reinforcement Learning Nanodegree program
sherxon/AlgoDS
Implementation of Algorithms and Data Structures, Problems and Solutions
SamirPaulb/DSAlgo
📚A repository that contains all the Data Structures and Algorithms concepts and solutions to various problems in Python3 stored in a structured manner.👨💻🎯
nayuki/Project-Euler-solutions
Runnable code for solving Project Euler problems in Java, Python, Mathematica, Haskell.
enhancedformysql/The-Art-of-Problem-Solving-in-Software-Engineering_How-to-Make-MySQL-Better
The Art of Problem-Solving in Software Engineering: How to Make MySQL Better
huzecong/oi-slides
我的信息学竞赛讲课课件
partho-maple/coding-interview-gym
leetcode.com , algoexpert.io solutions in python and swift
shady831213/algorithms
CLRS study. Codes are written with golang.
markdregan/K-Nearest-Neighbors-with-Dynamic-Time-Warping
Python implementation of KNN and DTW classification algorithm
VAR-solutions/Algorithms
A repository of different Algorithms and Data Structures implemented in many programming languages.
omerbsezer/Reinforcement_learning_tutorial_with_demo
Reinforcement Learning Tutorial with Demo: DP (Policy and Value Iteration), Monte Carlo, TD Learning (SARSA, QLearning), Function Approximation, Policy Gradient, DQN, Imitation, Meta Learning, Papers, Courses, etc..
aylei/leetcode-rust
my leetcode solutions in rust
Lakhankumawat/LearnCPP
Learn Cpp from Beginner to Advanced ✅ Practice 🎯 Code 💻 Repeat 🔁 One step solution for c++ beginners and cp enthusiasts.
alexhagiopol/cracking-the-coding-interview
:books: C++ and Python solutions with automated tests for Cracking the Coding Interview 6th Edition.
hornhuang/android_interviews
🚀Everything you need to know to find an android job. 算法 / 面试题 / Android 知识点 🔥🔥🔥 总结不易,你的 star 是我最大的动力!
sudheerj/datastructures-algorithms
List of Programs related to data structures and algorithms
spring1843/go-dsa
Go Data Structures and Algorithms is an open source tool for learning and rehearsing data structures and algorithms in Go.
avidLearnerInProgress/pyCAIR
Content aware image resizing
dragonslayerx/Competitive-Programming-Repository
Competitive Programming templates that I used during the past few years.
stacygohyunsi/algorithms-primer
A consolidated collection of resources for you to learn and understand algorithms and data structures easily.
s-kachroo/SamsungPractice
Problems for Samsung Research Institute, India - 3 hours Online Test.
DivyaGodayal/CoderChef-Kitchen
The official repository for our programming kitchen which consists of 50+ delicious programming recipes having all the interesting ingredients ranging from dynamic programming, graph theory, linked lists and much more. All the articles contain beautiful images and some gif/video at times to help clear important concepts.
Algo-Phantoms/Algo-Tree
Algo-Tree is a collection of Algorithms and data structures which are fundamentals to efficient code and good software design. Creating and designing excellent algorithms is required for being an exemplary programmer. It contains solutions in various languages such as C++, Python and Java.
alexanderskulikov/discrete-math-python-scripts
Python code snippets from Discrete Mathematics for Computer Science specialization at Coursera
AllAlgorithms/python
Implementation of All ▲lgorithms in Python Programming Language
anubhavshrimal/Data-Structures-Algorithms
My implementation of 85+ popular data structures and algorithms and interview questions in Python 3 and C++
djeada/Algorithms-And-Data-Structures
A collection of projects in C++ and Python that implement various data structures and algorithms. The projects are organized by language and topic, and include detailed explanations and examples to help you understand how they work.
dubesar/Ultimate-Java-Resources
Java programming. All in one Java Resource for learning. Updated every day and up to date. All Algorithms and DS along with Development in Java. Beginner to Advanced. Join the Discord link.
infiniteopt/InfiniteOpt.jl
An intuitive modeling interface for infinite-dimensional optimization problems.
cruxrebels/InterviewBit
Collection of Abhishek Agrawal's gists solutions for problems on https://www.interviewbit.com
amitbansal7/Data-Structures-and-Algorithms
Implementation of various Data Structures and algorithms - Linked List, Stacks, Queues, Binary Search Tree, AVL tree,Red Black Trees, Trie, Graph Algorithms, Sorting Algorithms, Greedy Algorithms, Dynamic Programming, Segment Trees etc.