Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 436 Bytes

File metadata and controls

11 lines (7 loc) · 436 Bytes

W12D02-HW

Ruby Blackjack: 2-4hrs

Singly Linked List in Ruby

Review the Singly Linked List markdown file and pseduocode/write down in a comment what each method does line by line. You may do this in a ruby repl to be able to see the code run and work.

Tomorrow morning you will be solving an interview question based around the concepts of a Singly Linked List.