Topic: "dynamicprogramming"
awangdev/leet-code
Java Solutions to problems on LintCode/LeetCode
Language: Java - Size: 7.17 MB - Last synced at: 13 days ago - Pushed at: 5 months ago - Stars: 4,356 - Forks: 25

hiren-j/Ultimate-DP-Series
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).
Size: 80.1 KB - Last synced at: 3 months ago - Pushed at: 3 months ago - Stars: 21 - Forks: 8

dhrupad17/LeetCode-75_LEVEL2
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.
Size: 77.1 KB - Last synced at: about 2 months ago - Pushed at: almost 3 years ago - Stars: 5 - Forks: 3

mateusz-z-olszewski/leetcode-solutions
Personal repository of Leetcode solutions
Language: Java - Size: 51.8 KB - Last synced at: 6 months ago - Pushed at: 6 months ago - Stars: 2 - Forks: 0

sidde2k01/Data-Structures-and-algorithms-Codes-and-Solutions
Config files for my GitHub profile.
Size: 141 KB - Last synced at: almost 2 years ago - Pushed at: over 2 years ago - Stars: 2 - Forks: 0

cosmicray001/Online_judge_Solutions
My solutions for different online judges: UVa, LightOJ, SPOJ, Codeforces, Codechef, Atcoder, Timus, URI etc.
Language: C++ - Size: 609 KB - Last synced at: about 1 year ago - Pushed at: about 3 years ago - Stars: 2 - Forks: 0

climpeaker/DynamicProgramming
DynamicProgramming——动态规划-背包问题详解系列
Language: Java - Size: 177 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 1 - Forks: 0

base2ace/interview-algo
This repo contains the algorithms and solutions to commonly asked interview questions.
Language: C++ - Size: 55.7 KB - Last synced at: about 1 year ago - Pushed at: over 1 year ago - Stars: 1 - Forks: 0

Gaurav-99/Competitive-programming
Solutions to competitive programming problems from different websites which are developed by me.
Language: C++ - Size: 197 KB - Last synced at: almost 2 years ago - Pushed at: over 2 years ago - Stars: 1 - Forks: 0

yuhanliu-tech/SeamCarving-FinalProject
This Python project completes a programming problem from MIT OCW's Algorithms and Data Structures and implements Seam Carving using dynamic programming.
Language: Jupyter Notebook - Size: 1.63 MB - Last synced at: almost 2 years ago - Pushed at: almost 4 years ago - Stars: 1 - Forks: 0

strange-hawk/data_structure_algorithms
Language: C++ - Size: 167 KB - Last synced at: about 2 years ago - Pushed at: about 4 years ago - Stars: 1 - Forks: 0

sujoyyyy/Dynamic-Programming
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.
Language: C++ - Size: 534 KB - Last synced at: about 2 years ago - Pushed at: over 4 years ago - Stars: 1 - Forks: 2

S-C-U-B-E/Dynamic-Programming
Mixed Dynamic-Programming Solutions -Java
Language: Java - Size: 13.7 KB - Last synced at: about 2 years ago - Pushed at: about 5 years ago - Stars: 1 - Forks: 0

rludovicus/TubesDAA
This is final task of design and analysis of algorithm. It's about implementation of brute force, greedy, and dynamic programming on knapsack problem.
Language: Python - Size: 1.95 KB - Last synced at: about 2 years ago - Pushed at: almost 6 years ago - Stars: 1 - Forks: 0

harsha-0210/DSA-Codes
This repository contributes of the all codes of dsa using cpp
Size: 13.7 KB - Last synced at: about 1 month ago - Pushed at: 3 months ago - Stars: 0 - Forks: 0

niladrridas/Amoeba-Division-Arrangements
A Python project to calculate the number of ways to arrange items into groups using memoization, with memory profiling for optimization.
Language: Jupyter Notebook - Size: 4.88 KB - Last synced at: 8 months ago - Pushed at: 8 months ago - Stars: 0 - Forks: 0

ManuelAAM/ShopEase
Java-based shopping cart system with a graphical interface using JOptionPanes and JFrames. Features include product management, client-specific carts, and shopping histories. Highlights advanced Object-Oriented Design, Abstract Classes, and Lambda Expressions for optimized performance.
Language: Java - Size: 10 MB - Last synced at: 2 months ago - Pushed at: 8 months ago - Stars: 0 - Forks: 0

yssvi72/DSA
Top interview questions on DSA , a guide for cracking on-campus and off-campus placement
Language: C++ - Size: 269 KB - Last synced at: 10 months ago - Pushed at: 10 months ago - Stars: 0 - Forks: 0

fionalutaj/Year4_ReinforcementLearning
This repo contains the code used in the two Reinforcement Learning assignments offered by the Department of Computing at Imperial College. Each folder contains the individual spec file along with the code solution.
Language: Jupyter Notebook - Size: 1.1 MB - Last synced at: about 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

ChasingTheDream369/Space-Recog-PDF-Secure
📝📏📄Space-Recog-PDF-Secure ✨🐍 is a Python script designed to format text 📝 into paragraphs with precise width-based 📏 justification. This tool takes input text 📄 and aligns it within specified column widths, optimizing the distribution of white spaces ⚖️ between words to achieve balanced right-margin 🧮 justification.
Language: Python - Size: 15.6 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

Voldemond/DSA
Data Structures and Algorithms (DSA) repository covering essential concepts and implementations. Includes linked lists, stacks, queues, sorting algorithms, and searching algorithms.
Language: Java - Size: 105 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

gulshantelkar/InterviewBit
My solutions of questions on https://www.interviewbit.com
Language: C++ - Size: 47.9 KB - Last synced at: almost 2 years ago - Pushed at: almost 2 years ago - Stars: 0 - Forks: 0

karlosye/notes---dynamic-programming
A repository for studying dynamic programming
Language: Java - Size: 137 KB - Last synced at: about 2 years ago - Pushed at: about 2 years ago - Stars: 0 - Forks: 0

ParthJohri/DynamicProgramming
This repository contains my code solutions for the dynamic programming problems in C++.
Size: 1.95 KB - Last synced at: 2 months ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

rishavsingh98/Data-Structure-Algorithms
Problems for Data Structures and Algorithms coded in C++
Language: C++ - Size: 213 KB - Last synced at: about 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 1

HyderNabi/AlgorithmsAndComputation
Some of the Computational problems are solved with the well known Algorithmic design strategies.
Language: Java - Size: 43 KB - Last synced at: almost 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

rohanlahori/Complete-Dp
Language: C++ - Size: 36.1 KB - Last synced at: about 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

chensongpoixs/cleet_code
LeetCode 的刷题
Language: C - Size: 1.94 MB - Last synced at: 12 months ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 2

saikumarsuvanam/CodingProblems
CareerCup,Leetcode
Language: Java - Size: 1.69 MB - Last synced at: 12 months ago - Pushed at: about 7 years ago - Stars: 0 - Forks: 0
