RISS 학술연구정보서비스

검색
다국어 입력

http://chineseinput.net/에서 pinyin(병음)방식으로 중국어를 변환할 수 있습니다.

변환된 중국어를 복사하여 사용하시면 됩니다.

예시)
  • 中文 을 입력하시려면 zhongwen을 입력하시고 space를누르시면됩니다.
  • 北京 을 입력하시려면 beijing을 입력하시고 space를 누르시면 됩니다.
닫기
    인기검색어 순위 펼치기

    RISS 인기검색어

      KCI등재

      부분집합 합 문제의 일반화된 감산 알고리즘 = A Generalized Subtractive Algorithm for Subset Sum Problem

      한글로보기

      https://www.riss.kr/link?id=A108118548

      • 0

        상세조회
      • 0

        다운로드
      서지정보 열기
      • 내보내기
      • 내책장담기
      • 공유하기
      • 오류접수

      부가정보

      다국어 초록 (Multilingual Abstract)

      This paper presents a subset sum problem (SSP) algorithm which takes the time complexity of   log. The SSP can be classified into either super-increasing sequence or random sequence depending on the element of Set  . Additive algorit...

      This paper presents a subset sum problem (SSP) algorithm which takes the time complexity of   log. The SSP can be classified into either super-increasing sequence or random sequence depending on the element of Set  . Additive algorithm that runs in  log has already been proposed to and utilized for the super-increasing sequence SSP, but exhaustive Brute-Force method with time complexity of    remains as the only viable algorithm for the random sequence SSP, which is thus considered NP-complete. The proposed subtractive algorithm basically selects a subset  comprised of values lower than target value , then sets the subset sum less the target value as the Residual r, only to remove from  the maximum value among those lower than  . When tested on various super-increasing and random sequence SSPs, the algorithm has obtained optimal solutions running less than the cardinality of  . It can therefore be used as a general algorithm for the SSP.

      더보기

      국문 초록 (Abstract)

      본 논문은 부분집합 합 문제의 해를 수행 복잡도   log으로 얻는 알고리즘을 제안하였다. SSP는 집합  의원소가 초증가수열과 랜덤수열로 구성된 경우로 구분된다. 초증가수열 SSP...

      본 논문은 부분집합 합 문제의 해를 수행 복잡도   log으로 얻는 알고리즘을 제안하였다. SSP는 집합  의원소가 초증가수열과 랜덤수열로 구성된 경우로 구분된다. 초증가수열 SSP의 해를 구하는 알고리즘은 수행 복잡도  log의 가산 알고리즘 (Additive Algorithm)이 제안되었다. 그러나 랜덤수열 SSP의 해를 구하는 알고리즘은  의 가능한 모든 경우수를 확인하는 Brute-Force 방법으로 수행 복잡도는   만이 알려져 있다. 결국, SSP는NP-완전 (NP-Complete) 문제로 알려져 있다. 본 논문은 초증가수열과 랜덤수열 SSP에 대해 수행 복잡도   log으로 해를 구하는 감산 알고리즘 을 제안하였다. 기존 개념은 목표 값 보다 작은 값으로 구성된 부분집합 에 대해 부분집합의 합에서 목표값을 뺀 값을 잉여량 (Residual, r)으로 하여 잉여량 보다 작은 값들 중 최대 값을 에서 제거하는방법을 적용하였다. 제안된 알고리즘을 다양한 초증가수열과 랜덤수열 SSP에 적용한 결과 의 원소 개수보다 적은 수행횟수로 해를 빠르게 얻는데 성공하였다. 결국, 제안된 알고리즘은 SSP의 해를 얻는 일반적인 알고리즘으로 적용할 수있을 것이다.

      더보기

      참고문헌 (Reference)

      1 D. Nacin, "The Subset-Sum Problem" William Paterson University 2008

      2 J. Bakker, "The Knapsack Problem and The LLL Algorithm"

      3 R. J. W. James, "Techniques for solving subset sum problems within a given tolerance" Wiley 12 (12): 437-453, 2005

      4 S. K. Chong, "On Pedagogically Sound Examples in Public-key Cryptography" 48 (48): 63-68, 2006

      5 C. Blair, "Notes on Cryptography" University of Illinois 1994

      6 Wikipedia, "NP-Complete" Wikimedia Foundation Inc

      7 G. Fee, "Math 342: Elementary Number Theory" SFU 2000

      8 Wikipedia, "List of Knapsack Problems" Wikimedia Foundation Inc

      9 J. C. Gao, "Introduction to Knapsack Cipher"

      10 T. H. Cormen, "Introduction to Algorithms" McGrew-Hill Book Company 2005

      1 D. Nacin, "The Subset-Sum Problem" William Paterson University 2008

      2 J. Bakker, "The Knapsack Problem and The LLL Algorithm"

      3 R. J. W. James, "Techniques for solving subset sum problems within a given tolerance" Wiley 12 (12): 437-453, 2005

      4 S. K. Chong, "On Pedagogically Sound Examples in Public-key Cryptography" 48 (48): 63-68, 2006

      5 C. Blair, "Notes on Cryptography" University of Illinois 1994

      6 Wikipedia, "NP-Complete" Wikimedia Foundation Inc

      7 G. Fee, "Math 342: Elementary Number Theory" SFU 2000

      8 Wikipedia, "List of Knapsack Problems" Wikimedia Foundation Inc

      9 J. C. Gao, "Introduction to Knapsack Cipher"

      10 T. H. Cormen, "Introduction to Algorithms" McGrew-Hill Book Company 2005

      11 R. Merkle, "Hiding information and signatures in trapdoor knapsacks" Institute of Electrical and Electronics Engineers (IEEE) 24 (24): 525-530, 1978

      12 B. Ho, "Further Exploration in Public Key Encryption" 2000

      13 A. Moffat, "Example for the book "Programming, Problem Solving, and Abstraction with C" Pearson Sprint 2003

      14 C. Christensen, "Cryptology: The Knapsack Problem" Northern Kentucky University 2005

      15 A. Yasinsac, "Cryptography: Public Key Algorithm Cryptography based on the Knapsack Problem" University of South Alabama 2008

      16 B, "Cryptography Again: Algorithmic Problem Solving" The University of Melbourne 2008

      17 F. R. Dogar, "Connection Preemption in Multi-Class Networks" 2006

      18 C. Umans, "Computer Science" California Institute of Technology 2008

      19 K. Scott, "CS 413, Computer and Data Security: The Knapsack Problem and Merkle Hellman Encryption"

      20 G. J. Woeginger, "CO2a: Combinatorial Optimization -Open Problems Around Exact Algorithms" TU Eindhoven 2008

      더보기

      동일학술지(권/호) 다른 논문

      분석정보

      View

      상세정보조회

      0

      Usage

      원문다운로드

      0

      대출신청

      0

      복사신청

      0

      EDDS신청

      0

      동일 주제 내 활용도 TOP

      더보기

      주제

      연도별 연구동향

      연도별 활용동향

      연관논문

      연구자 네트워크맵

      공동연구자 (7)

      유사연구자 (20) 활용도상위20명

      인용정보 인용지수 설명보기

      학술지 이력

      학술지 이력
      연월일 이력구분 이력상세 등재구분
      2026 평가예정 재인증평가 신청대상 (재인증)
      2020-01-01 평가 등재학술지 유지 (재인증) KCI등재
      2017-01-01 평가 등재학술지 유지 (계속평가) KCI등재
      2014-01-08 학술지명변경 외국어명 : 미등록 -> The Journal of The Institute of Internet, Broadcasting and Communication KCI등재
      2013-12-26 학회명변경 영문명 : The Institute of Webcasting, Internet and Telecommunication -> The Institute of Internet, Broadcasting and Communication KCI등재
      2013-01-01 평가 등재 1차 FAIL (등재유지) KCI등재
      2011-02-22 학술지명변경 한글명 : 한국인터넷방송통신TV학회 논문지 -> 한국인터넷방송통신학회 논문지 KCI등재
      2010-06-21 학회명변경 한글명 : 한국인터넷방송통신TV학회 -> 한국인터넷방송통신학회
      영문명 : Institute Of Webcasting, Internet Television And Telecommunication -> The Institute of Webcasting, Internet and Telecommunication
      KCI등재
      2010-01-01 평가 등재학술지 선정 (등재후보2차) KCI등재
      2009-01-01 평가 등재후보 1차 PASS (등재후보1차) KCI등재후보
      2008-06-17 학술지등록 한글명 : 한국인터넷방송통신TV학회 논문지
      외국어명 : 미등록
      KCI등재후보
      2008-01-01 평가 등재후보학술지 유지 (등재후보1차) KCI등재후보
      2006-01-01 평가 등재후보학술지 선정 (신규평가) KCI등재후보
      2005-08-25 학회명변경 한글명 : 한국인터넷방송/TV학회 -> 한국인터넷방송통신TV학회
      영문명 : Institute Of Webcasting, Internet Television And Telecommunication -> Institute Of Webcasting, Internet Television And Telecommunication
      더보기

      학술지 인용정보

      학술지 인용정보
      기준연도 WOS-KCI 통합IF(2년) KCIF(2년) KCIF(3년)
      2016 0.46 0.46 0.41
      KCIF(4년) KCIF(5년) 중심성지수(3년) 즉시성지수
      0.36 0.33 0.442 0.16
      더보기

      이 자료와 함께 이용한 RISS 자료

      나만을 위한 추천자료

      해외이동버튼