-
Updated
Mar 27, 2022 - Markdown
#
dynamic-programming
Here are 2,121 public repositories matching this topic...
刷算法全靠套路,认准 labuladong 就够了!English version supported! Crack LeetCode, not only how, but also why.
computer-science
algorithms
leetcode
data-structures
interview-questions
dynamic-programming
kmp
dynamic-programming-algorithm
-
Updated
Feb 14, 2022 - Java
go
golang
facebook
algorithm
math
algorithms
leetcode
pattern
algo
acm-icpc
algorithm-competitions
leetcode-solutions
interview-questions
dynamic-programming
algorithms-and-data-structures
leetcode-golang
leetcode-go
-
Updated
Apr 4, 2022 - Go
A collection of algorithms and data structures
algorithm
algorithms
geometry
strings
linear-algebra
mathematics
matrix-multiplication
sorting-algorithms
graph-theory
traveling-salesman
dijkstra
search-algorithm
dynamic-programming
nlog
search-algorithms
maxflow
adjacency
adjacency-matrix
tree-algorithms
edmonds-karp-algorithm
-
Updated
Mar 23, 2022 - Java
An Open-Source Collection of 200+ Algorithmic Flash Cards to Help you Preparing your Algorithm & Data Structure Interview 💯
java
tree
algorithm
linked-list
stack
queue
math
algorithms
graph
array
recursion
bit-manipulation
data-structures
complexity
sorting-algorithms
heap
interview-practice
dynamic-programming
hashtable
greedy-algorithms
-
Updated
Feb 15, 2022
Repo for the Deep Reinforcement Learning Nanodegree program
reinforcement-learning
deep-reinforcement-learning
openai-gym
pytorch
dqn
neural-networks
reinforcement-learning-algorithms
dynamic-programming
hill-climbing
ddpg
cross-entropy
openai-gym-solutions
pytorch-rl
ppo
ml-agents
rl-algorithms
-
Updated
Feb 15, 2022 - Jupyter Notebook
Implementation of Algorithms and Data Structures, Problems and Solutions
java
linked-list
algorithms
graph-algorithms
mergesort
sort
dfs
binary-search-tree
sorting-algorithms
data-structrues
dijkstra
interview-questions
search-algorithm
dynamic-programming
shortest-paths
bst
-
Updated
Dec 25, 2021 - Java
Runnable code for solving Project Euler problems in Java, Python, Mathematica, Haskell.
python
java
haskell
project-euler
math
algorithms
mathematics
mathematica
competitive-programming
recursion
dynamic-programming
proofs
number-theory
-
Updated
Mar 22, 2022 - Java
leetcode.com , algoexpert.io solutions in python and swift
python
swift
stack
queue
algorithms
leetcode
graph
trie
python3
binary-search-tree
heap
tree-structure
leetcode-solutions
dynamic-programming
binary-heap
binary-search
leetcode-python
leetcode-swift
swift-5
algoexpert
-
Updated
Mar 14, 2022 - Python
Python implementation of KNN and DTW classification algorithm
machine-learning
timeseries
nearest-neighbors
dynamic-programming
human-activity-recognition
dynamic-time-warping
classification-algorithm
-
Updated
Oct 3, 2018 - Jupyter Notebook
CLRS study. Codes are written with golang.
go
golang
tree
algorithm
algorithms
graph
sort
hashmap
heap
dynamic-programming
clrs
greedy-algorithms
disjoint-set
binaryheap
dfs-algorithm
connected-components
bfs-algorithm
clrs-study
-
Updated
Mar 17, 2021 - Go
list
stack
queue
string
binary
matrix
array
lru
pointer
greedy
binary-search-tree
sorting-algorithms
heap
dynamic-programming
hashtable
-
Updated
Jul 26, 2021 - HTML
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..
machine-learning
tutorial
reinforcement-learning
deep-reinforcement-learning
q-learning
pomdps
policy-gradient
sarsa
a3c
dynamic-programming
imitation-learning
dyna
td-learning
actor-critic
meta-learning
-
Updated
Jan 22, 2019 - Jupyter Notebook
python
search
c-plus-plus
algorithms
graphs
strings
cracking-the-coding-interview
recursion
sorting-algorithms
arrays
dynamic-programming
trees
stacks
queues
-
Updated
Dec 2, 2021 - C++
my leetcode solutions in rust
-
Updated
Sep 23, 2021 - Rust
Content aware image resizing
-
Updated
Jul 8, 2018 - Python
A consolidated collection of resources for you to learn and understand algorithms and data structures easily.
algorithm
linked-list
sort
data-structures
bubble-sort
sorting-algorithms
interview-practice
interview-questions
big-o
dynamic-programming
quicksort-algorithm
stacks
knapsack-problem
greedy-algorithm
queues
merge-sort
linear-search
-
Updated
May 29, 2021
Competitive Programming templates that I used during the past few years.
hashing
algorithms
string
matching
graphs
competitive-programming
data-structures
fft
dijkstra
dynamic-programming
biginteger
recurrence
algorithms-implemented
segment-tree
disjoint-sets
lca
floyd-warshall
matrix-exponentiation
bellman-ford-algorithm
bipartite-graphs
-
Updated
Sep 30, 2020 - C++
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.
python
java
algorithm
programming
linked-list
leetcode
graph
string
blogging
interview
interview-practice
interview-questions
dynamic-programming
trees
greedy-algorithms
editorial
datastructure
interview-preparation
100daysofcode
codenewbie
-
Updated
Aug 7, 2019 - Python
My implementation of 85+ popular data structures and algorithms and interview questions in Python 3 and C++
python
tree
algorithm
linked-list
datastructures
cpp
graph
strings
matrix
mathematics
bit-manipulation
data-structures
arrays
heap
interview-questions
dynamic-programming
min-heap
max-heap
tries
trie-tree
-
Updated
Oct 5, 2020 - Python
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.
tree
linked-list
stack
queue
graph
string
array
trie
recursion
backtracking
bit-manipulation
sorting-algorithms
heap
hashing-algorithm
dynamic-programming
searching-algorithms
greedy-algorithms
number-theory
data-structures-and-algorithms
-
Updated
Apr 13, 2022 - C++
Open
String Comparision
3
aparnamittal
commented
Apr 11, 2022
Related Issue
(#1105)
Proposed Changes
Added a file comparing two strings .
Most string comparison algorithms compare the strings character by character. C++ provides us some built in operators like == and != to compare strings along with strcmp and compare functions.
This will have all the solutions to the competitive programming course's problems by Coding ninjas. Star the repo if you like it.
internship
datastructures
graphs
competitive-programming
backtracking
dynamic-programming
bootcamp
greedy-algorithms
dp
datastructures-algorithms
placements
coding-ninjas
-
Updated
Feb 16, 2022 - C++
Collection of Abhishek Agrawal's gists solutions for problems on https://www.interviewbit.com
hashing
linked-list
stack
queue
math
maps
backtracking
bit-manipulation
string-manipulation
arrays
cplusplus-14
dynamic-programming
trees
greedy-algorithms
heaps
cplusplus-11
binarysearch
interviewbit
interviewbit-solutions
two-pointers
-
Updated
Aug 20, 2021 - C++
Implementation of All ▲lgorithms in Python Programming Language
python
sorting
cryptography
algorithm
cipher
math
algorithms
dynamic-programming
hacktoberfest
searching
searches
allalgorithms
-
Updated
Oct 30, 2021 - Python
dubesar
commented
Dec 17, 2019
Add a single hidden layer neural network.
Safe reinforcement learning with stability guarantees
-
Updated
Feb 8, 2022 - Python
A collection of classical algorithms and data-structures implementation in C++ for coding interview and competitive programming
c-plus-plus
algorithm
algorithms
graph-algorithms
mathematics
competitive-programming
data-structures
sorting-algorithms
computational-geometry
game-theory
tree-structure
combinatorics
dynamic-programming
coding-interviews
hashing-algorithms
greedy-algorithms
binary-search
number-theory
string-algorithms
backtracking-algorithm
-
Updated
Oct 10, 2020 - C++
Improve this page
Add a description, image, and links to the dynamic-programming topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the dynamic-programming topic, visit your repo's landing page and select "manage topics."
Implement Data structures and algorithms in Ruby, Go, C# and Rust