https://github.com/gablemathias/linked_list
Singly Linked List with proper tests and usability
https://github.com/gablemathias/linked_list
linked-list rspec ruby
Last synced: 3 months ago
JSON representation
Singly Linked List with proper tests and usability
- Host: GitHub
- URL: https://github.com/gablemathias/linked_list
- Owner: gablemathias
- Created: 2024-07-30T23:47:41.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-07-31T19:12:54.000Z (11 months ago)
- Last Synced: 2025-02-10T21:38:55.763Z (5 months ago)
- Topics: linked-list, rspec, ruby
- Language: Ruby
- Homepage:
- Size: 16.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Linked-List
## A singly linked list project
A complete linked list with a basic execution in `main.rb`
Ruby version: 3.3.2
Tests made with RSpec 3.13
Feel free to use, I'm open to any suggestions!