Akash Jaiswal

Results 3 comments of Akash Jaiswal

Given a value N, if we want to make change for N cents, and we have a supply of each of C = { C1, C2, .. , Cm} valued...

Given the head of a singly linked list, return true if it is a palindrome. Please assign me this.

( DP Problem) Given two strings str1 and str2. The task is to remove or insert the minimum number of characters from/in str1 so as to transform it into str2....