endtoend-test-psl/docs/component/data-structure.md

26 lines
638 B
Markdown
Raw Normal View History

2021-03-17 21:23:46 +01:00
<!--
This markdown file was generated using `docs/documenter.php`.
Any edits to it will likely be lost.
-->
[*index](./../README.md)
---
### `Psl\DataStructure` Component
#### `Interfaces`
- [PriorityQueueInterface](./../../src/Psl/DataStructure/PriorityQueueInterface.php#L12)
- [QueueInterface](./../../src/Psl/DataStructure/QueueInterface.php#L17)
- [StackInterface](./../../src/Psl/DataStructure/StackInterface.php#L17)
#### `Classes`
- [PriorityQueue](./../../src/Psl/DataStructure/PriorityQueue.php#L18)
- [Queue](./../../src/Psl/DataStructure/Queue.php#L19)
- [Stack](./../../src/Psl/DataStructure/Stack.php#L19)