module Algorithms::Greedy::Solution

Attributes

data[R]

Public Class Methods

new(data) click to toggle source
# File lib/algorithms/greedy.rb, line 6
def initialize(data)
  @data = data
end