Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vsvietkov/data-structures
A collection of my implementations of different data structures
https://github.com/vsvietkov/data-structures
algorithms binary-search php queue red-black-tree stack trees
Last synced: about 2 months ago
JSON representation
A collection of my implementations of different data structures
- Host: GitHub
- URL: https://github.com/vsvietkov/data-structures
- Owner: vsvietkov
- Created: 2022-07-17T13:52:15.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-09-10T21:54:13.000Z (over 1 year ago)
- Last Synced: 2023-09-10T22:32:12.639Z (over 1 year ago)
- Topics: algorithms, binary-search, php, queue, red-black-tree, stack, trees
- Language: PHP
- Homepage:
- Size: 52.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# algorithms
A collection of my implementations of different algorithms## Installation
1. Run `make docker-build`
2. Run `make install`## Testing
Run `make test` after [Instalation](#Installation) step.
Observe PHPUnit output and test coverage in `./results` folder.
In a case of autoload errors, try to run additionally `make autoload`.