Skip to content

Commit

Permalink
Merge branch 'master' into remove_broken_link_to_gitter
Browse files Browse the repository at this point in the history
  • Loading branch information
appgurueu authored Apr 10, 2024
2 parents fd204e8 + e34a629 commit f8d2f4d
Show file tree
Hide file tree
Showing 7 changed files with 6 additions and 7 deletions.
2 changes: 1 addition & 1 deletion en/Basic Math/Average_Mean.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ Return the value of 22.<u>857142</u> or `23`.

## Video URL

- [Mean on Khan Academy](https://www.khanacademy.org/math/ap-statistics/summarizing-quantitative-data-ap/measuring-center-quantitative/v/mean-median-and-mode)
- [Mean on Khan Academy](https://www.khanacademy.org/math/cc-sixth-grade-math/cc-6th-data-statistics/mean-and-median/v/mean-median-and-mode)

## Others

Expand Down
2 changes: 1 addition & 1 deletion en/Data Structures/Linked Lists/Circular Linked List.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ The Linked List has a ```pointer``` to the adjacent elements but the last node i

### SLL v.s. CLL

![image](https://i0.wp.com/algorithms.tutorialhorizon.com/files/2016/03/Circular-Linked-List.png)
![image](https://tutorialhorizon.com/static/media/algorithms/2016/03/Circular-Linked-List.png)

### Example

Expand Down
2 changes: 1 addition & 1 deletion es/Matematicas Básico/Promedio.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ Devuelva el valor de 22. <u>857142</u> o `23`.

## Video en YouTube

- [Media en Khan Academy](https://www.khanacademy.org/math/ap-statistics/summarizing-quantitative-data-ap/measuring-center-quantitative/v/mean-media-and-mode)
- [Media en Khan Academy](https://www.khanacademy.org/math/cc-sixth-grade-math/cc-6th-data-statistics/mean-and-median/v/mean-median-and-mode)

## Otros

Expand Down
2 changes: 1 addition & 1 deletion ko/기초 수학/평균값.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ count = 7

## 영상 URL

- [Khan Academy](https://www.khanacademy.org/math/ap-statistics/summarizing-quantitative-data-ap/measuring-center-quantitative/v/mean-median-and-mode)
- [Khan Academy](https://www.khanacademy.org/math/cc-sixth-grade-math/cc-6th-data-statistics/mean-and-median/v/mean-median-and-mode)

## 기타

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@

### SLL v.s. CLL

![영상](https://i0.wp.com/algorithms.tutorialhorizon.com/files/2016/03/Circular-Linked-List.png)
![영상](https://tutorialhorizon.com/static/media/algorithms/2016/03/Circular-Linked-List.png)

### 예시

Expand Down
2 changes: 1 addition & 1 deletion pt-br/Matemática Básica/Média.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ Retorne o valor de 22 ou `23`.

## URL do vídeo

- [Média na Khan Academy](https://www.khanacademy.org/math/ap-statistics/summarizing-quantitative-data-ap/measuring-center-quantitative/v/mean-median-and-mode)
- [Média na Khan Academy](https://www.khanacademy.org/math/cc-sixth-grade-math/cc-6th-data-statistics/mean-and-median/v/mean-median-and-mode)

## Outros

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -82,4 +82,3 @@ Sendo o comprimento da maior subsequência comum igual a: `dp[4][4] = 3`.
#### Explicação em vídeo
- [Vídeo do canal OnlineBioinfo Bioinformática explicando sobre o algoritmo LCS](https://youtu.be/cX_hFqA8wDI)
- [Video de analise do algoritmo pelo canal Delacyr Ferreira](https://youtu.be/wnq0SqzjbNU)

0 comments on commit f8d2f4d

Please sign in to comment.