cookie

Utilizamos cookies para mejorar tu experiencia de navegación. Al hacer clic en "Aceptar todo", aceptas el uso de cookies.

avatar

matyokubov | personal blog

Publicaciones publicitarias
915
Suscriptores
Sin datos24 horas
-2327 días
-29430 días

Carga de datos en curso...

Tasa de crecimiento de suscriptores

Carga de datos en curso...

Mostrar todo...
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
Mostrar todo...
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.
Mostrar todo...

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.
Mostrar todo...
Photo unavailableShow in Telegram
250_1_English_Vocabulary_in_Use_Elementary_McCarthy,_O'Dell_2017.pdf19.77 MB
👍 1
Mostrar todo...
Tactics For Listening 3rd-Basic Student Book

react if you understand the code
Mostrar todo...
70. Climbing Stairs.py0.00 KB
👍 1
Mostrar todo...
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?
Mostrar todo...
🔥 1😁 1