RISS 학술연구정보서비스

검색
다국어 입력

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

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

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

    RISS 인기검색어

      KCI등재

      배열 표현을 이용한 M-힙에서 삽입/삭제 알고리즘 = Insertion/Deletion algorithms on M-heap with an array representation

      한글로보기

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

      • 0

        상세조회
      • 0

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

      부가정보

      국문 초록 (Abstract)

      스케줄링, 정렬, 및 최단 거리 계산 네트워크 문제 등과 같은 응용에 이용될 수 있는 우선 순위 큐 중, 피보나치 힙, 페어링 힙, 및 M-힙은 포인터를 이용하는 자료 구조이다. 본 논문에서는 [1]에서 문제점으로 남겨두었던 M-힙을 배열을 이용하여 표현한 MA-힙(M-heap with an array representation)를 제안한다. MA-힙은 M-힙과 동일한 시간 복잡도인 O(1) 삽입 전이 시간과 O(logn) 삭제 시간 복잡도를 가지며, 단순한 전통적인 힙에 근거하고 있기 때문에 [5]에서 제안된 힙보다 구현이 매우 용이하다.
      번역하기

      스케줄링, 정렬, 및 최단 거리 계산 네트워크 문제 등과 같은 응용에 이용될 수 있는 우선 순위 큐 중, 피보나치 힙, 페어링 힙, 및 M-힙은 포인터를 이용하는 자료 구조이다. 본 논문에서는 [1]...

      스케줄링, 정렬, 및 최단 거리 계산 네트워크 문제 등과 같은 응용에 이용될 수 있는 우선 순위 큐 중, 피보나치 힙, 페어링 힙, 및 M-힙은 포인터를 이용하는 자료 구조이다. 본 논문에서는 [1]에서 문제점으로 남겨두었던 M-힙을 배열을 이용하여 표현한 MA-힙(M-heap with an array representation)를 제안한다. MA-힙은 M-힙과 동일한 시간 복잡도인 O(1) 삽입 전이 시간과 O(logn) 삭제 시간 복잡도를 가지며, 단순한 전통적인 힙에 근거하고 있기 때문에 [5]에서 제안된 힙보다 구현이 매우 용이하다.

      더보기

      다국어 초록 (Multilingual Abstract)

      Priority queues can be used in applications such as scheduling, sorting, and shortest path network problem. Fibonacci heap, pairing heap, and M-heap are priority queues based on pointers. This paper proposes a modified M-heap with an array representation, called MA-heap, that resolves the problem mentioned in [1]. The MA-heap takes O(1) amortized time and O(logn) time to insert an element and delete the max/min element, respectively. These time complexities are the same as those of the M-heap. In addition, it is much easier to implement an MA-heap than a heap proposed in [5] since it is based on the simple traditional heap.
      번역하기

      Priority queues can be used in applications such as scheduling, sorting, and shortest path network problem. Fibonacci heap, pairing heap, and M-heap are priority queues based on pointers. This paper proposes a modified M-heap with an array representat...

      Priority queues can be used in applications such as scheduling, sorting, and shortest path network problem. Fibonacci heap, pairing heap, and M-heap are priority queues based on pointers. This paper proposes a modified M-heap with an array representation, called MA-heap, that resolves the problem mentioned in [1]. The MA-heap takes O(1) amortized time and O(logn) time to insert an element and delete the max/min element, respectively. These time complexities are the same as those of the M-heap. In addition, it is much easier to implement an MA-heap than a heap proposed in [5] since it is based on the simple traditional heap.

      더보기

      참고문헌 (Reference)

      1 M. Fredman, "The pairing heap:A new form of self-adjusting heap" 1 : 111-129, Mar.1986.

      2 H. Jung, "The d-deap*:A fast and simple cache-aligned d-ary deap" 93 (93): 63-67, 2005.Jan.

      3 A. LaMarca, "The Influence of Caches on the Performance of Heaps" 1 (1): 1-32, 1996

      4 T.J. Stasko, "Pairing heaps:experiments and analysis" 30 (30): 234-249, 1987.

      5 "M-heap:A Modified heap data structures" 14 (14): 491-502, 2003

      6 D. Mehta, "Handbook of Data Structures and Applications" Chapman & Hall/CRC, New York 2005

      7 E. Horowitz, "Fundamentals of Data Structures in C++" 1995.

      8 M. Fredman, "Fibonacci heaps and their uses in improved network optimization algorithms" 34 (34): 596-615, 1987.

      9 S. Carlsson, "An implicit binomial queue with constant insertion time" 318 : 1-13, July.1988.

      1 M. Fredman, "The pairing heap:A new form of self-adjusting heap" 1 : 111-129, Mar.1986.

      2 H. Jung, "The d-deap*:A fast and simple cache-aligned d-ary deap" 93 (93): 63-67, 2005.Jan.

      3 A. LaMarca, "The Influence of Caches on the Performance of Heaps" 1 (1): 1-32, 1996

      4 T.J. Stasko, "Pairing heaps:experiments and analysis" 30 (30): 234-249, 1987.

      5 "M-heap:A Modified heap data structures" 14 (14): 491-502, 2003

      6 D. Mehta, "Handbook of Data Structures and Applications" Chapman & Hall/CRC, New York 2005

      7 E. Horowitz, "Fundamentals of Data Structures in C++" 1995.

      8 M. Fredman, "Fibonacci heaps and their uses in improved network optimization algorithms" 34 (34): 596-615, 1987.

      9 S. Carlsson, "An implicit binomial queue with constant insertion time" 318 : 1-13, July.1988.

      더보기

      분석정보

      View

      상세정보조회

      0

      Usage

      원문다운로드

      0

      대출신청

      0

      복사신청

      0

      EDDS신청

      0

      동일 주제 내 활용도 TOP

      더보기

      주제

      연도별 연구동향

      연도별 활용동향

      연관논문

      연구자 네트워크맵

      공동연구자 (7)

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

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

      학술지 이력

      학술지 이력
      연월일 이력구분 이력상세 등재구분
      2027 평가예정 재인증평가 신청대상 (재인증)
      2021-01-01 평가 등재학술지 유지 (재인증) KCI등재
      2018-01-01 평가 등재학술지 유지 (등재유지) KCI등재
      2015-01-01 평가 등재학술지 유지 (등재유지) KCI등재
      2012-10-31 학술지명변경 한글명 : 컴퓨터 및 통신시스템 -> 정보처리학회논문지. 컴퓨터 및 통신시스템 KCI등재
      2012-10-10 학술지명변경 한글명 : 정보처리학회논문지A -> 컴퓨터 및 통신시스템
      외국어명 : The KIPS Transactions Part : A -> KIPS Transactions on Computer and Communication Systems
      KCI등재
      2010-01-01 평가 등재학술지 유지 (등재유지) KCI등재
      2009-03-04 학술지명변경 한글명 : 정보처리학회논문지 A, B, C, D -> 정보처리학회논문지 A
      외국어명 : The KIPS Transactions Part : A, B, C, D -> The KIPS Transactions Part : A
      KCI등재
      2009-03-04 학술지명변경 한글명 : 정보처리학회논문지 A -> 정보처리학회논문지A KCI등재
      2008-01-01 평가 등재학술지 유지 (등재유지) KCI등재
      2006-01-01 평가 등재학술지 유지 (등재유지) KCI등재
      2003-01-01 평가 등재학술지 선정 (등재후보2차) KCI등재
      2002-01-01 평가 등재후보 1차 PASS (등재후보1차) KCI등재후보
      2000-07-01 평가 등재후보학술지 선정 (신규평가) KCI등재후보
      더보기

      학술지 인용정보

      학술지 인용정보
      기준연도 WOS-KCI 통합IF(2년) KCIF(2년) KCIF(3년)
      2016 0.16 0.16 0.14
      KCIF(4년) KCIF(5년) 중심성지수(3년) 즉시성지수
      0.12 0.11 0.315 0.07
      더보기

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

      나만을 위한 추천자료

      해외이동버튼