Tiger's leetcode solution
Monday, April 21, 2025
509. Fibonacci Number ---E
›
The Fibonacci numbers , commonly denoted F(n) form a sequence, called the Fibonacci sequence , such that each number is the sum of the t...
Sunday, April 20, 2025
491. Non-decreasing Subsequences ---M !!!!
›
Given an integer array nums , return all the different possible non-decreasing subsequences of the given array with at least two eleme...
Thursday, April 17, 2025
1079. Letter Tile Possibilities ------M
›
You have n tiles , where each tile has one letter tiles[i] printed on it. Return the number of possible non-empty sequences of l...
401. Binary Watch -----M !
›
A binary watch has 4 LEDs on the top to represent the hours (0-11), and 6 LEDs on the bottom to represent the minutes (0-59). Each LED repre...
›
Home
View web version