Posted 2022-02-27Updated 2022-07-28《算法导论》ITA2 minutes read (About 353 words)《算法导论》ITA(一)归并排序 时间复杂度:O(nlogn) 归并排序完全遵循分治模式,直观上操作如下 分解:分解待排序的n个元素的序列成各具n/2个元素的两个子序列 解决:使用归并排序递归排序两个子序列 合并:合并两个已排序的子序列以产生已排序的答案 在子序列元素个数为1时直接返回Read more
Posted 2022-02-16Updated 2022-02-16《算法导论》ITAa minute read (About 208 words)《算法导论》ITA 前言后天就要回学校了,寒假是真的要结束了,可我又开了一个坑…本来在看着CSAPP的网课,后来发现网课讲的还是不够详细,真要学还得是看书,于是我关掉了课程,捡起了书本。Read more
2024-07-12[Review] Assisting Static Analysis with Large Language Models: A ChatGPT ExperimentResearch
2024-07-04[Review] Detecting Missed Security Operations Through Differential Checking of Object-based Similar PathsResearch
2024-06-04[Review] GPTScan: Detecting Logic Vulnerabilities in Smart Contracts by Combining GPT with Program AnalysisResearch
2024-04-25[Review] One Simple API Can Cause Hundreds of Bugs: An Analysis of Refcounting Bugs in All Modern Linux KernelsResearch