Ask a New Question
Search
Questions and answers by
waqaszahid
Questions (9)
[email protected]
1 answer
200 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
326 views
Implement a city database using unordered lists. Each database record contains the name of the city (a string of arbitrary
0 answers
485 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
454 views
Given an array of integers, sort it using linear and bubble sort algorithm by obstructing each step. Also discuss running time
1 answer
307 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
254 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
300 views
Show that 12𝑥
2 is O(𝑥 2 )
1 answer
163 views
: prove by mathematical induction
∑ 𝑖(𝑖 + 1) 𝑛−1 𝑖=0 = 𝑛(𝑛−1)(𝑛+1) 3 for all integers n ≥ 2
1 answer
442 views