Skip to content

Commit

Permalink
Documentation fix
Browse files Browse the repository at this point in the history
  • Loading branch information
emirpasic committed Apr 13, 2022
1 parent 6bf61e3 commit 5b23854
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,8 +98,8 @@ Containers are either ordered or unordered. All ordered containers provide [stat
| | [BTree](#btree) | yes | yes* | no | key |
| | [BinaryHeap](#binaryheap) | yes | yes* | no | index |
| [Queues](#queues) |
| | [LinkedListQueues](#linkedlistqueues) | yes | yes | no | index |
| | [ArrayQueues](#arrayqueues) | yes | yes* | no | index |
| | [LinkedListQueue](#linkedlistqueue) | yes | yes | no | index |
| | [ArrayQueue](#arrayqueue) | yes | yes* | no | index |
| | | | <sub><sup>*reversible</sup></sub> | | <sub><sup>*bidirectional</sup></sub> |

### Lists
Expand Down

0 comments on commit 5b23854

Please sign in to comment.