summaryrefslogtreecommitdiffstats
path: root/python/rectangle-packer/README
diff options
context:
space:
mode:
Diffstat (limited to 'python/rectangle-packer/README')
-rw-r--r--python/rectangle-packer/README2
1 files changed, 2 insertions, 0 deletions
diff --git a/python/rectangle-packer/README b/python/rectangle-packer/README
new file mode 100644
index 0000000000..b9ac209fd6
--- /dev/null
+++ b/python/rectangle-packer/README
@@ -0,0 +1,2 @@
+ Given a set of rectangles with fixed orientations, find a bounding
+box of minimum area that contains them all with no overlap.