Data Structures and Algorithms

1508 Submissions

[1] viXra:1508.0186 [pdf] submitted on 2015-08-23 01:20:59

Implementation of STL Vector Class in Reproducing Results from "An Improved Algorithm for Generation of Attack Graph Based on Virtual Performance Node" Through Random ip Determination

Authors: Sparisoma Viridi, Tito Waluyo Purboyo
Comments: 18 pages, 2 figures, 5 tables, supported by RIK-ITB b-II 2015

Solving problem using C++ language requiring dynamic size variable can be easier performed using STL vector class. How to reproduces statuses from the article "An Improved Algorithm for Generation of Attack Graph Based on Virtual Performance Node" is traced back in this work by implementing the vector class. A random function in C++ rand() is also used in determining IP for attacker and also the target, imitating guessing from attacker.
Category: Data Structures and Algorithms