咨询与建议

限定检索结果

文献类型

  • 10 篇 期刊文献
  • 3 篇 会议

馆藏范围

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

日期分布

学科分类号

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

主题

  • 13 篇 space-efficient ...
  • 5 篇 in-place algorit...
  • 2 篇 line-segment int...
  • 2 篇 in situ algorith...
  • 2 篇 burrows-wheeler ...
  • 2 篇 dynamic programm...
  • 2 篇 exponential time...
  • 1 篇 arrangments
  • 1 篇 tree decompositi...
  • 1 篇 computational ge...
  • 1 篇 combinatorial se...
  • 1 篇 data compression
  • 1 篇 separator theore...
  • 1 篇 minimum enclosin...
  • 1 篇 exact exponentia...
  • 1 篇 external memory ...
  • 1 篇 suffix sorting
  • 1 篇 k-sum
  • 1 篇 optimal paths
  • 1 篇 read-only memory...

机构

  • 2 篇 carleton univ sc...
  • 2 篇 univ munster ins...
  • 1 篇 penn state univ ...
  • 1 篇 indian stat inst...
  • 1 篇 fernunivers hage...
  • 1 篇 indian inst tech...
  • 1 篇 mit comp sci & a...
  • 1 篇 eindhoven univ t...
  • 1 篇 chennai math ins...
  • 1 篇 google inc 1600 ...
  • 1 篇 universität dort...
  • 1 篇 univ padua dipar...
  • 1 篇 univ pisa dipart...
  • 1 篇 suny buffalo dep...
  • 1 篇 technion israel ...
  • 1 篇 brown univ dept ...
  • 1 篇 univ texas dept ...
  • 1 篇 aalto univ dept ...
  • 1 篇 univ notre dame ...
  • 1 篇 univ dortmund in...

作者

  • 4 篇 vahrenhold jan
  • 2 篇 morin pat
  • 2 篇 bose prosenjit
  • 2 篇 maheshwari anil
  • 2 篇 smid michiel
  • 2 篇 morrison jason
  • 1 篇 jain rahul
  • 1 篇 watanabe osamu
  • 1 篇 manzini giovanni
  • 1 篇 hu xb
  • 1 篇 vyas nikhil
  • 1 篇 daescu o
  • 1 篇 pietracaprina a.
  • 1 篇 bansal nikhil
  • 1 篇 pucci g.
  • 1 篇 ferragina paolo
  • 1 篇 nandy subhas c.
  • 1 篇 yu huiwen
  • 1 篇 roy sasanka
  • 1 篇 nederlof jesper

语言

  • 12 篇 英文
  • 1 篇 其他
