Question: Hello I am trying to solve graph theory related problem. It is related with k - truss algorithm. I use python networkx library and measure
Hello I am trying to solve graph theory related problem. It is related with ktruss algorithm. I use python networkx library and measure ktruss subgraphs. Based on ktruss subgraphs I assign edges trussness as their weight.
Then I am pruning some edges from graph and after pruning every edges I am trying to update the edges tussness. But I cannot accurately update the edges trussness after deleting an edge, specially for dense graphs.
Now I am following a paper Querying KTruss Community in Large and Dynamic Graphs" and understand the section Update Edge Trussness, from Algorithm The algorithm update trussness for insert and edges by I want to update for delete an edge. I need some help to update edges trussness after deletion and write this code in python. Please help me
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
