-{"description":"<font color=\"green\">CHECK</font><br> <div style=\"margin-left: 2em;\"><b>CHECK</b> - check connections components, euler, bipartite, full bipartite current graph </div> <br> <font color=\"green\">SYNOPSIS</font> <br> <div style=\"margin-left: 2em;\"> <b>CHECK</b> [-h] </div> <div style=\"margin-left: 2em;\"> <b>CHECK</b> -c <i>graphname</i> <br> <b>CHECK</b> -e <i>graphname</i> <br> <b>CHECK</b> -b <i>graphname</i> <br> <b>CHECK</b> -f <i>graphname</i> <br> </div> <br> <font color=\"green\">DESCRIPTION</font><br> <div style=\"margin-left: 2em;\"> <b>CHECK</b> this command check connection components or euler or bipartite or full bipartite current graph <br> Example of check connection components: <br> <i>Yes, you're right!</i> <br> Example of euler grpah: <br> <i>No, this graph doesn't Eulers</i> <br> Example of bipartite: <br> <i>Yes, current graph is bipartite graph</i> </div> <br> <font color=\"green\">COMMAND-LINE OPTIONS</font><br> <div style=\"margin-left: 2em;\"> <i>-h, --help</i> - option that shows this text <br> <i>-c, --connected-components</i> - check your connected components <br> <i>-e, --euler_graph</i> - check your graph on Eulers graph <br> <i>-b, --bipartite_graph</i> - check your graph on bipartite <br> <i>-f, --full_bipartite_graph</i> - check your graph on full bipartite </div> ","name":"check","options":[{"-h":"--help"},{"-c":"--connect_components"},{"-e":"--euler_graph"},{"-b":"--bipartite_graph"}]}
0 commit comments