Skip to content
#

lexicographic-sort

Here are 7 public repositories matching this topic...

Language: All
Filter by language

Implementation of an Algorithm to find Diameter of a Tree (represented as a Graph) using BFS, to find Odd-Length Cycle in a Tree. Implementation of Enumeration of all Paths in a connected Graph, and Enumeration of all permutation with alternate parities.

  • Updated Jan 6, 2019
  • Java

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