Network-Analysis-Made-Simple icon indicating copy to clipboard operation
Network-Analysis-Made-Simple copied to clipboard

Example of how to use the `dict_keyiterator`

Open keblek opened this issue 3 years ago • 0 comments

https://github.com/ericmjl/Network-Analysis-Made-Simple/blob/dfbbb8ada52ff5f0b8fa1a3c75875eb3cdba6c8f/notebooks/02-algorithms/01-hubs.ipynb#L201

Would an example of this be,

sum([1 for _ in G.neighbors(7)])

keblek avatar Mar 25 '21 16:03 keblek