Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 17bfb55

Browse files
committedOct 22, 2021
Add Weighted Random cover.
1 parent 99945f3 commit 17bfb55

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed
 

‎src/algorithms/statistics/weighted-random/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Weighted Random
22

3+
![Weighted Random](images/cover.png)
4+
35
## What is "Weighted Random"
46

57
Let's say you have a list of **items**. Item could be anything. For example, we may have a list of fruits and vegetables that you like to eat: `[ '🍌', '🍎', '🥕' ]`.
Loading

0 commit comments

Comments
 (0)
Please sign in to comment.