Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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!