咨询与建议

限定检索结果

文献类型

  • 16 篇 期刊文献
  • 6 篇 会议
  • 1 篇 学位论文

馆藏范围

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

日期分布

学科分类号

  • 21 篇 工学
    • 19 篇 计算机科学与技术...
    • 8 篇 软件工程
  • 8 篇 理学
    • 8 篇 数学

主题

  • 23 篇 amortized comple...
  • 4 篇 algorithms
  • 3 篇 analysis of algo...
  • 3 篇 exponential pote...
  • 3 篇 functional progr...
  • 2 篇 functional pearl
  • 2 篇 dynamic algorith...
  • 2 篇 self-adjusting d...
  • 2 篇 datastructures
  • 2 篇 database access ...
  • 2 篇 theory
  • 2 篇 finger trees
  • 2 篇 data structures
  • 2 篇 data structure
  • 2 篇 communication co...
  • 1 篇 parallel algorit...
  • 1 篇 single-source sh...
  • 1 篇 kd-tree
  • 1 篇 performance
  • 1 篇 linearizable

机构

  • 2 篇 princeton univ d...
  • 2 篇 univ rome la sap...
  • 1 篇 ist austria klos...
  • 1 篇 univ bielefeld b...
  • 1 篇 univ chicago dep...
  • 1 篇 intertrust techn...
  • 1 篇 heriot watt univ...
  • 1 篇 1. universit?t d...
  • 1 篇 microsoft res ny...
  • 1 篇 univ amsterdam k...
  • 1 篇 univ aquila dipa...
  • 1 篇 univ tampere dep...
  • 1 篇 univ aquila dipa...
  • 1 篇 microsoft res re...
  • 1 篇 department of ma...
  • 1 篇 digicash kruisla...
  • 1 篇 interact syst in...
  • 1 篇 ben gurion univ ...
  • 1 篇 technion israel ...
  • 1 篇 intertrust techn...

作者

  • 3 篇 tarjan robert e.
  • 3 篇 schoenmakers b
  • 3 篇 sen siddhartha
  • 2 篇 tamm ulrich
  • 2 篇 frigioni d
  • 2 篇 nanni u
  • 1 篇 marchetti-spacca...
  • 1 篇 palem kv
  • 1 篇 awerbuch baruch
  • 1 篇 sleator dd
  • 1 篇 mehlhorn k
  • 1 篇 kim david hong k...
  • 1 篇 nipkow tobias
  • 1 篇 haussler d
  • 1 篇 kaldewaij a
  • 1 篇 brinkop hauke
  • 1 篇 kedem zm
  • 1 篇 travers corentin
  • 1 篇 robere robert
  • 1 篇 cidon israel

语言

  • 22 篇 英文
  • 1 篇 其他
