Skip to content

Commit 11bcdb7

Browse files
committed
Binary Search Code
1 parent 13bc3c7 commit 11bcdb7

File tree

3 files changed

+1
-0
lines changed

3 files changed

+1
-0
lines changed

COMP2230/bsearch.png

27.2 KB
Loading

COMP2230/contents.pdf

27.4 KB
Binary file not shown.

COMP2230/contents.tex

+1
Original file line numberDiff line numberDiff line change
@@ -100,5 +100,6 @@
100100
\textbf{Knuth-Morris-Pratt Algorithm}: use shift table to skip characters already checked and known to not match, whole algorithm takes $O(m+n)$, shift table making takes $O(m)$\\
101101
\underline{\textbf{Coin-Weighing Problem}}:\\
102102
\includegraphics[width=\linewidth]{coinweigh.png}\\
103+
\includegraphics[width=\linewidth]{bsearch.png}
103104
\end{multicols}
104105
\end{document}

0 commit comments

Comments
 (0)