1.63K subscribers
628 photos
7 videos
1 file
1.01K links
Don't miss a day to solve the problem
My leetcode graph - https://leetcode.com/SamoylenkoDmitry/
Download Telegram
https://leetcode.com/problems/n-th-tribonacci-number/description/

`n`th Tribonacci number f(n + 3) = f(n) + f(n + 1) + f(n + 2) #easy
👍2
👍2
https://leetcode.com/problems/minimum-cost-to-hire-k-workers/description/

Min cost of k workers each doing quality[i] work for fair rate #hard #heap #sorting
👍2