mastodon.world is one of the many independent Mastodon servers you can use to participate in the fediverse.
Generic Mastodon server for anyone to use.

Server stats:

8.2K
active users

#dynamicprogramming

1 post1 participant0 posts today

☑️ Day 33/100: #Leetcode daily question

🟥 Question: 2463. Minimum Total Distance Traveled

This is a very good difficult question, and I obviously need to look a solution. Solved it using dp

🐈‍⬛ Check out my #GitHub where I post all the daily streak 🔥 questions and #LeetcodeContest 🏆 solutions

🔗 Solution Link: github.com/akshatsingh1718/lee

🔗 My Leetcode Github: github.com/akshatsingh1718/lee

☑️ Day 31/100: #Leetcode daily question

🟨 Question: 2684. Maximum Number of Moves in a Grid

Easy dp question but need to see the solution maybe I was too last to solve that day

🐈‍⬛ Check out my #GitHub where I post all the daily streak 🔥 questions and #LeetcodeContest 🏆 solutions

🔗 Solution Link: github.com/akshatsingh1718/lee

🔗 My Leetcode Github: github.com/akshatsingh1718/lee

☑️ Day 29/100: #Leetcode daily question

🟨 Question: 1277. Count Square Submatrices with All Ones

Medium question and I need to check the solution but good learning

🐈‍⬛ Check out my #GitHub where I post all the daily streak 🔥 questions and #LeetcodeContest 🏆 solutions

🔗 Solution Link: github.com/akshatsingh1718/lee

🔗 My Leetcode Github: github.com/akshatsingh1718

GitHubleetcode/countSquareSubmatriceswithAllOnes at main · akshatsingh1718/leetcodeContribute to akshatsingh1718/leetcode development by creating an account on GitHub.

To me this HN thread is pure gold. When I first discovered Dynamic Programming (DP) in Python with the @cache decorator quite late actually, it looked like magic to me. I could not find as much wisdom on it (top search results are all leetcode tutorials) but once again @hn_discussions fill that gap. Will dive deeper into the topic of generative recursion.

#hackernews #dynamicprogramming #dynamic #recursion #python

🧵 HN thread: news.ycombinator.com/item?id=3

news.ycombinator.comDynamic programming is not black magic | Hacker News

Dynamic Programming is one way to arrive at the solution of the Markov Decision Process or MDP used in Reinforcement Learning (RL) problems.

In the third article on the Foundational RL series, I discuss dynamic programming and briefly talk about Approximate Dynamic Programming.

towardsdatascience.com/foundat

Towards Data ScienceFoundational RL: Dynamic Programming - Towards Data ScienceBy Rahul Bhadani