Package: HGraph 0.1.0

HGraph: Use Graph Structure to Travel

It is used to travel graphs, by using DFS and BFS to get the path from node to each leaf node. Depth first traversal(DFS) is a recursive algorithm for searching all the vertices of a graph or tree data structure. Traversal means visiting all the nodes of a graph. Breadth first traversal(BFS) algorithm is used to search a tree or graph data structure for a node that meets a set of criteria. It starts at the tree’s root or graph and searches/visits all nodes at the current depth level before moving on to the nodes at the next depth level. Also, it provides the matrix which is reachable between each node. Implement reference about Baruch Awerbuch (1985) <doi:10.1016/0020-0190(85)90083-3>.

Authors:JinanPang[aut, cre], HuiLi[ctb]

HGraph_0.1.0.tar.gz
HGraph_0.1.0.zip(r-4.5)HGraph_0.1.0.zip(r-4.4)HGraph_0.1.0.zip(r-4.3)
HGraph_0.1.0.tgz(r-4.4-any)HGraph_0.1.0.tgz(r-4.3-any)
HGraph_0.1.0.tar.gz(r-4.5-noble)HGraph_0.1.0.tar.gz(r-4.4-noble)
HGraph_0.1.0.tgz(r-4.4-emscripten)HGraph_0.1.0.tgz(r-4.3-emscripten)
HGraph.pdf |HGraph.html
HGraph/json (API)

# Install 'HGraph' in R:
install.packages('HGraph', repos = c('https://stongan.r-universe.dev', 'https://cloud.r-project.org'))

Peer review:

Datasets:
  • edge - Edge file to R

On CRAN:

This package does not link to any Github/Gitlab/R-forge repository. No issue tracker or development information is available.

1 exports 0.00 score 5 dependencies 2 scripts 262 downloads

Last updated 1 years agofrom:eb22fe8424. Checks:OK: 1 NOTE: 6. Indexed: yes.

TargetResultDate
Doc / VignettesOKSep 16 2024
R-4.5-winNOTESep 16 2024
R-4.5-linuxNOTESep 16 2024
R-4.4-winNOTESep 16 2024
R-4.4-macNOTESep 16 2024
R-4.3-winNOTESep 16 2024
R-4.3-macNOTESep 16 2024

Exports:get_graph_info

Dependencies:evaluatehighrknitrxfunyaml

HGraph

Rendered fromHGraph.Rmdusingknitr::rmarkdownon Sep 16 2024.

Last update: 2023-03-22
Started: 2023-03-22