paint-brush
How to Implement Singly Linked List with Rubyby@forison
3,893 reads
3,893 reads

How to Implement Singly Linked List with Ruby

by Addo Boakye Forison7mSeptember 7th, 2019
Read on Terminal Reader
Read this story w/o Javascript
tldt arrow

Too Long; Didn't Read

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.

Company Mentioned

Mention Thumbnail
featured image - How to Implement Singly Linked List with Ruby
Addo Boakye Forison HackerNoon profile picture
Addo Boakye Forison

Addo Boakye Forison

@forison

I am a passionate Fullstack developer skilled in JavaScript | webpack | React | Ruby | Ruby on Rails

About @forison
LEARN MORE ABOUT @FORISON'S
EXPERTISE AND PLACE ON THE INTERNET.
L O A D I N G
. . . comments & more!

About Author

Addo Boakye Forison HackerNoon profile picture
Addo Boakye Forison@forison
I am a passionate Fullstack developer skilled in JavaScript | webpack | React | Ruby | Ruby on Rails

TOPICS

THIS ARTICLE WAS FEATURED IN...

Permanent on Arweave
Read on Terminal Reader
Read this story in a terminal
 Terminal
Read this story w/o Javascript
Read this story w/o Javascript
 Lite
Learnrepo
Answeregy