this repo is my algorithm test, yan can check many algorithm here and their test examples, hope i can help you.
// mean CodingInterviews(剑指Offer)
/offer
// mean some hign level algorithm, which most use in search, big data and other scenes. Example: Yates shuffle(洗牌算法)
/algorithm/math
// mean sort algorithm, there are many kinds of sort algorithm
/algorithm/sort
// leetcode
/algorithm/leetcode