1528. Shuffle String - LeetCode Solution


Sort

Python Code:

class Solution:
    def restoreString(self, s: str, indices: List[int]) -> str:
        
        k = [0] * len(indices)
        
        for i in range(len(indices)):
            k[indices[i]] = s[i]
            
        return "".join(k)


Comments

Submit
0 Comments
More Questions

13 Reasons Why
Friend's Relationship
Health of a person
Divisibility
A. Movement
Numbers in a matrix
Sequences
Split houses
Divisible
Three primes
Coprimes
Cost of balloons
One String No Trouble
Help Jarvis!
Lift queries
Goki and his breakup
Ali and Helping innocent people
Book of Potion making
Duration
Birthday Party
e-maze-in
Bricks Game
Char Sum
Two Strings
Anagrams
Prime Number
Lexical Sorting Reloaded
1514A - Perfectly Imperfect Array
580A- Kefa and First Steps
1472B- Fair Division