|
|
back to boardcan anybody tell me which sorting algo to apply? i am exceeding time limit Re: can anybody tell me which sorting algo to apply? i am exceeding time limit i have tried this with heap,bubble and insertion sort. Even i tried using sorted link list. then i tried this without any sorting with arrays. still my time limit is exceeding for test 1 . please give me some hints. Re: can anybody tell me which sorting algo to apply? i am exceeding time limit the timel limit is not because of sorting. the bubble sort must work fast enough Re: can anybody tell me which sorting algo to apply? i am exceeding time limit you can show me your code and i will find your bug twoalias@inbox.ru Re: can anybody tell me which sorting algo to apply? i am exceeding time limit i have omitted the bug of exceeding time limit. but now it says wrong answer. can anybody provide me some test cases please ? |
|
|