Coset Enumeration: Difference between revisions

From Algorithm Wiki
Jump to navigation Jump to search
(Created page with "== Problem Description== == Bounds Chart == 350px == Step Chart == 350px == Improvement Table == {| class="wikitable" style="text-align:center;" width="100%" !width="20%" | Complexity Classes !! width="40%" | Algorithm Paper Links !! width="40%" | Lower Bounds Paper Links |- | rowspan="1" | Exp/Factorial | | |- | rowspan="1" | Polynomial > 3 | | |- | rowspan="1" | Cubic | | |- | rows...")
 
No edit summary
Line 1: Line 1:
== Problem Description==
{{DISPLAYTITLE:Coset Enumeration (Coset Enumeration)}}
== Description ==  


Given a finite abstract group, enumerate the group's cosets.


== Bounds Chart ==
== Parameters ==  
[[File:Coset_EnumerationBoundsChart.png|350px]]


== Step Chart ==
No parameters found.
[[File:Coset_EnumerationStepChart.png|350px]]


== Improvement Table ==
== Table of Algorithms ==  
{| class="wikitable" style="text-align:center;" width="100%"
 
!width="20%" | Complexity Classes !! width="40%" | Algorithm Paper Links !! width="40%" | Lower Bounds Paper Links
Currently no algorithms in our database for the given problem.
|-
 
| rowspan="1" | Exp/Factorial
== Time Complexity graph ==  
|
 
|
[[File:Coset Enumeration - Time.png|1000px]]
|-
 
| rowspan="1" | Polynomial > 3
== Space Complexity graph ==
|
 
|
[[File:Coset Enumeration - Space.png|1000px]]
|-
 
| rowspan="1" | Cubic
== Pareto Decades graph ==  
|
 
|
[[File:Coset Enumeration - Pareto Frontier.png|1000px]]
|-
| rowspan="1" | Quadratic
|
|
|-
| rowspan="1" | nlogn
|
|
|-
| rowspan="1" | Linear
|
|
|-
| rowspan="1" | logn
|
|
|-|}

Revision as of 11:21, 15 February 2023

Description

Given a finite abstract group, enumerate the group's cosets.

Parameters

No parameters found.

Table of Algorithms

Currently no algorithms in our database for the given problem.

Time Complexity graph

Coset Enumeration - Time.png

Space Complexity graph

Coset Enumeration - Space.png

Pareto Decades graph

Coset Enumeration - Pareto Frontier.png