Praggya17
Praggya17
added a html file
updated contributers.md file with my information
finding longest increasing subsequence using dp
recursive function for finding non duplicate subsets
Added a function to find for 4 elements in an array with the sum equal to the given target, if they exist
added a function to find longest palindromic substring in a String
I have created a pull request with adding a function using dynamic programming, which is used to find longest increasing subsequence in an array