Back to Browse

Permutations Coding Problem in Hindi | Leetcode | Interviewbit | Python Solution in Hindi

181 views
Jul 18, 2020
21:13

Guys, there is one problem in this code. in line fixed = fixed + [remaining[i]], it should be new_fixed = fixed + [remaining[i]] Earlier one is wrong as it is modifying the fixed array of previous stack.

Download

1 formats

Video Formats

360pmp429.1 MB

Right-click 'Download' and select 'Save Link As' if the file opens in a new tab.

Permutations Coding Problem in Hindi | Leetcode | Interviewbit | Python Solution in Hindi | NatokHD