Dynamic Hypergraph using Python
Budget: ₹600 – ₹1,500 INR
I would like to create a hypergraph in Python language that can accommodate any number of nodes (vertices). The value of 'n' can be any integer value like 10, 500, 1000, or 5000.
In this hypergraph, edges can be formed by a single vertex, two vertices, or more than two vertices. I would like the code to interactively ask the user for the following information:
1) How many nodes (vertices) would you like in the hypergraph?
2) For each edge, which nodes would you like to include? You can specify a single vertex, two vertices, or more.
Based on this input, the code should generate the hypergraph accordingly.
In this hypergraph, edges can be formed by a single vertex, two vertices, or more than two vertices. I would like the code to interactively ask the user for the following information:
1) How many nodes (vertices) would you like in the hypergraph?
2) For each edge, which nodes would you like to include? You can specify a single vertex, two vertices, or more.
Based on this input, the code should generate the hypergraph accordingly.