fix(curriculum): external card counting link in JS (#46158)

This commit is contained in:
Muhammed Mustafa
2022-05-26 09:12:39 +02:00
committed by GitHub
parent f2592999f3
commit 93f32b45e2

View File

@@ -9,7 +9,7 @@ dashedName: counting-cards
# --description--
In the casino game Blackjack, a player can gain an advantage over the house by keeping track of the relative number of high and low cards remaining in the deck. This is called [Card Counting](https://en.wikipedia.org/wiki/Card_counting).
In the casino game Blackjack, a player can determine whether they have an advantage on the next hand over the house by keeping track of the relative number of high and low cards remaining in the deck. This is called Card Counting.
Having more high cards remaining in the deck favors the player. Each card is assigned a value according to the table below. When the count is positive, the player should bet high. When the count is zero or negative, the player should bet low.