Şuanki Dizin: /proc/thread-self/root/usr/share/graphviz/gvpr/ |
Şuanki Dosya : //proc/thread-self/root/usr/share/graphviz/gvpr/maxdeg |
/* find nodes of max and min degree */ BEG_G {node_t mxn, mnn; int maxd = -1; int mind = 1000000;} N { if (degree > maxd) {maxd = degree; mxn = $;} if (degree < mind) {mind = degree; mnn = $;} } END_G {printf ("max degree = %d, node %s, min degree = %d, node %s\n", maxd, mxn.name, mind, mnn.name)}
Linux 65-254-81-4.cprapid.com 5.14.0-284.11.1.el9_2.x86_64 #1 SMP PREEMPT_DYNAMIC Tue May 9 05:49:00 EDT 2023 x86_64
Apache
65.254.81.4