Graph Processing Algorithm: Difference between revisions
Jump to navigation
Jump to search
m (Text replacement - "---- ---- [[Category" to "---- ---- __NOTOC__ [[Category") |
m (Text replacement - "__NOTOC__ " to "__NOTOC__ ") |
||
(One intermediate revision by the same user not shown) | |||
Line 9: | Line 9: | ||
** a [[Numerical Algorithm]]. | ** a [[Numerical Algorithm]]. | ||
* <B>See:</B> [[Dijkstra Algorithm]]. | * <B>See:</B> [[Dijkstra Algorithm]]. | ||
---- | ---- | ||
---- | ---- | ||
__NOTOC__ | __NOTOC__ | ||
[[Category:Concept]] | [[Category:Concept]] |
Latest revision as of 02:42, 6 January 2023
A Graph Processing Algorithm is a processing algorithm that can process a graph data structure.
- Context:
- It can be applied by a Graph Processing System, such as a graph processing library.
- …
- Example(s):
- Counter-Example(s):
- See: Dijkstra Algorithm.