All Projects → hwholiday → algorithm_coding

hwholiday / algorithm_coding

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

Programming Languages

go
31211 projects - #10 most used programming language

Projects that are alternatives of or similar to algorithm coding

Data Structures
Data-Structures using C++.
Stars: ✭ 121 (+303.33%)
Mutual labels:  linked-list, bloom-filter
Leetcode Go
✅ Solutions to LeetCode by Go, 100% test coverage, runtime beats 100% / LeetCode 题解
Stars: ✭ 22,440 (+74700%)
Mutual labels:  leetcode, leetcode-golang
Coderchef Kitchen
The official repository for our programming kitchen which consists of 50+ delicious programming recipes having all the interesting ingredients ranging from dynamic programming, graph theory, linked lists and much more. All the articles contain beautiful images and some gif/video at times to help clear important concepts.
Stars: ✭ 306 (+920%)
Mutual labels:  linked-list, leetcode
InterviewPrep
A repository containing link of good interview questions
Stars: ✭ 54 (+80%)
Mutual labels:  linked-list, leetcode
Competitive Programming
Contains solutions and codes to various online competitive programming challenges and some good problems. The links to the problem sets are specified at the beginning of each code.
Stars: ✭ 65 (+116.67%)
Mutual labels:  linked-list, leetcode
AlgoDaily
just for fun
Stars: ✭ 118 (+293.33%)
Mutual labels:  linked-list, leetcode
codeforces-go
Golang 算法竞赛模板库 | Solutions to Codeforces by Go 💭💡🎈
Stars: ✭ 842 (+2706.67%)
Mutual labels:  leetcode, leetcode-golang
Algorithms
✨ a bunch of algorithms in a bunch of languages ✨
Stars: ✭ 55 (+83.33%)
Mutual labels:  linked-list, leetcode
category-wise-problems
contains category wise problems(data structures, competitive) of popular platforms.
Stars: ✭ 32 (+6.67%)
Mutual labels:  leetcode
Avid-Algorithms
Basic knowledge of Data Structure and Algorithms and LeetCode solution in Python & C++.
Stars: ✭ 12 (-60%)
Mutual labels:  leetcode
100DaysCodingChallenege
This is 100 days of competitive coding challenege . You have details of all the problem and solution that I will be solving daily for 100 days consecutively . I have added link to all the questions in read me according to days , you can try solving on your own before watching solution .
Stars: ✭ 29 (-3.33%)
Mutual labels:  leetcode
leetcode-rust
leetcode in rust
Stars: ✭ 49 (+63.33%)
Mutual labels:  leetcode
Data-Structures-and-Algorithms
Implementation of various Data Structures and algorithms - Linked List, Stacks, Queues, Binary Search Tree, AVL tree,Red Black Trees, Trie, Graph Algorithms, Sorting Algorithms, Greedy Algorithms, Dynamic Programming, Segment Trees etc.
Stars: ✭ 144 (+380%)
Mutual labels:  linked-list
LeetCode-MyCodesCollection
我的LeetCode做题代码分方向汇总集合 🔥
Stars: ✭ 37 (+23.33%)
Mutual labels:  leetcode
semantic-document-relations
Implementation, trained models and result data for the paper "Pairwise Multi-Class Document Classification for Semantic Relations between Wikipedia Articles"
Stars: ✭ 21 (-30%)
Mutual labels:  similarity
leetcode
LeetCode solutions.
Stars: ✭ 123 (+310%)
Mutual labels:  leetcode
ruimtehol
R package to Embed All the Things! using StarSpace
Stars: ✭ 95 (+216.67%)
Mutual labels:  similarity
flist
Modern Fortran Linked List
Stars: ✭ 27 (-10%)
Mutual labels:  linked-list
fastbloom
A simple but fast bloomfilter written in Python
Stars: ✭ 21 (-30%)
Mutual labels:  bloom-filter
leetcode
LeetCode best(maybe) solutions with JavaScript
Stars: ✭ 16 (-46.67%)
Mutual labels:  leetcode

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 相似度计算之余弦夹角
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].