TheAlgorithms / Algorithms-Explanation

Popular algorithms explained in simple language with examples and links to their implementation in various programming languages and other required resources.
MIT License
2.97k stars 738 forks source link

Add more Sorting Algorithms in French (Merge Sort, Selection Sort and Bubble Sort) #196

Closed aymenkhs closed 1 year ago

aymenkhs commented 1 year ago

Add the translation of more Sorting Algorithms in French (Merge Sort, Selection Sort and Bubble Sort)

aymenkhs commented 1 year ago

@Panquesito7 Thank you for your suggestions, I applied them into the PR

appgurueu commented 1 year ago

Note: I'm fairly sure you don't need

```txt

for text-only code blocks - it should be the default.

Panquesito7 commented 1 year ago

Note: I'm fairly sure you don't need

```txt

for text-only code blocks - it should be the default.

That can be used to prevent Markdown Linting to show an issue.