◐ Shell
clean mode source ↗

Build software better, together

#

dynamic-programming-algorithm

Star

Here are 19 public repositories matching this topic...

Building DSA, algorithm, & JavaScript skills for technical interviews. This repo contains implementations, solutions, & emphasizes clean coding, efficient algorithms, & conceptual understanding. Contributions & feedback welcome!

  • Updated Jun 26, 2025
  • JavaScript

Optimized (very fast) stereo matching algorithms in MATLAB and Python. It includes implementations of Block Matching, Dynamic Programming, Semi-Global Matching and Belief Propagation.

  • Updated Jun 17, 2026
  • Python

A Matlab implementation of Dynamic Programming for stereo matching. The DSI is constructed using left scanline and disparity as axes.

  • Updated Jan 1, 2026
  • MATLAB

Evolution of Basic Stereo Matching Algorithms. From Block Matching and Dynamic Programming to Semi-Global Matching and Belief Propagation. Compare the source code to see the improvements.

  • Updated Jun 17, 2026
  • Python

Dynamic Programming is a paradigm of algorithm design in which an optimization problem is solved by a combination of achieving sub-problem solutions and appearing to the "principle of optimality".

  • Updated Apr 21, 2023
  • Python

This is a dynamic programming repository containing popular dynamic programming problems in JAVA, C++, and Python.

  • Updated Jan 11, 2021
  • Java

Equip lawyers with nine professional analytical frameworks for decision trees, game theory, contract design, and financial modeling using Claude Code.

  • Updated Jun 16, 2026

This repository contains some solutions for knapsack problem, using 4 major types of Algorithms.

  • Updated Jun 19, 2023
  • C++

Compare the evolution of stereo matching algorithms through simplified MATLAB and Python implementations of classic computer vision techniques.

  • Updated Jun 16, 2026
  • Python

C++ & Java implementations of 6 algorithm problems — tromino tiling, knight's tour, Tower of Hanoi (4-peg), knight swap, target shooting, and lattice coverage — using Divide & Conquer, Greedy, BFS, and Dynamic Programming.

  • Updated May 20, 2026
  • C++

Proxy Claude Code-style OAuth and Messages API with token management and streaming support built on Bun and Hono

  • Updated Jun 16, 2026

one of the assignments (8th) within the course algorithms in the third semester at the uni; aiming to practice dynamic programming

  • Updated Jun 30, 2022
  • C++

Turns a Linksys CIT200 DECT handset into a voice terminal for Telegram, Discord, or local echo with a Skype 2.x-style UI

  • Updated Jun 16, 2026

Improve this page

Add a description, image, and links to the dynamic-programming-algorithm 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 dynamic-programming-algorithm topic, visit your repo's landing page and select "manage topics."

Learn more