Práctica 10 de LPP

Alumnos:

=================

Jerarquía de la práctica

.
├── bin
│   └── P10lppt13
├── Gemfile
├── .git
├── .gitignore
├── lib
│   ├── P10lppt13
│   │   └── version.rb
│   └── P10lppt13.rb
├── LICENSE.txt
├── P10lppt13.gemspec
├── Rakefile
├── README.md
├── .README.md.kate-swp
└── .travis.yml

Clases que contendrá la práctica

En primer lugar, existirá una clase base "Matriz" abstracta, de la que heredarán "Dispera" y "Densa", 
y en la que se encontrarán los métodos comunes a ambas subclases, que según el porcentaje de
elementos que sean igual a cero, se tratará de un tipo de matriz u otro.

Installation

Add this line to your application's Gemfile:

gem 'Practica9'

And then execute:

$ bundle

Or install it yourself as:

$ gem install Practica9

Usage

TODO: Write usage instructions here

Contributing

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request