Clique algorithm

The paper aims to find the maximum clique in a graph. The ideas presented here are important because it is difficult to find the maximum clique in larger graphs manually therefore implementing a software is highly recommended. The software created by Dhardwarker and Tan and Tan were both developed i...

Full description

Saved in:
Bibliographic Details
Main Authors: Tan, Marjovin N., Tan, Marc Andrew N.
Format: text
Language:English
Published: Animo Repository 2008
Subjects:
Online Access:https://animorepository.dlsu.edu.ph/etd_bachelors/5055
Tags: Add Tag
No Tags, Be the first to tag this record!
Institution: De La Salle University
Language: English
Description
Summary:The paper aims to find the maximum clique in a graph. The ideas presented here are important because it is difficult to find the maximum clique in larger graphs manually therefore implementing a software is highly recommended. The software created by Dhardwarker and Tan and Tan were both developed in C++ technology. Tan and Tan algorithm is better than Dhardwarker's algorithm because Tan and Tan algorithm is efficient, simple, fast to finish, accurate and easy to use. After extensive research, we found a certain graph for which Dhardwardker's algorithm does not get the maximum clique. On the other hand, our algorithm gives the correct maximum clique.