Skip to content
#

permutation

Here are 34 public repositories matching this topic...

jnumbertools

JNumberTools is an open-source Java library for solving complex problems in combinatorics and number theory. Whether you're a researcher, developer, or student, this library offers a comprehensive set of APIs to efficiently handle a wide range of mathematical tasks, from basic to advanced combinatorial computations

  • Updated Oct 13, 2024
  • Java

Enumeration of all Permutations (Recursion, Single Swap, and in Lexicographic Order), and Combinations. Enumeration of all Topological Orderings on a Directed Graph. Enumeration of all Paths in a connected Graph. Evaluates Critical Path using PERT Algorithm.

  • Updated Jan 31, 2019
  • Java

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

Improve this page

Add a description, image, and links to the permutation 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 permutation topic, visit your repo's landing page and select "manage topics."

Learn more