kelvins / algorithms-and-data-structures

:abacus: Algorithms and Data Structures in several Programming Languages
MIT License
1.04k stars 256 forks source link

Add binary tree in Ruby #323

Closed mfornaciari closed 10 months ago

mfornaciari commented 10 months ago

Description

Adds an implementation of a binary tree in Ruby.