• Shuffle
    Toggle On
    Toggle Off
  • Alphabetize
    Toggle On
    Toggle Off
  • Front First
    Toggle On
    Toggle Off
  • Both Sides
    Toggle On
    Toggle Off
  • Read
    Toggle On
    Toggle Off
Reading...
Front

Card Range To Study

through

image

Play button

image

Play button

image

Progress

1/13

Click to flip

Use LEFT and RIGHT arrow keys to navigate between flashcards;

Use UP and DOWN arrow keys to flip the card;

H to show hint;

A reads text to speech;

13 Cards in this Set

  • Front
  • Back
http://www.acm-japan.org/past-icpc/domestic2005/
s
How do you find the middle item in a linked list?
one list keep going ->next
2nd list keep going ->next->next, when 2nd list reached end, 1st list pointed to the middle one.
n an array with integers between 1 and 1,000,000 one value is in the array twice. How do you determine which one?
Example, {1,2,2,3}
proper one is {1,2,3}
SumArray(1,2,2,3) - 3(3+1)/2
www.iarcs.org.in/inoi/current.php
df
http://chortle.ccsu.edu/CPuzzles/CpuzzlesMain.html
C
http://www.spoj.pl/problems/classical/
c
http://code.google.com/codejam
cj
http://www.codechef.com/status/TEST
chf
http://www.mytechinterviews.com/10-google-interview-questions
qs
http://www.impactinterview.com/2009/10/140-google-interview-questions/
interview
http://codekata.pragprog.com/2007/01/kata_six_anagra.html#more
http://www.codeproject.com/Articles/498404/TDD-the-Anagrams-Kata
http://www.wordsmith.org/anagram/
http://iitvids.blogspot.in
IIT lecture
computer graphics
http://www.cse.iitd.ernet.in/~pkalra/cs474/