deniskulygin / sorted-linked-list
Linked list library
Package info
github.com/deniskulygin/sorted-linked-list
Type:project
pkg:composer/deniskulygin/sorted-linked-list
v1.0.0
2023-11-06 23:33 UTC
Requires
- php: >=8.2
Requires (Dev)
- phpunit/phpunit: ^10.4
Suggests
None
Provides
None
Conflicts
None
Replaces
None
This package is not auto-updated.
Last update: 2026-09-09 10:54:58 UTC
README
The library is developed as interview home task: “Implement a library providing SortedLinkedList (linked list that keeps values sorted). It should be able to hold string or int values, but not both. Try to think about what you'd expect from such library as a user in terms of usability and best practices, and apply those.”
Installation
composer require deniskulygin/sorted-linked-list
Testing
PHPUnit tests
make phpunit-tests