Skip to content

Solving a bin-packing problem using recursive backtracking

Notifications You must be signed in to change notification settings

akinfemi/fillit

Repository files navigation

fillit

Another 42 US project

Fillit solves a version of the bin packing problem using recursive backtracking. It fits irregular shaped object into the minimum square possible.

Usage

clone repo
make
./fillit examples/file_name

About

Solving a bin-packing problem using recursive backtracking

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published