Ask a New Question
Search
Questions and answers by
waqaszahid
Questions (9)
[email protected]
1 answer
206 views
It is possible to change the way that we pick the dividing point in a binary search, and still get a working search routine.
0 answers
331 views
Implement a city database using unordered lists. Each database record contains the name of the city (a string of arbitrary
0 answers
493 views
A circular linked list is one in which the next field for the last link node of the list points to the first link node of the
0 answers
462 views
Given an array of integers, sort it using linear and bubble sort algorithm by obstructing each step. Also discuss running time
1 answer
317 views
let A={−1, −2,3,4} and B={−1, −2, −3, −4} and define relations R and S from B
to A as follow x R y iff |𝑥| =
1 answer
262 views
let A={−1, −2,3,4} and B={−1, −2, −3, −4} and define relations R and S from B
to A as follow x R y iff |𝑥| =
1 answer
304 views
Show that 12𝑥
2 is O(𝑥 2 )
1 answer
167 views
: prove by mathematical induction
∑ 𝑖(𝑖 + 1) 𝑛−1 𝑖=0 = 𝑛(𝑛−1)(𝑛+1) 3 for all integers n ≥ 2
1 answer
449 views