Skip to content

Commit 4ece23c

Browse files
authored
Update README.md
1 parent dd7594e commit 4ece23c

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

README.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# Leetcode / Data-Structures-and-Algorithms
22
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+
- []
317
## Graphs, DFS & BFS
418
- [Leetcode 547. Friend Circles](GraphsDFS&BFS/Friend_Circles.java)
519
- [Leetcode 200. Number of Islands](GraphsDFS&BFS/Number_of_Islands.java)

0 commit comments

Comments
 (0)