Skip to content

An exercise to create a tree structure in an array! Make the tests pass.

Notifications You must be signed in to change notification settings

JMazzy/treelike-array

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tree-like Array in Ruby

An exercise to create a tree structure in an array using Ruby!

  • Fill in the methods in the file in the lib folder
  • Contains Rspec tests. Make them pass!

I presented this to the class as a data structure challenge problem as part of Viking Code School.

For my solution to this problem, please see my heap implementation (https://github.com/JMazzy/ruby-heap-and-heapsort).

About

An exercise to create a tree structure in an array! Make the tests pass.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages