GitHub topics: longest-increasing-subsequence
wrosz/box-stacking-problem
Team project - finding the longest sequence from a given set of boxes'dimensions, so that each box can be put into the next one.
Language: Python - Size: 282 KB - Last synced at: 26 days ago - Pushed at: 26 days ago - Stars: 0 - Forks: 0

eMahtab/longest-increasing-subsequence
Longest Increasing Subsequence
Language: Java - Size: 18.6 KB - Last synced at: 24 days ago - Pushed at: 6 months ago - Stars: 1 - Forks: 0

SonalDhanetwal19/DataStructures_Algorithms
DataStructures and algorithms
Language: Rich Text Format - Size: 34.6 MB - Last synced at: 8 months ago - Pushed at: about 2 years ago - Stars: 0 - Forks: 0

derekharrison/dynamic-programming-plan
Solutions to the problems in "Dynamic Programming I", part of the Dynamic Programming Study Plan on LeetCode.
Language: C++ - Size: 282 KB - Last synced at: over 1 year ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

VietAnh13/Longest_Increasing_Subsequence
A C++ implementation solving the problem of finding the longest increasing subsequence.
Language: C++ - Size: 218 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

projeto-de-algoritmos/PD_MSC_Renderer
Encontre a maior subsequência crescente a partir de um conjunto de números. Programação Dinâmica - UnB, 2020
Language: Vue - Size: 5.75 MB - Last synced at: over 1 year ago - Pushed at: over 2 years ago - Stars: 1 - Forks: 0

gautamop01/CS222-Algorithm-Design
Learned as a part of Algorithm Design Course
Language: C++ - Size: 2.63 MB - Last synced at: almost 2 years ago - Pushed at: almost 2 years ago - Stars: 0 - Forks: 0

shiningflash/Dynamic-Programming
Here are some dynamic programming problem solutions.
Language: C++ - Size: 29.3 KB - Last synced at: 11 days ago - Pushed at: about 4 years ago - Stars: 2 - Forks: 1

storm-ptr/step 📦
Step is a C++17, header-only library of STL-like algorithms and data structures
Language: C++ - Size: 357 KB - Last synced at: almost 2 years ago - Pushed at: about 4 years ago - Stars: 3 - Forks: 1

axelf4/lis
🦊 Longest increasing subsequence algorithm in Rust
Language: Rust - Size: 16.6 KB - Last synced at: 17 days ago - Pushed at: over 5 years ago - Stars: 8 - Forks: 0

jagonmoy/Dynamic-Programming
This Repository is all about the Popular Dynamic Programming Concepts and their Variations Which can be helpful to Competitive Programming as well as Coding Interviews. I have added the Resources from where I have learnt these topics and their Codes. In future, I would like to add my own English and Bengali Explanation to Each topic.
Language: C++ - Size: 119 KB - Last synced at: about 2 years ago - Pushed at: almost 4 years ago - Stars: 3 - Forks: 0

mndxpnsn/ultimate-dp-I
All solutions to the problems in "Dynamic Programming I", the LeetCode dynamic programming study plan - I.
Language: C++ - Size: 320 KB - Last synced at: about 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

SameetAsadullah/Covid-Stats-Algorithms
A program to find out covid stats of different countries using efficient algorithms i.e, Knapsack, Longest Common Subsequence (LCS), Longest Decreasing Subsequence (LDS) etc
Language: C++ - Size: 15.8 MB - Last synced at: about 1 month ago - Pushed at: over 2 years ago - Stars: 1 - Forks: 0

disha2sinha/Data-Structures-and-Algorithms
CPP codes for some popular algorithms
Language: C++ - Size: 225 KB - Last synced at: about 2 years ago - Pushed at: almost 3 years ago - Stars: 5 - Forks: 3

mndxpnsn/long-incr-subseq
Longest strictly increasing subsequence using dynamic programming.
Language: C++ - Size: 1000 Bytes - Last synced at: about 2 years ago - Pushed at: about 3 years ago - Stars: 0 - Forks: 0

mehboobali98/Longest-Increasing-Subsequence-DP
Given an array or list of n integers, we need to find the longest increasing subsequence. The array could include positive and negative integers.
Language: C++ - Size: 55.7 KB - Last synced at: almost 2 years ago - Pushed at: almost 4 years ago - Stars: 0 - Forks: 0

yellowred/algorithms-training
Practical exercises in CS algorithms and data structures.
Language: Go - Size: 112 KB - Last synced at: about 2 years ago - Pushed at: almost 4 years ago - Stars: 0 - Forks: 0

Nowshadjunaed/Dynamic-Programming-Simulator
An OOP project which can simulate six different types of dynamic programming based problems
Language: Java - Size: 3.08 MB - Last synced at: almost 2 years ago - Pushed at: almost 5 years ago - Stars: 0 - Forks: 0

Nilaycb/algodatastruct
Data Structures and Operations, Algorithms..
Language: C - Size: 35.2 KB - Last synced at: almost 2 years ago - Pushed at: almost 5 years ago - Stars: 0 - Forks: 0

rahul1947/SP06-Applications-of-Hashing
3 Problems from SP04 to be solved using HashMap/ HashSet instead of TreeMap/ TreeSet.
Language: Java - Size: 8.79 KB - Last synced at: about 2 years ago - Pushed at: over 6 years ago - Stars: 2 - Forks: 0
