aboutsummaryrefslogtreecommitdiff
path: root/python/rectangle-packer/README
diff options
context:
space:
mode:
authorWilliam PC <w_calandrini[at]hotmail[dot]com>2022-11-06 16:06:16 +0000
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2022-11-12 22:32:58 +0700
commitebab4567f00867013a9ca054f89949e5bed6c97c (patch)
tree5955db5916e43c74bdcb514501a9a67caf253d3d /python/rectangle-packer/README
parent19f069d05455d3f8066a90ddc8fb67760ddcc3eb (diff)
python/rectangle-packer: Added (find bounding box for rectangles)
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
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.