*.csv (zip); R-Data

Two Approaches to Constructing Certified Dominating Sets in Social Networks: R Script Description

This script implements and analyzes various algorithms for graph processing, focusing on domination problems, including double domination and certified dominating sets.

Script Overview

The script generates tree graphs, calculates certified dominating sets using ApproxCert and other algorithms, and evaluates their performance in terms of execution time and results. Results are saved in a CSV file for further analysis.

Categories:
19 Views

The biographies_EN dataset contains 1000 biographies of literature writers retrieved from the english version of Wikipedia.

Categories:
99 Views