Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 2 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 (6 months ago)
- Default Branch: main
- Last Pushed: 2024-07-31T19:12:54.000Z (6 months ago)
- Last Synced: 2024-11-07T03:57:06.695Z (3 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!