Skip to content

推荐算法、相似度算法、布隆过滤器、均值算法、一致性Hash、数据结构、leetcode练习

Notifications You must be signed in to change notification settings

hwholiday/algorithm_coding

Folders and files

NameName
Last commit message
Last commit date

Latest commit

author
hero
Jan 8, 2021
3cd55c6 · Jan 8, 2021
Nov 30, 2020
Aug 19, 2019
Dec 10, 2019
Dec 16, 2019
Jan 8, 2021
Aug 27, 2019
Aug 15, 2019
Aug 14, 2019
Dec 15, 2020
Dec 14, 2020
Dec 18, 2019
Aug 19, 2019
Dec 18, 2019
Nov 30, 2020
Nov 30, 2020

Repository files navigation

average_code [计算平均值]可用于用户抢红包等

 1: red_envelope_code [二倍均值法] 可用于用户抢红包等

wheel_timer [时间轮]可用于定时任务

 1: simple_timing_wheel [简单时间轮(Simple Timing Wheel)]

bloom_filter_code [布隆过滤器]

 1: bloom 布隆过滤器

consistent_hash_code [一致性Hash算法]

 1: consistent 一致性Hash算法

leet_code [leet_code刷题]

 1: leet_code刷题

heap [堆]

 1: max_heap_test 大顶推   
 2: min_heap_test 小顶堆     

linked_list [链表]

 1: cycle_list  循环链表
 2: double_list 双向链表
 3: single_list 单向链表

recommend_code [推荐算法]

1: v1 基于用户的协同过滤算法[杰卡德相似度]
1: user_cf_by_cosine 基于用户的协同过滤算法[余弦夹角]

similarity_code [相似度算法]

 1: jaccard 相似度计算之杰卡德相似度
 2: cosine 相似度计算之余弦夹角

About

推荐算法、相似度算法、布隆过滤器、均值算法、一致性Hash、数据结构、leetcode练习

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages