Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/otaviof/perl-pile_of_boxes

Perl implementation using "Moose" of Pile of Boxes (http://online-judge.uva.es/p/v9/946.html)
https://github.com/otaviof/perl-pile_of_boxes

Last synced: about 1 month ago
JSON representation

Perl implementation using "Moose" of Pile of Boxes (http://online-judge.uva.es/p/v9/946.html)

Awesome Lists containing this project

README

        

Dojo-PileOfBoxes
****************

Perl implementation using "Moose" of Pile of Boxes
(http://online-judge.uva.es/p/v9/946.html)

INSTALLATION

To install this module, run the following commands:

$ perl Makefile.PL
$ make
$ make test
$ make install
$ perl bin/pile_of_boxes.pl 8 10 4 6 3 11 7 8 5

COPYRIGHT AND LICENCE

Copyright (C) 2009 Otavio Fernandes

This program is free software; you can redistribute it and/or modify it
under the same terms as Perl itself.