Big File System Search
-
pravyad 10 years ago if Array A is 9 9 2 and one file is 9 2 what will be the answer for all queries? means in which query this file will be included?
-
DiscOH 10 years ago My Understanding is:
1 will pass because the file 9 2 is a sub array of 9 9 2
2 will pass because the file 9 2 contains at least 1 element found in 9 9 2
3 will pass because the file 9 2 does not contain every element of 9 9 2 but it does contain at least 1 of them
-
jordanblink 10 years ago but isn't the frequency of 9 in A more than in file? So shouldn't 1 fail?
-
DiscOH 10 years ago You're correct. I was mistaken.
-
-
-
-
aswin 10 years ago How to resolve runtime errors?
-
VARUNJAIN 10 years ago I am also getting runtime errors :(
-
anirban_at_web 10 years ago Check the constraints of the input variables given in the problem.
-
aswin 10 years ago Well, that's not necessary. It was a different error that I made. Have to start writing unit tests!
-
-
-
smellyMonkey 10 years ago Same methods. C++ passed all while Python3 did not. Time Limit for Python3 MAY need change.
-
dehli 10 years ago People have gotten all 30 points with Python according to the leaderboard so it is possible. I can't get more than 16.5 points :/
-
anirban_at_web 10 years ago Use a better algorithm.
-
-
-
Ahmedn1 10 years ago Why can't I get the data for the test cases So, I can know what is the problem with my code?
-
trinhhoangnhu 10 years ago Can any mod look at my code? In sample I runwell but then after submit code none of them run (include the sample one)
Sort 20 Discussions, By:
Please Log In in order to post a comment