Difference between revisions of "BFS, Java, WebGraph"
Jump to navigation
Jump to search
[unchecked revision] | [checked revision] |
m (ASA moved page Java, WebGraph to BFS, Java, WebGraph without leaving a redirect) |
|||
Line 1: | Line 1: | ||
Primary author of this description: [[:ru:Участник:Elijah|I.V.Afanasyev]]. | Primary author of this description: [[:ru:Участник:Elijah|I.V.Afanasyev]]. | ||
− | == Software implementation of the algorithm: Java, WebGraph == | + | == Software implementation of the algorithm: BFS, Java, WebGraph == |
The <code>[http://webgraph.di.unimi.it/docs/it/unimi/dsi/webgraph/algo/ParallelBreadthFirstVisit.html ParallelBreadthFirstVisit]</code> class, multithreaded implementation. | The <code>[http://webgraph.di.unimi.it/docs/it/unimi/dsi/webgraph/algo/ParallelBreadthFirstVisit.html ParallelBreadthFirstVisit]</code> class, multithreaded implementation. | ||
Line 19: | Line 19: | ||
[[Category:Articles in progress]] | [[Category:Articles in progress]] | ||
− | [[Ru:Java, WebGraph]] | + | [[Ru:BFS, Java, WebGraph]] |
Revision as of 11:01, 29 June 2022
Primary author of this description: I.V.Afanasyev.
Contents
1 Software implementation of the algorithm: BFS, Java, WebGraph
The ParallelBreadthFirstVisit
class, multithreaded implementation.