binpacking

There are 48 repositories under binpacking topic.

  • xkcd_poster_creator

    Language:Java
  • 2dpacker

    Language:C++
  • BinPackingProblem

    This repository serves as a comprehensive collection of solutions and implementations for the Bin Packing 1D problem.

    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++
  • py-touchingperimeter

    A naive implementation of the touching perimeter packing algorithm in python.

    Language:Python
  • ConferenceManagement

    Conference Management Challenge

    Language:C#