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

Commit af00840

Browse files
add some images for graph
1 parent 40256d4 commit af00840

File tree

4 files changed

+1
-1
lines changed

4 files changed

+1
-1
lines changed
175 KB
Loading[フレーム]
471 KB
Loading[フレーム]
42.3 KB
Loading[フレーム]

‎src/main/java/ir/sk/adt/datastructure/graph/adjacencylist/AdjacencyListGraph.java‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
* The list at a specific index of the array represents the adjacent vertices of the vertex represented by that array index.
1717
* <p>
1818
* An implementation suggested by Guido van Rossum uses a hash table to associate each vertex in a graph with an array of adjacent vertices.
19-
* In this representation, a vertex may be represented by any hashable object.
19+
* In this representation, a vertex may be represented by any hashtable object.
2020
* There is no explicit representation of edges as objects.
2121
* <p>
2222
* it can represent a weighted and directed graph

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /