🏠
Working from home
Lists (1)
Sort Name ascending (A-Z)
Stars
📚 Freely available programming books
A complete computer science study plan to become a software engineer.
Given an integer array nums, return the length of the longest strictly increasing subsequence.
1
Updated Apr 30, 2025
The length of the longest strictly increasing subsequence.
1
Updated May 4, 2025
Coin change count ways to make sum ,count all combination with infinite supply of coin.
1
Updated May 14, 2025
Given an array of coins[] of size n and a target value sum, where coins[i] represent the coins of different denominations. You have an infinite supply of each of the coins. The task is to find the …
1
Updated May 18, 2025