检索条件"主题词=space-efficient algorithms"
13 条 记 录,以下是1-10 订阅
排序:
space-efficient algorithms for reachability in directed geometric graphs
收藏 引用
THEORETICAL COMPUTER SCIENCE 2023年 第1期961卷
作者: Bhore, Sujoy Jain, Rahul Indian Inst Technol Dept Comp Sci & Engn Mumbai India Fernunivers Hagen Hagen Germany
The problem of graph REACHABILITY is to decide whether there is a path from one vertex to another in a given graph. In this paper, we study the REACHABILITY problem on three distinct graph families - intersection grap... 详细信息
来源: 评论
FASTER space-efficient algorithms FOR SUBSET SUM, k-SUM, AND RELATED PROBLEMS
收藏 引用
SIAM JOURNAL ON COMPUTING 2018年 第5期47卷 1755-1777页
作者: Bansal, Nikhil Garg, Shashwat Nederlof, Jesper Vyas, Nikhil Eindhoven Univ Technol Dept Math & Comp Sci NL-5600 AB Eindhoven Netherlands MIT Comp Sci & Artificial Intelligence Lab 77 Massachusetts Ave Cambridge MA 02139 USA
We present randomized algorithms that solve subset sum and knapsack instances with n items in O*((20.86n)) time, where the O* (.) notation suppresses factors polynomial in the input size, and polynomial space, assumin... 详细信息
来源: 评论
space-efficient parallel algorithms for combinatorial search problems
收藏 引用
JOURNAL OF PARALLEL AND DISTRIBUTED COMPUTING 2015年 76卷 58-65页
作者: Pietracaprina, A. Pucci, G. Silvestri, F. Vandin, F. Univ Padua Dipartimento Ingn Informaz I-35131 Padua Italy Univ Southern Denmark Dept Math & Comp Sci DK-5230 Odense M Denmark Brown Univ Dept Comp Sci Providence RI 02912 USA
We present space-efficient parallel strategies for two fundamental combinatorial search problems, namely, backtrack search and branch-and-bound, both involving the visit of an n-node tree of height h under the assumpt... 详细信息
来源: 评论
space efficient Separator algorithms for Planar Graphs  14th
Space Efficient Separator Algorithms for Planar Graphs
收藏 引用
14th International Conference and Workshops on algorithms and Computation (WALCOM)
作者: Watanabe, Osamu Tokyo Inst Technol Tokyo 1528550 Japan
The Separator Theorem states that any planar graph G with n vertices has a separator of size O(root n), that is, a set S of O(root n) vertices of G such that by removing S, G is split into disconnected subgraphs of al... 详细信息
来源: 评论
space-efficient geometric divide-and-conquer algorithms
收藏 引用
COMPUTATIONAL GEOMETRY-THEORY AND APPLICATIONS 2007年 第3期37卷 209-227页
作者: Bose, Prosenjit Maheshwari, Anil Morin, Pat Morrison, Jason Smid, Michiel Vahrenhold, Jan Carleton Univ Sch Comp Sci Ottawa ON K1S 5B6 Canada Univ Munster Inst Informat D-48149 Munster Germany
We develop a number of space-efficient tools including an approach to simulate divide-and-conquer space-efficiently, stably selecting and unselecting a subset from a sorted set, and computing the kth smallest element ... 详细信息
来源: 评论
space-efficient geometric divide-and-conquer algorithms
Space-efficient geometric divide-and-conquer algorithms
收藏 引用
20th European Workshop on Computational Geometry
作者: Bose, Prosenjit Maheshwari, Anil Morin, Pat Morrison, Jason Smid, Michiel Vahrenhold, Jan Carleton Univ Sch Comp Sci Ottawa ON K1S 5B6 Canada Univ Munster Inst Informat D-48149 Munster Germany
We develop a number of space-efficient tools including an approach to simulate divide-and-conquer space-efficiently, stably selecting and unselecting a subset from a sorted set, and computing the kth smallest element ... 详细信息
来源: 评论
Finding an optimal path without growing the tree
收藏 引用
JOURNAL OF algorithms-COGNITION INFORMATICS AND LOGIC 2003年 第1期49卷 13-41页
作者: Chen, DZ Daescu, O Hu, XB Xu, JH Univ Notre Dame Dept Comp Sci & Engn Notre Dame IN 46556 USA Univ Texas Dept Comp Sci Richardson TX 75083 USA SUNY Buffalo Dept Comp Sci & Engn Buffalo NY 14260 USA
For problems on computing an optimal path as well as its length in a certain setting, the "standard" approach for finding an actual optimal path is by building (or "growing") a single-source optima... 详细信息
来源: 评论
Fast BWT in small space by blockwise suffix sorting
收藏 引用
THEORETICAL COMPUTER SCIENCE 2007年 第3期387卷 249-257页
作者: Karkkainen, Juha Univ Helsinki Dept Comp Sci FI-00014 Helsinki Finland
We present a new space- and time-efficient algorithm for computing the Burrow-Wheeler transform (BWT). For any choice of a parameter upsilon E [3, n(2/3)], the computation of BWT for a text of length n takes O(n log n... 详细信息
来源: 评论
space Saving by Dynamic Algebraization Based on Tree-Depth
收藏 引用
THEORY OF COMPUTING SYSTEMS 2017年 第2期61卷 283-304页
作者: Furer, Martin Yu, Huiwen Penn State Univ Dept Comp Sci & Engn University Pk PA 16802 USA Google Inc 1600 Amphitheatre Pkwy Mountain View CA USA Penn State Univ University Pk PA 16802 USA
Dynamic programming is widely used for exact computations based on tree decompositions of graphs. However, the space complexity is usually exponential in the treewidth. We study the problem of designing efficient dyna... 详细信息
来源: 评论
Lightweight Data Indexing and Compression in External Memory
收藏 引用
ALGORITHMICA 2012年 第3期63卷 707-730页
作者: Ferragina, Paolo Gagie, Travis Manzini, Giovanni Univ Piemonte Orientale Dipartimento Informat Alessandria Italy Univ Pisa Dipartimento Informat Pisa Italy Aalto Univ Dept Comp Sci & Engn Helsinki Finland
In this paper we describe algorithms for computing the Burrows-Wheeler Transform (bwt) and for building (compressed) indexes in external memory. The innovative feature of our algorithms is that they are lightweight in... 详细信息
来源: 评论