TheAlgorithms / C-Plus-Plus

Collection of various algorithms in mathematics, machine learning, computer science and physics implemented in C++ for educational purposes.
https://thealgorithms.github.io/C-Plus-Plus
MIT License
29.71k stars 7.05k forks source link

implementation of maximun clique algorithm #2700

Closed Jxtopher closed 1 month ago

Jxtopher commented 2 months ago

Description of Change

This implementation for maximum clique algorithm is based on the paper "A fast algorithm for the maximum clique"

Checklist

Notes:

github-actions[bot] commented 1 month ago

This pull request has been automatically marked as abandoned because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.