Aegypti is a Python package that solves the Triangle-Free Problem in graph theory—determining whether an undirected graph contains any 3-cycles (triangles). It implements an efficient algorithm with O(n + m + t) for counting/all-triangle detection.

The Aegypti Algorithm
Frank Vega ・ Mar 17

#programming
#algorithms
#computerscience
#python


This content originally appeared on DEV Community and was authored by Frank Vega


This content originally appeared on DEV Community and was authored by Frank Vega


Print Share Comment Cite Upload Translate Updates
APA

Frank Vega | Sciencx (2025-06-24T17:16:41+00:00) Aegypti is a Python package that solves the Triangle-Free Problem in graph theory—determining whether an undirected graph contains any 3-cycles (triangles). It implements an efficient algorithm with O(n + m + t) for counting/all-triangle detection.. Retrieved from https://www.scien.cx/2025/06/24/aegypti-is-a-python-package-that-solves-the-triangle-free-problem-in-graph-theory-determining-whether-an-undirected-graph-contains-any-3-cycles-triangles-it-implements-an-efficient-algorith/

MLA
" » Aegypti is a Python package that solves the Triangle-Free Problem in graph theory—determining whether an undirected graph contains any 3-cycles (triangles). It implements an efficient algorithm with O(n + m + t) for counting/all-triangle detection.." Frank Vega | Sciencx - Tuesday June 24, 2025, https://www.scien.cx/2025/06/24/aegypti-is-a-python-package-that-solves-the-triangle-free-problem-in-graph-theory-determining-whether-an-undirected-graph-contains-any-3-cycles-triangles-it-implements-an-efficient-algorith/
HARVARD
Frank Vega | Sciencx Tuesday June 24, 2025 » Aegypti is a Python package that solves the Triangle-Free Problem in graph theory—determining whether an undirected graph contains any 3-cycles (triangles). It implements an efficient algorithm with O(n + m + t) for counting/all-triangle detection.., viewed ,<https://www.scien.cx/2025/06/24/aegypti-is-a-python-package-that-solves-the-triangle-free-problem-in-graph-theory-determining-whether-an-undirected-graph-contains-any-3-cycles-triangles-it-implements-an-efficient-algorith/>
VANCOUVER
Frank Vega | Sciencx - » Aegypti is a Python package that solves the Triangle-Free Problem in graph theory—determining whether an undirected graph contains any 3-cycles (triangles). It implements an efficient algorithm with O(n + m + t) for counting/all-triangle detection.. [Internet]. [Accessed ]. Available from: https://www.scien.cx/2025/06/24/aegypti-is-a-python-package-that-solves-the-triangle-free-problem-in-graph-theory-determining-whether-an-undirected-graph-contains-any-3-cycles-triangles-it-implements-an-efficient-algorith/
CHICAGO
" » Aegypti is a Python package that solves the Triangle-Free Problem in graph theory—determining whether an undirected graph contains any 3-cycles (triangles). It implements an efficient algorithm with O(n + m + t) for counting/all-triangle detection.." Frank Vega | Sciencx - Accessed . https://www.scien.cx/2025/06/24/aegypti-is-a-python-package-that-solves-the-triangle-free-problem-in-graph-theory-determining-whether-an-undirected-graph-contains-any-3-cycles-triangles-it-implements-an-efficient-algorith/
IEEE
" » Aegypti is a Python package that solves the Triangle-Free Problem in graph theory—determining whether an undirected graph contains any 3-cycles (triangles). It implements an efficient algorithm with O(n + m + t) for counting/all-triangle detection.." Frank Vega | Sciencx [Online]. Available: https://www.scien.cx/2025/06/24/aegypti-is-a-python-package-that-solves-the-triangle-free-problem-in-graph-theory-determining-whether-an-undirected-graph-contains-any-3-cycles-triangles-it-implements-an-efficient-algorith/. [Accessed: ]
rf:citation
» Aegypti is a Python package that solves the Triangle-Free Problem in graph theory—determining whether an undirected graph contains any 3-cycles (triangles). It implements an efficient algorithm with O(n + m + t) for counting/all-triangle detection. | Frank Vega | Sciencx | https://www.scien.cx/2025/06/24/aegypti-is-a-python-package-that-solves-the-triangle-free-problem-in-graph-theory-determining-whether-an-undirected-graph-contains-any-3-cycles-triangles-it-implements-an-efficient-algorith/ |

Please log in to upload a file.




There are no updates yet.
Click the Upload button above to add an update.

You must be logged in to translate posts. Please log in or register.