Skip to content

Commit

Permalink
Linkitetty lista linkit molempiin suuntiin
Browse files Browse the repository at this point in the history
  • Loading branch information
swd1tn002 authored Nov 27, 2023
1 parent d918447 commit fa24112
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/08_algoritmit.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,10 +56,10 @@ Koska `ArrayList`-rakenteen sisältämän taulukon pituus ei voi muuttua, varata

```mermaid
graph LR
A[LinkedList] --> B1['One']
B1 --> B2['Two']
B2 --> B3['Three']
B3 --> B4['Four']
A[LinkedList] <--> B1['One']
B1 <--> B2['Two']
B2 <--> B3['Three']
B3 <--> B4['Four']
```

{: .chatgpt }
Expand Down

0 comments on commit fa24112

Please sign in to comment.