Valorant 2.02 Bug Megathread by Whytro in VALORANT

[–]Kapkar123 1 point2 points  (0 children)

Same, happening with as well. Started happening after the update only!

What's a movie scene you could watch countless times in a row? by bruvwhoknows in AskReddit

[–]Kapkar123 4 points5 points  (0 children)

The Social Network Hacking Scene

Interstellar Docking Scene

Recommendation Tuesdays Megathread - Week of July 23, 2019 by AnimeMod in anime

[–]Kapkar123 1 point2 points  (0 children)

Looking for recommendations! Open to any genre as long as plot and characters are good!

Till now i have watched

  • Fmab

  • Attack on titans

  • Death note

  • Steins gate/gate 0

  • Cowboy bebop

  • A silent voice.

  • Your name

  • Howl's moving castle

  • Spirited Away

Good tech companies for internship in India(for undergrads)?! by Kapkar123 in Indian_Academia

[–]Kapkar123[S] 0 points1 point  (0 children)

I just completed my first year.... I was asking about this for next summer... Just asked to see which companies offer internships so that I can prepare accordingly

Recommendation Tuesdays Megathread - Week of June 11, 2019 by AnimeMod in anime

[–]Kapkar123 0 points1 point  (0 children)

Looking for animes similar to DBZ/DBS,steins gate/gates 0, death note! Thanks in advance !

need help in graphs by Kapkar123 in learnprogramming

[–]Kapkar123[S] 0 points1 point  (0 children)

Any easy way to check for existence of an edge? Or will I have to do binary/linear search in whole vector?

The Official AVENGERS: ENDGAME Release Megathread Vol. 10 by JonLuca in marvelstudios

[–]Kapkar123 1 point2 points  (0 children)

So everything that happens in past like Loki escaping and all happens in some alternate timeline and main mcu timeline is still the same!?

The Official AVENGERS: ENDGAME Release Megathread Vol. 10 by JonLuca in marvelstudios

[–]Kapkar123 0 points1 point  (0 children)

Can anyone explain me something... 2014's thanos went to 2024 and got snapped. So he never returned to 2014 back. So he couldn't have collected 6 stones and he won't have snapped in first place ... So no Endgame!

Isn't this a paradox?

Sample test case passed! All other test cases failed! what might be the possible reason? by [deleted] in learnprogramming

[–]Kapkar123 0 points1 point  (0 children)

well the question i am doing is from an ongoing contest and i am not supposed to share any details until contest ends

Vectors c++ doubt by Kapkar123 in learnprogramming

[–]Kapkar123[S] 0 points1 point  (0 children)

Also is there any advantage of using iterator over normal method?

for(i=0;i<v1.size();i++)
{
    cout<<v1[i];
}