binpacking

There are 49 repositories under binpacking topic.

  • boxpacker3-ui

    Language:JavaScript
  • xkcd_poster_creator

    Language:Java
  • 2dpacker

    Language:C++
  • binpacking_algorithms

    Comparative analysis of the hungry algorithm vs. linear programming for the traveling salesman problem.

    Language:Python
  • SImpleBinPackingSolver

    use first fit, branch and bound, random best fit to solve bin packing problem

    Language:C#
  • 2DBinPacking

    Implementation of a Hybrid Genetic Algorithm and Unified Tabu Search for the 2D BinPacking problem. Powered by Numba for high-performance computation.

    Language:Python
  • AssemblyLine

    This was part of the lecture "object oriented programming of heuristics" at the KU Ingolstadt.

    Language:Java
  • Advanced-Algorithms

    In this repository, you can find my presentations in Shahid Beheshti University during 2021-2022.

    Language:Jupyter Notebook
  • Analysis-of-Algorithm

    In Analysis of Algorithm, I ran different sorting, search, and bin packing algorithm to see which one is faster in nano second time and then graphing the result. Assignment 1: Sorting Algorithm. Assignment 2: Different Search Algorithm . Assignment 3: String Search Algorithm. Assignment 4: Bin Packing Algorithm.

    Language:Java
  • 3DBinPacking-VisualizationTool

    Visualization Tool developed for Bachelor in Telecommunications Thesis in SORTLOT project.

    Language:JavaScript
  • SORTLOT-TFG

    SORTLOT project packing optimizer

    Language:Python
  • binpacking

    Distribution of weighted items to bins (either a fixed bin count or a fixed volume per bin). Input data may be in various forms (list, dictionary, list of tuples), with an optional key (for the weight).

    Language:Python
  • ufrr-16.1-aa-trabalho_final

    Trabalho final desenvolvido durante a disciplina de Análise de Algoritmos 2016.1 do curso de Ciência da Computação da Universidade Federal de Roraima

    Language:C++
  • ConferenceManagement

    Conference Management Challenge

    Language:C#