code100x / algorithmic-arena

157 stars 154 forks source link

Mount the test cases directly on judge0 #6

Closed hkirat closed 3 months ago

hkirat commented 3 months ago

Right now, our test cases have to go to judge0 via an HTTP call If the test cases are very big, then you send a very big payload in an http call

If the test cases were direclty mounted on the judge0 server, then they can be directly picked up from there

nimit9 commented 3 months ago

Will work on this

SujithThirumalaisamy commented 3 months ago

Resolved in #40 can be closed