Skip to content

HuoLanguage/graph_example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

graph example

Example graph data structure implementation in Huo

This repository contains an example graph data structure implementation in Huo. The graph itself consist of an array that looks like this:

[ 2, 1, [ [0, "Me"], [1, "You] ], [ [0, 1] ] ]

Where the first item is the number of nodes, the second is the number of links, the third item is an array of nodes and the fourth an array of links.

About

Example graph data structure implementation in Huo

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published