For example, I want to find all the graphlets with 4 nodes. It will give me 11 distinct graphs.. Is there a function or easy way to generate all these graphs in networkx. I am new to networkx so I do not know all of its features.
I am expecting to get all the unique graphs of fixed size n.