Home
Recent Q&A
Java
Cloud
JavaScript
Python
SQL
PHP
HTML
C++
Data Science
DBMS
Devops
Hadoop
Machine Learning
Azure
Blockchain
Devops
Ask a Question
Which type of search is used in Git Bisect?
Home
Interstellar Git
Which type of search is used in Git Bisect?
0
votes
asked
Sep 17, 2021
in
Interstellar Git
by
SakshiSharma
Which type of search is used in Git Bisect?
Select the correct answer from below options
a) Binary search
b) Linear search
c) Jump search
d) Interpolation search
git-bisect
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Sep 17, 2021
by
SakshiSharma
Correct answer of above question is : a) Binary search
...