jarivas/sorted-linked-list

It is a php implementation of the Sorted Linked List

Installs: 6

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

pkg:composer/jarivas/sorted-linked-list

1.0 2023-08-03 11:22 UTC

This package is auto-updated.

Last update: 2025-09-13 22:26:30 UTC


README

It is a php implementation of the Sorted Linked List

How to install

composer require jarivas/sorted-linked-list

How to use

Please check the tests code on tests/Unit

Tests

  • Requires Docker
  • ./vendor/bin/phpunit

Develop hint

Please run

  • cp pre-commit-hook .git/hooks/pre-commit
  • chmod +x .git/hooks/pre-commit to add different kind of validations