dynamic-programming topic

List dynamic-programming repositories

Data_Structure_and_Algorithms_Library

191
Stars
123
Forks
Watchers

A collection of classical algorithms and data-structures implementation in C++ for coding interview and competitive programming

Algorithms

750
Stars
1.0k
Forks
Watchers

A repository of different Algorithms and Data Structures implemented in many programming languages.

Snap4Arduino

134
Stars
85
Forks
Watchers

Binding Snap! and Arduino together

hello-algorithm

34.8k
Stars
6.4k
Forks
Watchers

🌍 针对小白的算法训练 | 包括四部分:①.大厂面经 ②.力扣图解 ③.千本开源电子书 ④.百张技术思维导图(项目花了上百小时,希望可以点 star 支持,🌹感谢~)推荐免费ChatGPT使用网站

deep-reinforcement-learning

4.8k
Stars
2.3k
Forks
Watchers

Repo for the Deep Reinforcement Learning Nanodegree program

oi-slides

1.1k
Stars
247
Forks
Watchers

我的信息学竞赛讲课课件

algorithms

775
Stars
121
Forks
Watchers

CLRS study. Codes are written with golang.

Reinforcement_learning_tutorial_with_demo

696
Stars
168
Forks
Watchers

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,...