Which of the following function is used to insert the elements into vector??
Anonymous Quiz
67%
push_back()
33%
insert
0%
pop_back()
0%
back_push()
which of the following data structure to store unique elements in unsorted order??
Anonymous Quiz
60%
unordered_set<>
40%
set<>
0%
vector<>
which algorithm used to find the maximum subarray sum?
Anonymous Quiz
20%
moore voting algorithm
20%
binary search
0%
pigeonhole principal
60%
kadane algorithm
What is the formula of to find the mid element in binary search to prevent overflow??
Where start = 0,
end = array.size()-1
Where start = 0,
end = array.size()-1
Anonymous Quiz
0%
(start + end )/ 2
33%
start + (end)/2
67%
start + (end-start)/2
0%
start/2 + end
Forwarded from Web Development
JavaScript_Complete_Notes__1675186054.pdf
239.8 KB
JavaScript_complete_Notes
By prof Harshal V Patil
📄 45 pages
#javascript #Notes
➖➖➖➖➖➖➖➖➖➖➖➖➖
Join @web_dev_bds for more
By prof Harshal V Patil
📄 45 pages
#javascript #Notes
➖➖➖➖➖➖➖➖➖➖➖➖➖
Join @web_dev_bds for more




