code100x / algorithmic-arena

91 stars 96 forks source link

Suggestion : Add a workflow to generate respective outputs of the testcases #52

Open varundeepsaini opened 1 week ago

varundeepsaini commented 1 week ago

Currently, the problem setter has to run the test cases manually and then write them to their respective files which is annoying if there are many test cases

Add a shell script which runs the solution file on the input and writes the output to their respective files

SujithThirumalaisamy commented 1 week ago

This is a good sugesstion. Are you working on this. Or else I can take this.

varundeepsaini commented 1 week ago

I'm not taking up this issue

Also

I already have the shell script in my pr #67 (apps/problems/intersection of sets/generate.sh)

Which does exactly the same You can use that