jackie/sorted-linked-list

There is no license information available for the latest version (v1.0.0) of this package.

Class with sorted single linked list that can contain either integers or strings. Includes function for insert, update, read, count, and delete data.

v1.0.0 2024-11-21 15:07 UTC

This package is auto-updated.

Last update: 2025-03-21 17:08:00 UTC


README

Class with sorted single linked list that can contain either integers or strings. Includes function for insert, update, read, count, and delete data.

Usage

How to install - composer require jackie/sorted-linked-list

image