Permutations II

preview_player
Показать описание
Name: Permutations II
Category of Data Structure: Array
Category of Technique: Recursion and Tree
Difficulty: Medium

Complexity Analysis of the Answer:

1. Recursion and Tree

Time complexity O(n!)
Space complexity O(n!)

Рекомендации по теме