Build Array from Permutation - Leetcode - Python

  Рет қаралды 3,038

Mohammad Butt

Mohammad Butt

Күн бұрын

Пікірлер: 10
@maryllianvieira0667
@maryllianvieira0667 6 ай бұрын
The best explanation ever! Thank you
@sapatil8999
@sapatil8999 Жыл бұрын
result = [] for i, v in enumerate(nums): result.append(nums[v]) return result
@JJ-nv5hs
@JJ-nv5hs 6 ай бұрын
I was so close to this solution, i literally only forgot the [v] part. thank you for helping me with this.
@anonymoustv8604
@anonymoustv8604 2 жыл бұрын
Thanks for the explanation!
@jagggyjazz8010
@jagggyjazz8010 Жыл бұрын
Bruh where is O(1) solution
@amroulouay6819
@amroulouay6819 Жыл бұрын
class Solution: def build_array(nums): n = len(nums) for i, num in enumerate(nums): original_val = num % n new_val = nums[num] % n nums[i] = new_val * n + original_val for i in range(n): nums[i] //= n return nums
@abhisheksurela2881
@abhisheksurela2881 2 жыл бұрын
I don't understand the question, or I would say the question is not clear
@MKYEuphoria
@MKYEuphoria 2 жыл бұрын
I agree. I felt like crying doing this challenge
@147-dhanush8
@147-dhanush8 Жыл бұрын
explain what is [ ans.append(value) ] means
@MrSaurus
@MrSaurus Жыл бұрын
That just adds each value to the ans array
Running Sum of 1d Array - LeetCode - Python
3:01
Mohammad Butt
Рет қаралды 184
Build Array from Permutation | Leetcode solutions - 1920
19:12
Algorithms Made Easy
Рет қаралды 11 М.
Миллионер | 3 - серия
36:09
Million Show
Рет қаралды 2 МЛН
The IMPOSSIBLE Puzzle..
00:55
Stokes Twins
Рет қаралды 166 МЛН
What type of pedestrian are you?😄 #tiktok #elsarca
00:28
Elsa Arca
Рет қаралды 32 МЛН
Number of Good Pairs - Leetcode 1512 - Python
11:29
NeetCodeIO
Рет қаралды 16 М.
Python. К вершинам мастерства. Изучаем продвинутый Python
8:42:45
Beginners Should Think Differently When Writing Golang
11:35
Anthony GG
Рет қаралды 123 М.
Shuffle the Array (Constant Space) - Leetcode 1470 - Python
10:15
I solved 541 Leetcode problems. But you need only 150.
7:42
Sahil & Sarra
Рет қаралды 2,4 МЛН
C++ vs Rust: which is faster?
21:15
fasterthanlime
Рет қаралды 403 М.
Leetcode # 189. Rotate Array (Python)
18:43
Sumanshu Nankana
Рет қаралды 567
Миллионер | 3 - серия
36:09
Million Show
Рет қаралды 2 МЛН