咨询与建议

限定检索结果

文献类型

  • 18 篇 期刊文献
  • 7 篇 会议

馆藏范围

  • 25 篇 电子文献
  • 0 种 纸本馆藏

日期分布

学科分类号

  • 17 篇 工学
    • 17 篇 计算机科学与技术...
    • 1 篇 控制科学与工程
    • 1 篇 石油与天然气工程
    • 1 篇 软件工程
  • 14 篇 理学
    • 14 篇 数学
    • 1 篇 统计学(可授理学、...
  • 1 篇 管理学
    • 1 篇 管理科学与工程(可...

主题

  • 25 篇 in-place algorit...
  • 7 篇 sorting
  • 5 篇 space-efficient ...
  • 4 篇 merging
  • 2 篇 shortest unique ...
  • 2 篇 line-segment int...
  • 2 篇 cache-oblivious ...
  • 2 篇 in situ algorith...
  • 2 篇 string pattern m...
  • 2 篇 segment intersec...
  • 2 篇 burrows-wheeler ...
  • 2 篇 voronoi diagrams
  • 2 篇 convex hulls
  • 1 篇 string algorithm...
  • 1 篇 parallel algorit...
  • 1 篇 compressed lcp a...
  • 1 篇 lcp array
  • 1 篇 graph algorithms
  • 1 篇 transposition
  • 1 篇 computational co...

机构

  • 2 篇 eastern washingt...
  • 2 篇 indian stat inst...
  • 2 篇 carleton univ sc...
  • 2 篇 chennai math ins...
  • 2 篇 univ munster ins...
  • 2 篇 univ copenhagen ...
  • 2 篇 turku ctr comp s...
  • 1 篇 polish acad sci ...
  • 1 篇 norwegian univ s...
  • 1 篇 coll internatl b...
  • 1 篇 safarik univ dep...
  • 1 篇 univ pisa dipart...
  • 1 篇 univ estadual ca...
  • 1 篇 hbni inst math s...
  • 1 篇 univ helsinki de...
  • 1 篇 universität dort...
  • 1 篇 univ podlasie pl...
  • 1 篇 georgia inst tec...
  • 1 篇 russian acad sci...
  • 1 篇 tech univ dortmu...

作者

  • 5 篇 vahrenhold jan
  • 3 篇 gajdos jozef
  • 3 篇 geffert viliam
  • 2 篇 morin pat
  • 2 篇 chan timothy m.
  • 2 篇 chen eric y.
  • 2 篇 bose prosenjit
  • 2 篇 katajainen j
  • 2 篇 xu bojian
  • 2 篇 nandy subhas c.
  • 2 篇 roy sasanka
  • 2 篇 maheshwari anil
  • 2 篇 smid michiel
  • 2 篇 morrison jason
  • 2 篇 hon wing-kai
  • 2 篇 de minati
  • 2 篇 grossi roberto
  • 2 篇 thankachan sharm...
  • 1 篇 tretyakov a. a.
  • 1 篇 obeya omar

语言

  • 22 篇 英文
  • 3 篇 其他
检索条件"主题词=In-place algorithms"
25 条 记 录,以下是1-10 订阅
排序:
in-place algorithms for computing a largest clique in geometric intersection graphs
收藏 引用
DISCRETE APPLIED MATHEMATICS 2014年 178卷 58-70页
作者: De, Minati Nandy, Subhas C. Roy, Sasanka Technion Israel Inst Technol Dept Comp Sci IL-32000 Haifa Israel Indian Stat Inst Kolkata 700108 India Chennai Math Inst Madras 603103 Tamil Nadu India
In this paper, we study the problem of designing in-place algorithms for finding the maximum clique in the intersection graphs of axis-parallel rectangles and disks in R-2. First, we propose an O(n(2) log n) time in-p... 详细信息
来源: 评论
in-place algorithms for exact and approximate shortest unique substring problems
收藏 引用
THEORETICAL COMPUTER SCIENCE 2017年 690卷 12-25页
作者: Hon, Wing-Kai Thankachan, Sharma V. Xu, Bojian Natl Tsing Hua Univ Dept Comp Sci Hsinchu 300 Taiwan Univ Cent Florida Dept Comp Sci Orlando FL 32816 USA Eastern Washington Univ Dept Comp Sci Cheney WA 99004 USA
We revisit the exact shortest unique substring (SUS) finding problem, and propose its approximate version where mismatches are allowed, due to its applications in subfields such as computational biology, We design a g... 详细信息
来源: 评论
in-place algorithms for Computing (Layers of) Maxima
收藏 引用
ALGORITHMICA 2010年 第1期57卷 1-21页
作者: Blunck, Henrik Vahrenhold, Jan Tech Univ Dortmund D-44221 Dortmund Germany Aarhus Univ Ctr Mass Data Algorithm Ctr Danish Natl Res Fdn Dept Comp Sci DK-8200 Aarhus Denmark
We describe space-efficient algorithms for solving problems related to finding maxima among points in two and three dimensions. Our algorithms run in optimal O(n log n) time and occupy only constant extra space in add... 详细信息
来源: 评论
Optimal in-place algorithms for 3-d Convex Hulls and 2-d Segment Intersection
Optimal In-Place Algorithms for 3-d Convex Hulls and 2-d Seg...
收藏 引用
25th Annual Symposium on Computational Geometry
作者: Chan, Timothy M. Chen, Eric Y. Univ Waterloo Sch Comp Sci Waterloo ON N2L 3G1 Canada
We describe the first optimal randomized in-place algorithm for the basic 3-d convex hull problem (and, in particular, for 2-d Voronoi diagrams). The algorithm runs in O(n log n) expected time using only O(1) extra sp... 详细信息
来源: 评论
Frameworks for designing in-place graph algorithms
收藏 引用
JOURNAL OF COMPUTER AND SYSTEM SCIENCES 2022年 123卷 1-19页
作者: Chakraborty, Sankardeep Mukherjee, Anish Raman, Venkatesh Satti, Srinivasa Rao Univ Tokyo Tokyo Japan Univ Warsaw Warsaw Poland HBNI Inst Math Sci Mumbai Maharashtra India Norwegian Univ Sci & Technol Trondheim Norway
Read-only memory (ROM) model is a classical model of computation to study time-space tradeoffs of algorithms. More recently, several graph algorithms have been studied under ROM model. In this paper, we study graph al... 详细信息
来源: 评论
Optimal in-place and cache-oblivious algorithms for 3-d convex hulls and 2-d segment intersection
收藏 引用
COMPUTATIONAL GEOMETRY-THEORY AND APPLICATIONS 2010年 第8期43卷 636-646页
作者: Chan, Timothy M. Chen, Eric Y. Univ Waterloo Cheriton Sch Comp Sci Waterloo ON N2L 3G1 Canada
We describe the first optimal randomized in-place algorithm for the basic 3-d convex hull problem (and, in particular, for 2-d Voronoi diagrams). The algorithm runs in O(n log n) expected time using only O(1) extra sp... 详细信息
来源: 评论
In-place sorting with fewer moves
收藏 引用
INFORMATION PROCESSING LETTERS 1999年 第1期70卷 31-37页
作者: Katajainen, J Pasanen, TA Turku Ctr Comp Sci FIN-20520 Turku Finland Univ Copenhagen Dept Comp DK-2100 Copenhagen E Denmark
It is shown that an array of n elements can be sorted using O(1) extra space, O(n log n/log log n) element moves, and a log(2)n + O(n log log n) comparisons. This is the first in-place sorting algorithm requiring o(n ... 详细信息
来源: 评论
Optimizing stable in-place merging
收藏 引用
THEORETICAL COMPUTER SCIENCE 2003年 第1-3期302卷 191-210页
作者: Chen, JC Donghua Univ Dept Commun Shanghai 200051 Peoples R China
In 2000, Geffert et al. (Theoret. Comput. Sci. 237 (2000) 159) presented an asymptotically efficient algorithm for stable merging in constant extra space. The algorithm requires at most m(1)(t + 1) + m(2)/2' + o(m... 详细信息
来源: 评论
Multiway in-place merging
收藏 引用
THEORETICAL COMPUTER SCIENCE 2010年 第16-18期411卷 1793-1808页
作者: Geffert, Viliam Gajdos, Jozef Safarik Univ Dept Comp Sci Kosice 04001 Slovakia
We present an algorithm for asymptotically efficient k-way merging. Given an array A containing k sorted subsequences A(1),..., A(k) of respective lengths n(1),..., n(k), where Sigma(k)(i=1) n(i) = n, our algorithm me... 详细信息
来源: 评论
Asymptotically efficient in-place merging
收藏 引用
THEORETICAL COMPUTER SCIENCE 2000年 第1-2期237卷 159-181页
作者: Geffert, V Katajainen, J Pasanen, T Univ Copenhagen Dept Comp DK-2100 Copenhagen E Denmark Safarik Univ Dept Comp Sci SK-04154 Kosice Slovakia Turku Ctr Comp Sci FIN-20520 Turku Finland
Two linear-time algorithms for in-place merging are presented. Both algorithms perform at most m(t + 1) + n/2(t) + o(m) comparisons, where m and n are the sizes of the input sequences, m less than or equal to n, and t... 详细信息
来源: 评论