Code Challenges

Get better at coding with practice problems.

Coding Challenges

Select a problem, write code, run test cases, and submit your solution.

Showing 19 of 34 problems

Implement the maximumProductCutting method that finds the maximum product obtainable by cutting an integer into parts. Solved

Implement the rodCuttingMaximumProfit method that finds the maximum profit obtainable by cutting a rod into pieces. Solved

Implement the minimumInsertionsToPalindrome method that finds the minimum insertions required to make the text a palindrome. Solved

Implement the longestPalindromicSubsequenceLength method that returns the length of the longest palindromic subsequence. Solved