Content deleted Content added
mNo edit summary |
m Moving Category:Algorithms in graph theory to Category:Graph algorithms per Wikipedia:Categories for discussion/Log/2024 October 4 |
||
(6 intermediate revisions by 5 users not shown) | |||
Line 1:
In graph theory, '''LASCNN''' is a '''L'''ocalized '''A'''lgorithm for '''S'''egregation of '''C'''ritical/'''N'''on-critical '''N'''odes
This algorithm can distinguish the critical nodes of the network with high precision, indeed, accuracy can reach 100% when identifying non-critical nodes.<ref>Zhang, Y.; Zhang, Z.; Zhang, B. A Novel Hybrid Optimization Scheme on Connectivity Restoration Processes for Large Scale Industrial Wireless Sensor and Actuator Networks. Processes 2019, 7, 939. </ref> The performance of LASCNN is scalable and quite competitive compared to other schemes.<ref>Kasali, F. A., Y. A. Adekunle, A. A. Izang, O. Ebiesuwa, and O. Otusile. "Evaluation of Formal Method Usage amongst Babcock University Students in Nigeria." Evaluation 5, no. 1 (2016).</ref>
==Pseudocode==
The LASCNN algorithm establishes a {{Var|k}}-hop neighbor list and a duplicate free pair wise connection list based on {{Var|k}}-hop information. If the neighbors
<pre>
Line 41:
==Implementation==
[[File:Critical_Nodes_Application.png|thumb|300px|Critical Nodes Application - An implementation for the LASCNN algorithm using PWCT]]
The Critical Nodes application is a Free Open-Source implementation for the LASCNN algorithm. The application
==See also==
* [[
* [[
* [[
* [[
* [[
* [[
* [[
==References==
Line 58:
==External links==
* [https://sourceforge.net/projects/criticalnodes/ Critical Nodes application]
[[Category:Networks]]
|