About Binary Search

About “Binary Search” The binary search algorithm is one of the most important and efficient search algorithms in computer science and algorithm theory. It is...

   Jan 24, 2024     2 min read
About Counting Sort

About “Counting Sort” In preparation for a coding test, I’ve been studying algorithms, and in this article, I’d like to summarize the counting sort.

   Jan 23, 2024     1 min read
About Merge Sort

About “Merge Sort” In preparation for a coding test, I’ve been studying algorithms, and in this article, I’d like to summarize the merge sort.

   Jan 22, 2024     1 min read
About the Greedy Strategy

About the “Greedy Strategy” algorithm In this article, we’ll discuss what the Greedy Strategy is, how it works, and in what situations it can be...

   Jan 21, 2024     2 min read
About transparent proxy

About “Transparent Proxy” I previously wrote an article titled “Forward and reverse proxies play an important role in network security”. In this article, I’ll be...

   Jan 20, 2024     2 min read