Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit0006350

Browse files
French translation for module "Graph" (trekhleb#634)
The first part of the translation is a direct translation of theenglish part. The second is too, although it wasn't done by mebut by wikipedia contributors (the second paragraph of theEnglish wikipedia introduction is exactly the same as the firstparagraph of the French wikipedia "Description")Add french version redirection on the README.md. The frenchversion is placed before the portuguese version to have acleaner diff (no trailing commas to edit)
1 parent8d0f300 commit0006350

File tree

2 files changed

+24
-0
lines changed

2 files changed

+24
-0
lines changed
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
#Graph
2+
3+
En informatique, un**graphe** est une structure de
4+
données abstraite qui implémente les concepts de
5+
graphe orienté et de graphe non-orienté venant
6+
des mathématiques, plus précisément du domaine de
7+
la théorie des graphes.
8+
9+
La structure de données abstraite de graphe consiste
10+
en un ensemble fini, éventuellement mutable de sommets
11+
ou nœuds ou points, avec un ensemble de paires ordonnées
12+
ou non de tels éléments. Ces paires sont des arêtes, arcs
13+
non orientés, ou lignes pour un graphe non orienté, et
14+
flèches, arêtes orientées , arcs, ou lignes orientées
15+
dans le cas orienté. Les sommets peuvent faire partie
16+
de la structure, ou être des entités extérieures,
17+
représentées par des entiers ou des références.
18+
19+
![Graph](https://www.tutorialspoint.com/data_structures_algorithms/images/graph.jpg)
20+
21+
##References
22+
23+
-[Wikipedia](https://fr.wikipedia.org/wiki/Graphe_(type_abstrait))

‎src/data-structures/graph/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
_Read this in other languages:_
44
[_简体中文_](README.zh-CN.md),
55
[_Русский_](README.ru-RU.md),
6+
[_Français_](README.fr-FR.md),
67
[_Português_](README.pt-BR.md)
78

89
In computer science, a**graph** is an abstract data type

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp