Skip to main content

Programming

2022

How to Calculate Square Root without Using sqrt()?
··748 words·4 mins
Programming Optimization Math

2021

快排(quick sort) C++ 实现
··1231 words·3 mins
Programming Sorting
Static and Dynamic Linkage in C++
·387 words·2 mins
Programming C++
Pretty Output Format in C++
··233 words·2 mins
Programming C++

2020

Build C++ Project with CMake -- A Simple Example
·551 words·3 mins
Programming C++ CMake OpenCV
Why Are Some Libraries Linked by Default in GCC?
··517 words·3 mins
Programming GCC Clang

2017

几道算法问题解答
··735 words·2 mins
Programming Algorithms Mobike
What Is the Correct Way of Loop Through C++ Vector Using Index?
··498 words·3 mins
Programming C++
Remainder Operator(%) in C++
··294 words·2 mins
Programming C++
堆排序是如何工作的?
··1796 words·4 mins
Programming Algorithms Sorting
When Does the Stability of Sorting Algorithms Matter?
··362 words·2 mins
Programming Algorithms Sorting
小米 2018 校招算法工程师编程之字符串匹配
··891 words·2 mins
Programming Algorithms
Some Programming Questions Related to Operations with Big Integers
··742 words·4 mins
Programming Algorithms
Find Longest Subarray Whose Sum Is Divisible by K
··282 words·2 mins
Programming Algorithms
从二分搜索实现中的一个 bug 说起
··1329 words·3 mins
Programming C++ Algorithms Search