How to Implement Singly Linked List with Ruby

Written by forison | Published 2019/09/07
Tech Story Tags: linked-list | linked-list-with-ruby | singly-linked-list | data-and-a-pointer | blockchain-basics | latest-tech-stories | prevent-repetition | doubly-linked-list | web-monetization

TLDR A linked List is a list in which each element in the list contains both data and a pointer to one or both neighboring items. Linked List is made up of elements(nodes) which are connected doubly or singly. Each node in a singly linked list has a.next attribute to indicate the next node after it (the current node) This discussion focus on singly-linked list would be discussed in my subsequent article. I am a passionate Fullstack developer skilled in JavaScript and Ruby on Ruby.via the TL;DR App

no story

Written by forison | I am goal-oriented, self-motivated and committed to the successful outcome of the project.
Published by HackerNoon on 2019/09/07