Skip to content

Comparing List interfaces implemented with Array vs Linked Nodes

Notifications You must be signed in to change notification settings

Ada-C5/list-implementations

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Practice Together

Together we will write array-list.rb where we will simulate what happens "under the hood" with Ruby's Array object.

Then we will also take a look at linked-list.rb and see how the implementation is different and uses nodes instead of a native array to store data.

Assignment

Do your best to write include? and size in linked-list.rb, modeling after display. If you are feeling ambitious, write max as well.

About

Comparing List interfaces implemented with Array vs Linked Nodes

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 100.0%