Project L
Ctrlk
  • Preface
  • Part 1
    • Introduction
    • Before We Begin
    • Basic Data Structures
  • Part 2
    • Divide and Conquer
    • Graph Search
      • Search in a Grid
      • Exhaustive Search
        • Subsets
        • Partition to K Equal Sum Subsets
        • Combinations
        • Combination Sum
        • Factor Combinations
        • Letter Combinations of a Phone Number
        • Nested List Weight Sum
        • Generate Parentheses
        • Permutations
        • Next Permutation
          • Iterator for Combination
        • N-Queen
        • 8 Puzzle
      • Graph Theory
    • Greedy Algorithm
    • Dynamic Programming
  • Part 3
    • Advanced Topics
  • Part 4
    • Advanced Data Structures
  • Part 5
    • System Design
    • References
Powered by GitBook
On this page
  • Question (LC.31)
  • Reference
  1. Part 2
  2. Graph Search
  3. Exhaustive Search

Next Permutation

Question (LC.31)

Reference

  • Project Nayuki - Next lexicographical permutation algorithm

PreviousPermutationsNextIterator for Combination

Last updated 5 years ago