bideshbanerjee444's blog

By bideshbanerjee444, history, 2 years ago, In English

for(int i = 2; i <= int(1e6); i++){
for(int j = 0; j <= int(1e6); j += i){

//Here anything which takes O(1) time.....

} }

Full text and comments »

  • Vote: I like it
  • -18
  • Vote: I do not like it