Sha256: 9007723d98a5ea329afcff402a6af31d7e60fd5769d23a757d151710adb3ad91
Contents?: true
Size: 514 Bytes
Versions: 4
Compression:
Stored size: 514 Bytes
Contents
<?xml version="1.0" encoding="UTF-8"?> <graphml xmlns="http://graphml.graphdrawing.org/xmlns" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://graphml.graphdrawing.org/xmlns http://graphml.graphdrawing.org/xmlns/1.0/graphml.xsd"> <graph id="G" > <node id="0" /> <node id="1" /> <node id="2" /> <node id="3" /> <edge source="0" target="1" /> <edge source="1" target="2" /> <edge source="2" target="3" /> <edge source="3" target="4" /> </graph> </graphml>
Version data entries
4 entries across 4 versions & 1 rubygems