My Practice
Ctrlk
  • Introduction
  • Chapter 1 Combination and Permutation
    • Summary 1: Template
    • Subsets
    • Permutation
      • Problem 46: Permutations
      • Problem 47: Unique Permutations
      • Problem 31: Next Permutation
      • Problem: Previous Permutation
      • Problem 60: Permutation Sequence
    • Combination
    • Binary Tree Path Sum
    • Problem 22: Generate Parentheses
    • Problem 51: N-Queens
    • Problem 17: Letter Combinations of a Phone Number
    • Problem 93: Restore IP Addresses
    • Problem 131: Palindrome Partitioning
    • Problem 49: Group Anagrams
    • Problem 401: Binary Watch
    • Problem 320: Generalized Abbreviation
  • Chapter 2 Binary Search & Sorted Array
  • Chapter 3 Binary Tree
  • Chapter 4 DFS & BFS
  • Chapter 5 Linked List
  • Chapter 6 Dynamic Programming
  • Chapter 7 Graph & Search
  • Chapter 8 Data Structure
  • Chapter 9 High Frequency
  • Post Chapter 1 String
  • Post Chapter 2 Math
  • Post Chapter 3 Array
  • Facebook
  • Amazon
  • All Chapters Summary
  • Core Java Interview Questions
  • Basics of Sorting
  • Behavior Questions
Powered by GitBook
On this page

Was this helpful?

  1. Chapter 1 Combination and Permutation

Permutation

Problem 46: PermutationsProblem 47: Unique PermutationsProblem 31: Next PermutationProblem: Previous PermutationProblem 60: Permutation Sequence
PreviousProblem 90: Unique SubsetsNextProblem 46: Permutations

Last updated 6 years ago

Was this helpful?