$\require{mediawiki-texvc}$

연합인증

연합인증 가입 기관의 연구자들은 소속기관의 인증정보(ID와 암호)를 이용해 다른 대학, 연구기관, 서비스 공급자의 다양한 온라인 자원과 연구 데이터를 이용할 수 있습니다.

이는 여행자가 자국에서 발행 받은 여권으로 세계 각국을 자유롭게 여행할 수 있는 것과 같습니다.

연합인증으로 이용이 가능한 서비스는 NTIS, DataON, Edison, Kafe, Webinar 등이 있습니다.

한번의 인증절차만으로 연합인증 가입 서비스에 추가 로그인 없이 이용이 가능합니다.

다만, 연합인증을 위해서는 최초 1회만 인증 절차가 필요합니다. (회원이 아닐 경우 회원 가입이 필요합니다.)

연합인증 절차는 다음과 같습니다.

최초이용시에는
ScienceON에 로그인 → 연합인증 서비스 접속 → 로그인 (본인 확인 또는 회원가입) → 서비스 이용

그 이후에는
ScienceON 로그인 → 연합인증 서비스 접속 → 서비스 이용

연합인증을 활용하시면 KISTI가 제공하는 다양한 서비스를 편리하게 이용하실 수 있습니다.

단순하고 스테이블한 머징알고리즘
On a Simple and Stable Merging Algorithm 원문보기

한국지능시스템학회 논문지 = Journal of Korean institute of intelligent systems, v.20 no.4, 2010년, pp.455 - 462  

김복선 (국민대학교 수학과) ,  쿠츠너 아네 (한양대학교 정보시스템학과)

초록
AI-Helper 아이콘AI-Helper

단순하고 스테이블한 머징알고리즘의 비교횟수와 관련된 worst case 복잡도를 분석한다. 복잡도 분석을 통해 소개되는 알고리즘이 m 과 n, $m{\leq}n$ 사이즈의 두 수열에 대해 O(mlog(n/m))의 비교횟수를 요구하는 사실을 증명한다. 그래서 병합에 있어서의 하계가 $\Omega$(mlog(n/m))이라는 사실로부터 우리의 알고리즘이 비교횟수와 관련해 점근적 최적 알고리즘에 해당함 을 추론가능하다. worst case 복잡도 증명을 위해 모든 입력수열로 구성된 정의구역을 두개의 서로소인 집합으로 나눈다. 그런 후 서로소인 각각의 집합으로 부터 특수한 subcase를 구별한 후 이들 subcase 각각에 대해 점근적 최적성을 증명한다. 이 증명을 바탕으로 나머지 모든 경우에 대한 최적성 또한 추론 또는 증명 가능함을 소개한다. 이로써 우리는 복잡도 분석이 까다로운 알고리즘에 대해 투명한 하나의 해를 제시한다.

Abstract AI-Helper 아이콘AI-Helper

We investigate the worst case complexity regarding the number of comparisons for a simple and stable merging algorithm. The complexity analysis shows that the algorithm performs O(mlog(n/m)) comparisons for two sequences of sizes m and n $m{\leq}n$. So, according to the lower bound for me...

주제어

AI 본문요약
AI-Helper 아이콘 AI-Helper

* AI 자동 식별 결과로 적합하지 않은 문장이 있을 수 있으니, 이용에 유의하시기 바랍니다.

제안 방법

  • Furthermore the method taken for the complexity analysis was quite complex. In this paper we complete our proof based on a new simplified method for proving the worst case complexity. Consequently we get the result that the SymMerge algorithm performs O(m log#) comparisons for two sequences of sizes m and n (m ≤ n).
  • We proved that the SymMerge algorithm is asymptotically optimal regarding the number of comparisons. The proof gained its simplicity from the special characteristic of the SymMerge algorithm to map a merging of size l(l = m+n) always to two mergings of size l/2. This “even splitting” is an interesting property of its own, it allows e.
본문요약 정보가 도움이 되었나요?

참고문헌 (13)

  1. D. E. Knuth, The Art of Computer Programming, Addison-Wesley, Vol. 3: Sorting and Searching, 1973. 

  2. K. Dudzinski and A. Dydek. “On a stable storage merging algorithm.” Information Processing Letters, Vol. 12, pp. 5-8, February 1981. 

  3. A. Symvonis, “Optimal stable merging,” Computer Journal, Vol. 38, pp. 681-690, 1995. 

  4. V. Geffert, J. Katajainen and T. Pasanen, “Asymptotically efficient in-place merging,” Theoretical Computer Science, Vol. 237, No. 1/2, pp. 159-181, 2000. 

  5. J. Chen. "Optimizing stable in-place merging," Theoretical Computer Science, Vol. 302, No. 1/3, pp. 191-210, 2003. 

  6. P. S. Kim and A. Kutzner, “On Optimal and Efficient in-Place Merging,” SOFSEM 2006, Lecture Notes in Computer Science, Springer, Vol. 3831, pp. 350-359, 2006. 

  7. P. S. Kim and A. Kutzner, “Ratio Based Stable in-Place Merging,” TAMC 2008, Lecture Notes in Computer Science, Springer, Vol. 4978, pp. 246-257, 2008. 

  8. M. A. Kronrod, “An optimal ordering algorithm without a field operation,” Dokladi Akad. Nauk SSSR, Vol. 186, pp. 1256-1258, 1969. 

  9. H. Mannila and E. Ukkonen, “A simple linear-time algorithm for in situ merging," Information Processing Letters, Vol. 18, pp. 203-208, 1984. 

  10. F. Hwang and S. Lin, “A simple algorithm for merging two disjoint linearly ordered sets," SIAM J. Comput., Vol. 1, no. 1, pp. 31-39, 1972. 

  11. P. S. Kim and A. Kutzner, “Stable Minimum Storage Merging by Symmetric Comparisons,” ESA 2004, Lecture Notes in Computer Science, Springer, Vol. 3221, pp. 714-723, 2004. 

  12. C++ Standard Template Library, “http://www.sgi.com/tech/stl." 

  13. K. Mollerhoj AND C.U. Sottrup, “Undersogelse og implementation af effektiv inplace merge," tech. rep., CPH STL Reports 2002-06, Department of Computer Science, University of Copenhagen, Denmark, June 2002. 

저자의 다른 논문 :

관련 콘텐츠

오픈액세스(OA) 유형

FREE

Free Access. 출판사/학술단체 등이 허락한 무료 공개 사이트를 통해 자유로운 이용이 가능한 논문

이 논문과 함께 이용한 콘텐츠

저작권 관리 안내
섹션별 컨텐츠 바로가기

AI-Helper ※ AI-Helper는 오픈소스 모델을 사용합니다.

AI-Helper 아이콘
AI-Helper
안녕하세요, AI-Helper입니다. 좌측 "선택된 텍스트"에서 텍스트를 선택하여 요약, 번역, 용어설명을 실행하세요.
※ AI-Helper는 부적절한 답변을 할 수 있습니다.

선택된 텍스트

맨위로