• 파일시티 이벤트
  • 캠퍼스북
  • LF몰 이벤트
  • 서울좀비 이벤트
  • 탑툰 이벤트
  • 닥터피엘 이벤트
  • 아이템베이 이벤트
  • 아이템매니아 이벤트

Bin Packing 발표 자료

*만*
최초 등록일
2010.01.13
최종 저작일
2009.11
61페이지/파워포인트파일 MS 파워포인트
가격 1,000원 할인쿠폰받기
다운로드
장바구니

소개글

알고리즘 수업에서 Bin Packing에 대한 발표 시 사용한 ppt 자료 입니다.
Bin Packing의 정의, NP-Completeness 증명, Approximation Algorithms(근사 알고리즘들)에 대한 내용으로 구성되어 있습니다.

목차

Introduction
Problem definition
NP-complete proof
Exact solution
Approximation algorithms
Summary

본문내용

- A Problem
We have n items each of size between 0 and 1
We want to pack these items into bins of size 1
We want to use the least possible number of bins

Input:
n items with sizes
s1, ... , sn
where 0 < si ≤ 1 for 1 ≤ i ≤ n.

Output:
Pack items into a minimum number of unit-capacity bins.

Sample:
9 items with sizes 0.5, 0.7, 0.5, 0.2, 0.4, 0.2, 0.5, 0.1, 0.6

- Only known algorithm
to find optimal solution requires trying all possibilities of loading items
All cases that all items can be listed is n!
Thus, time complexity is O(n!)

Assign an arriving item to the same bin as the preceding item. If it does not fit, close it and open a new bin, place it there, set the new bin as the last used bin for next item

Assign an arriving item to the first bin (i.e. that was opened earliest) in which it fits. If there is no such bin, open a new one and place it there.

참고 자료

없음
*만*
판매자 유형Bronze개인

주의사항

저작권 자료의 정보 및 내용의 진실성에 대하여 해피캠퍼스는 보증하지 않으며, 해당 정보 및 게시물 저작권과 기타 법적 책임은 자료 등록자에게 있습니다.
자료 및 게시물 내용의 불법적 이용, 무단 전재∙배포는 금지되어 있습니다.
저작권침해, 명예훼손 등 분쟁 요소 발견 시 고객센터의 저작권침해 신고센터를 이용해 주시기 바랍니다.
환불정책

해피캠퍼스는 구매자와 판매자 모두가 만족하는 서비스가 되도록 노력하고 있으며, 아래의 4가지 자료환불 조건을 꼭 확인해주시기 바랍니다.

파일오류 중복자료 저작권 없음 설명과 실제 내용 불일치
파일의 다운로드가 제대로 되지 않거나 파일형식에 맞는 프로그램으로 정상 작동하지 않는 경우 다른 자료와 70% 이상 내용이 일치하는 경우 (중복임을 확인할 수 있는 근거 필요함) 인터넷의 다른 사이트, 연구기관, 학교, 서적 등의 자료를 도용한 경우 자료의 설명과 실제 자료의 내용이 일치하지 않는 경우

이런 노하우도 있어요!더보기

최근 본 자료더보기
탑툰 이벤트
Bin Packing 발표 자료
  • 레이어 팝업
  • 레이어 팝업
  • 레이어 팝업