Research Article

A Novel Algorithm for Detecting Protein Complexes with the Breadth First Search

Algorithm 2

Breadth First Search: .
(1)
(2) create a queue
(3)
(4) while   is not empty:
(5) begin
(6)
(7)
(8) if   :
(9)   
(10) else
(11)    
(12) end
(13) return results