cookie

ما از کوکی‌ها برای بهبود تجربه مرور شما استفاده می‌کنیم. با کلیک کردن بر روی «پذیرش همه»، شما با استفاده از کوکی‌ها موافقت می‌کنید.

avatar

matyokubov | personal blog

پست‌های تبلیغاتی
915
مشترکین
اطلاعاتی وجود ندارد24 ساعت
-2327 روز
-29430 روز

در حال بارگیری داده...

معدل نمو المشتركين

در حال بارگیری داده...

نمایش همه...
Same Tree - LeetCode

Can you solve this real interview question? Same Tree - Given the roots of two binary trees p and q, write a function to check if they are the same or not. Two binary trees are considered the same if they are structurally identical, and the nodes have the same value.   Example 1: [

https://assets.leetcode.com/uploads/2020/12/20/ex1.jpg]

Input: p = [1,2,3], q = [1,2,3] Output: true Example 2: [

https://assets.leetcode.com/uploads/2020/12/20/ex2.jpg]

Input: p = [1,2], q = [1,null,2] Output: false Example 3: [

https://assets.leetcode.com/uploads/2020/12/20/ex3.jpg]

Input: p = [1,2,1], q = [1,1,2] Output: false   Constraints: * The number of nodes in both trees is in the range [0, 100]. * -104 <= Node.val <= 104

Photo unavailableShow in Telegram
Leetcode accounti 100 dan 100 mi desam... G'alati
نمایش همه...
There are some strangers that have been here from Python channel since before Join the temporary channel who want to stay with me: https://t.me/+7EyJ8bD_UwNmYjhi I've started to count. I'll remove all of the members after 3 days. When I post "You can join" message, you may all join.
نمایش همه...

Xullas, bunday qilamiz Avvvalgi Python kanaldan qolgan "qalang'i-qasang'i"lar ko'payib ketgan. Kim men bilan qolmoqchi bo'lsa shu vaqtinchalik kanalga o'tsin: https://t.me/+7EyJ8bD_UwNmYjhi Bugundan hisoblashni boshlayman, 3 kundan so'ng hamma memberlarni yo'q qilaman, keyin vaqtinchalik kanalda "qo'shilinglar" desam qo'shilasizlar.
نمایش همه...
Photo unavailableShow in Telegram
👍 1
نمایش همه...
Tactics For Listening 3rd-Basic Student Book

react if you understand the code
نمایش همه...
👍 1
نمایش همه...
Climbing Stairs - LeetCode

Can you solve this real interview question? Climbing Stairs - You are climbing a staircase. It takes n steps to reach the top. Each time you can either climb 1 or 2 steps. In how many distinct ways can you climb to the top?   Example 1: Input: n = 2 Output: 2 Explanation: There are two ways to climb to the top. 1. 1 step + 1 step 2. 2 steps Example 2: Input: n = 3 Output: 3 Explanation: There are three ways to climb to the top. 1. 1 step + 1 step + 1 step 2. 1 step + 2 steps 3. 2 steps + 1 step   Constraints: * 1 <= n <= 45

There's singer that becomes the most popular in every march. It is absolutely Ziyoda Right?
نمایش همه...
🔥 1😁 1