File tree Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Original file line number Diff line number Diff line change 1
1
# Leetcode / Data-Structures-and-Algorithms
2
2
This repository contains solutions to coding problems based on Data Structures and Algorithms.
3
+ ## Dynamic Programming
4
+ - [ MIT 6.006 Dynamic Programming] ( DynamicProgramming/MIT-6.006-IntroToAlgosNotes/ )
5
+ - [ Number of Ways to Change Coin(Unlimited Supply of Coins)] ( DynamicProgramming/CoinChangeWays/CoinChangeNumberOfWays.java )
6
+ - [ Dice Throw] ( DynamicProgramming/DiceThrow/DiceThrow.java )
7
+ - [ Print Longest Common Subsequence] ( DynamicProgramming/LongestCommonSubsequence/Find_Longest_Common_Subsequence.java )
8
+ - [ Length of Longest Common Subsequence] ( DynamicProgramming/LongestCommonSubsequence/Length_Of_Longest_Common_Subsequence.java )
9
+ - [ Length of Longest Common Substring] ( DynamicProgramming/LongestCommonSubstring/Length_Of_Longest_Common_Substring.java )
10
+ - [ Print Longest Common Substring] ( DynamicProgramming/LongestCommonSubstring/Find_Longest_Common_Substring.java )
11
+ - [ Longest Increasing Path in a Matrix] ( DynamicProgramming/LongestIncreasingPathInMatrix/LongestIncreasingPathInMatrix.java )
12
+ - [ Length of Longest Increasing Subsequence] ( DynamicProgramming/LongestIncreasingSubsequence/Length_Of_Longest_Increasing_Subsequence.java )
13
+ - [ Print Longest Increasing Subsequence] ( DynamicProgramming/LongestIncreasingSubsequence/Find_Longest_Increasing_Subsequence.java )
14
+ - [ Length Of Longest Palindromic Subsequence] ( DynamicProgramming/LongestPalindromicSubsequence/LengthOfLongestPalindromicSubseq.java )
15
+ - [ Longest Path in a Matrix With Given Constraints] ( DynamicProgramming/LongestPathInMatrixconstraints/LongestPathInMatrixWithConstraints.java )
16
+ - [ ]
3
17
## Graphs, DFS & BFS
4
18
- [ Leetcode 547. Friend Circles] ( GraphsDFS&BFS/Friend_Circles.java )
5
19
- [ Leetcode 200. Number of Islands] ( GraphsDFS&BFS/Number_of_Islands.java )
You can’t perform that action at this time.
0 commit comments