摘要:
CVE-2016-2502-drivers/usb/gadget/f_serial.c in the Qualcomm USB driver in Android.Buffer Overflow Vulnerability reported by #plzdonthackme, Soctt. 阅读全文
摘要:
原理 : 將資料逐一插入以排序好的序列中 Algo : for i <- 2 to n do 將a[i] 插入 a[1] ~ a[i-1] 之間適當的位置,使a[1]~a[i]排好 #include <stdio.h> #define SIZE 8 void sort(int array[], in 阅读全文
摘要:
Question : Write an efficient algorithm that searches for a value in anmxnmatrix. This matrix has the following properties:Integers in each row are s... 阅读全文
摘要:
Question :Search a 2D Matrix IIWrite an efficient algorithm that searches for a value in anmxnmatrix. This matrix has the following properties:Integer... 阅读全文