Algorithm

I wrote a "girlfriend" to play mahjong with me

Mahjong robot AI implemented using golang combined with search tree and recursive algorithm.

Explanation and Application of Binary Search Algorithm

Binary search has the advantages of fast search speed and good average performance, but only when the list is **ordered**, binary search works. It is often tested in interviews. This article will explain the binary search algorithm.

Principles and Practice of Recommendation Algorithms

Since the recommendation algorithm I use is based on collaborative filtering, let's talk about collaborative filtering algorithms.

TopK Algorithm Explanation and Application

What is the TopK algorithm? To put it simply, it is to find the first K largest (of course, it can also be the first K smallest) number in a bunch of data.

LeetCode-Go

The solutions to LeetCode in Go, 100% test coverage, runtime beats 100%. As of now, I have solved hundreds of problems and written solutions, and it is still in progress.