deepai/Ear_Decomposition

Convert Static to Dynamic Allocations(i.e. use malloc for array sizes)

Closed this issue · 1 comments

Can you please convert any static allocation in any files like Original_Ear_Decomposition.c to Dynamic.
Otherwise I need to adjust the number of nodes and edges in each files once. This is tedious and would need manual intervention. I plan to make a test run and test set to do this. Hence the files should be in such a way that there is minimum manual intervention.

@SaiCharanRegunta and @SaiHarsh . If possible do it by today and Update it here. Also, update your fork of the current repository first

Basically, I will prepare a list of test graphs and a shell script that selects each one of them progressively and records the timing and other information. Hence, its important that the program handles the arbitrary graph sizes without needing to manually change them everytime.