Skip to content
#

lexicographic-sort

Here are 2 public repositories matching this topic...

Language: Python
Filter by language

First program accepts as an input a permutation and prints the permutation rank in the lexicpgraphic order of all same length permutations. Second program accepts two integers n and k as inputs and prints the permutation of [n] which is at position k in the lexicographic order of all its permutations of [n].

  • Updated Oct 14, 2019
  • Python

Improve this page

Add a description, image, and links to the lexicographic-sort topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the lexicographic-sort topic, visit your repo's landing page and select "manage topics."

Learn more