Skip to content
#

combinations

Here are 17 public repositories matching this topic...

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

Esse projeto tem como intuito exemplificar como gerar todas as combinações entre elementos de duas ou mais listas, com o diferencial de poder definir separadamente a quantidade de elementos a ser selecionado de cada lista. Essa solução foi desenvolvida em Java mas é possível transcrevê-la para outras linguagens usando as referências.

  • Updated Jul 1, 2022
  • Java

Improve this page

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

Learn more