1.58K subscribers
598 photos
1 file
970 links
Don't miss a day to solve the problem
My leetcode graph - https://leetcode.com/SamoylenkoDmitry/
Download Telegram
https://leetcode.com/problems/binary-tree-inorder-traversal/description/

Binary Tree Inorder Traversal - Given the root of a binary tree, return the inorder traversal of its nodes' values.
👍1
https://leetcode.com/problems/destination-city/description/

Destination city in a paths[i] = [cityAi, cityBi] path
👍1
https://leetcode.com/problems/design-a-food-rating-system/description/

Given foods, cuisines and ratings implement efficient methods changeRating(food, newRating) and highestRated(cuisine)
👍1
👍1
👍1
https://leetcode.com/problems/path-crossing/description/

Is path string of 'N', 'E', 'W', 'S' crosses
👍1
https://leetcode.com/problems/minimum-changes-to-make-alternating-binary-string/description/

Minimum operations to make 01-string with no two adjacent equal
👍1
https://leetcode.com/problems/decode-ways/description/

Ways to decode back 'A' -> '1', 'B' -> '2' … 'Z' -> '26'
👍1
https://leetcode.com/problems/number-of-dice-rolls-with-target-sum/description/

Ways to throw once n dices with k faces to make target sum.
👍1
https://leetcode.com/problems/string-compression-ii/description/

Min length of run-length encoded aabccc -> a2bc3 after deleting at most k characters
👍1