FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

dynamicprogramming · GitHub Topics · GitHub

#

dynamicprogramming

Here are 36 public repositories matching this topic...

Java Solutions to problems on LintCode/LeetCode

  • Updated Dec 7, 2025
  • Java

This series aims to teach you DP with everything sequenced step by step, fully readable code with necessary comments. It includes 160+ problems, 115+ from LeetCode, covering 12 DP patterns from 1D to Graph DP. Includes Top-Down & Bottom-Up solutions, multiple ways of writing Top-Down solutions, and space optimizations (e.g., 1D to constant space).

  • Updated Jul 9, 2026

This study plan is for those who want to prepare for technical interviews but are uncertain which problems they should focus on. The problems have been carefully curated so that levels 1 and 2 will guide beginner and intermediate users through problems that cover the data structures and algorithms necessary to succeed in interviews with most mid…

  • Updated Jul 24, 2022

Welcome to DSA in Java, your ultimate resource for mastering Data Structures and Algorithms (DSA) using Java. This repository is designed to help you build a strong foundation in one of the most essential skills for coding interviews, competitive programming, and real-world software development.

  • Updated Sep 28, 2024
  • Java

Personal repository of Leetcode solutions

  • Updated Jan 5, 2025
  • Java

Mixed Dynamic-Programming Solutions -Java

  • Updated Mar 22, 2020
  • Java

My solutions for different online judges: UVa, LightOJ, SPOJ, Codeforces, Codechef, Atcoder, Timus, URI etc.

  • Updated Feb 7, 2022
  • C++

A comprehensive repository of CSES Problem Set solutions, covering essential topics in competitive programming such as algorithms, data structures, dynamic programming, and graph algorithms. Contributions are welcome!

  • Updated Aug 7, 2025
  • C++

Solutions to competitive programming problems from different websites which are developed by me.

  • Updated Oct 17, 2022
  • C++

Data Structures And Algorithms Practice

  • Updated Jun 2, 2026
  • Java

Dynamic programming is used where we have problems, which can be divided into similar sub-problems, so that their results can be re-used. Mostly, these algorithms are used for optimization.

  • Updated Oct 12, 2020
  • C++

This is final task of design and analysis of algorithm. It's about implementation of brute force, greedy, and dynamic programming on knapsack problem.

  • Updated May 2, 2019
  • Python

Tabular reinforcement learning project comparing policy evaluation, policy iteration, Q-learning, and SARSA in a custom 10×10 maze.

  • Updated Aug 19, 2026
  • Jupyter Notebook

DynamicProgramming——动态规划-背包问题详解系列

  • Updated Dec 8, 2023
  • Java

This repo contains the algorithms and solutions to commonly asked interview questions.

  • Updated Aug 15, 2023
  • C++

Algoritmos para programación competitiva. Repositorio semioficial de Chapin Devs. No vale reírse de nuestras prácticas de código.

  • Updated Aug 26, 2025
  • Python

A repository for studying dynamic programming

  • Updated Feb 25, 2023
  • Java

Top interview questions on DSA , a guide for cracking on-campus and off-campus placement

  • Updated Mar 30, 2026
  • C++

Improve this page

Add a description, image, and links to the dynamicprogramming topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the dynamicprogramming topic, visit your repo's landing page and select "manage topics."

Learn more


Back | FazBrowse Home | New Git URL