Skip to content

Tags: rfearing/js-data-structures

Tags

0.1.3

Toggle 0.1.3's commit message

Unverified

No user is associated with the committer email.
Update for release

0.1.2

Toggle 0.1.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add SinglyLinkedList Data Structure Class (#1)

* Add SinglyLinkedList with push method

* Add Pop to SinglyLinkedList

* Add lessons learned to README

* Add todo methods and snub tests

* Add shift method to SinglyLinkedList

* Add unshift method to SinglyLinkedList class

* Add get method to SinglyLinkedList

* Add link to SinglyLinkedList README

* Add set method to SinglyLinkedList

* Add insert and remove methods to SinglyLinkedList

* Add reverse method to SLL

* Make methods private and remove optional chaining

* Update method names

* Update tests

* Add list v array to README

* Update class to use TS private modifier

* Update tests to utilize beforeEach

0.1.0

Toggle 0.1.0's commit message

Unverified

No user is associated with the committer email.
Add Github packages workflow