deniskulygin/sorted-linked-list

Linked list library

v1.0.0 2023-11-06 23:33 UTC

This package is not auto-updated.

Last update: 2024-09-25 01:55:55 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