Repository navigation

#

dynamicprogramming

Java Solutions to problems on LintCode/LeetCode

Java
4357
5 个月前

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

28
3 个月前

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-tier companies. While level 3 provides material to help users whose targets are top-tier companies.

5
3 年前

Personal repository of Leetcode solutions

Java
3
3 个月前

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.

Java
1
7 个月前

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

Python
1
6 年前

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.

C++
1
5 年前

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

C++
1
2 年前

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

Java
1
1 年前

This repository contains my code solutions for the dynamic programming problems in C++.

0
2 年前

A repository for studying dynamic programming

Java
0
2 年前

My solutions of questions on https://www.interviewbit.com

C++
0
2 年前