检索条件"主题词=Amortized complexity"
23 条 记 录,以下是1-10 订阅
排序:
Liquid Amortization: Proving amortized complexity with LiquidHaskell (Functional Pearl)  17
Liquid Amortization: Proving Amortized Complexity with Liqui...
收藏 引用
17th International Symposium on Haskell (Haskell)
作者: van Brugge, Jan Heriot Watt Univ Edinburgh Midlothian Scotland
Formal reasoning about the time complexity of algorithms and data structures is usually done in interactive theorem provers like Isabelle/HOL [16]. This includes reasoning about amortized time complexity which looks a... 详细信息
来源: 评论
Long-lived counters with polylogarithmic amortized step complexity
收藏 引用
DISTRIBUTED COMPUTING 2023年 第1期36卷 29-43页
作者: Baig, Mirza Ahad Hendler, Danny Milani, Alessia Travers, Corentin IST Austria Klosterneuburg Austria Ben Gurion Univ Negev Beer Sheva Israel Marseille Univ Marseille France
A shared-memory counter is a widely-used and well-studied concurrent object. It supports two operations: An Inc operation that increases its value by 1 and a Read operation that returns its current value. In Jayanti e... 详细信息
来源: 评论
amortized complexity Verified
收藏 引用
JOURNAL OF AUTOMATED REASONING 2019年 第3期62卷 367-391页
作者: Nipkow, Tobias Brinkop, Hauke Tech Univ Munich Munich Germany
A framework for the analysis of the amortized complexity of functional data structures is formalized in the proof assistant Isabelle/HOL and applied to a number of standard examples and to the following non-trivial on... 详细信息
来源: 评论
amortized Circuit complexity, Formal complexity Measures, and Catalytic Algorithms  62
Amortized Circuit Complexity, Formal Complexity Measures, an...
收藏 引用
62nd IEEE Annual Symposium on Foundations of Computer Science (FOCS)
作者: Robere, Robert Zuiddam, Jeroen McGill Univ Sch Comp Sci Montreal PQ Canada Univ Amsterdam Korteweg De Vries Inst Math Amsterdam Netherlands
We study the amortized circuit complexity of boolean functions. Given a circuit model F and a boolean function f : {0, 1}(n) -> {0, 1}, the F-amortized circuit complexity is defined to be the size of the smallest c... 详细信息
来源: 评论
Finger Trees Explained Anew, and Slightly Simplified (Functional Pearl)  13
Finger Trees Explained Anew, and Slightly Simplified (Functi...
收藏 引用
13th International Symposium on Haskell (Haskell)
作者: Claessen, Koen Chalmers Univ Technol Gothenburg Sweden
We explicitly motivate the subtle intricacies of Hinze and Paterson's Finger Tree datastructure, by step-wise refining a naive implementation. The result is a new explanation of how Finger Trees work and why they ... 详细信息
来源: 评论
Lock-free Concurrent Search
Lock-free Concurrent Search
收藏 引用
作者: BAPI CHATTERJEE Chalmers University of Technology
学位级别:博士
The contemporary computers typically consist of multiple computing cores with high compute power. Such computers make excellent concurrent asyn- chronous shared memory system. On the other hand, though many celebrated... 详细信息
来源: 评论
Communication complexity of Functions Related to Set Intersection
Communication Complexity of Functions Related to Set Interse...
收藏 引用
Information Theory and Applications Workshop
作者: Tamm, Ulrich Univ Bielefeld Bielefeld Germany
The amortized communication complexity of functions f : {0, 1, . . . , m - 1} x {0, 1, . . . , m - 1} having an allzero row and and an all-zero column in their function matrix is determined. For m = 2 this yields the ... 详细信息
来源: 评论
Deletion Without Rebalancing in Binary Search Trees
收藏 引用
ACM TRANSACTIONS ON ALGORITHMS 2016年 第4期12卷 57-57页
作者: Sen, Siddhartha Tarjan, Robert E. Kim, David Hong Kyun Microsoft Res New York NY 10011 USA Princeton Univ Dept Comp Sci 35 Olden St Princeton NJ 08540 USA Intertrust Technol 920 Stewart Dr Sunnyvale CA 94085 USA Univ Chicago Dept Comp Sci 1100 East 58th St Chicago IL 60637 USA
We address the vexing issue of deletions in balanced trees. Rebalancing after a deletion is generally more complicated than rebalancing after an insertion. Textbooks neglect deletion rebalancing, and many B-tree-based... 详细信息
来源: 评论
Automatic amortized Analysis  15
Automatic Amortized Analysis
收藏 引用
17th International Symposium on Principles and Practice of Declarative Programming (PPDP)
作者: Hofmann, Martin
We summarise the state of the art in automatic amortized resource analysis. We then focus on some recent applications to term rewriting with G. Moser and conclude with open problems and questions.
来源: 评论
Rank-Balanced Trees
收藏 引用
ACM TRANSACTIONS ON ALGORITHMS 2015年 第4期11卷 30-30页
作者: Haeupler, Bernhard Sen, Siddhartha Tarjan, Robert E. Carnegie Mellon Univ Sch Comp Sci Pittsburgh PA 15213 USA Microsoft Res New York City New York NY 10011 USA Princeton Univ Dept Comp Sci Princeton NJ 08540 USA Intertrust Technol Sunnyvale CA 94085 USA
Since the invention of AVL trees in 1962, many kinds of binary search trees have been proposed. Notable are red-black trees, in which bottom-up rebalancing after an insertion or deletion takes O(1) amortized time and ... 详细信息
来源: 评论