Pagini recente » Diferente pentru problema/plimbare intre reviziile 8 si 10 | Diferente pentru problema/naveplanare intre reviziile 3 si 13 | Registru diplome | Diferente pentru algoritmiada-2013 intre reviziile 12 si 17 | Diferente pentru blog/binary-search-shortlist intre reviziile 8 si 9
Nu exista diferente intre titluri.
Diferente intre continut:
# Given A, a sorted int array of length n. How many times does the value x occur in A.
# Given a real number x, find out it’s cubic root.
# Given A a sorted array of distinct integers, find out an i such that A[i] == i.
# Given the +,-,*,/,sqrt operations and a real number x find an algorithm to get log2x.
# Given the +,-,*,/,sqrt operations and a real number x find an algorithm to get log_2(x).
# Given an array A such that A[ 0] > A[ 1] and A[n-1] > A[n-2] find out a local minimum (find out an i such that A[i-1] > A[i] < A[i + 1]).
# Let A be a sorted array with distinct elements. A is rotated k positions to the right (k is unknown). Find out k.
# Let A be a sorted array with distinct elements. A is rotated k positions to the right (k is unknown). Find out if A contains a number x.
Diferente intre securitate:
Topicul de forum nu a fost schimbat.