@inbook{17907,
  author       = {{Mindt, Ilka and Huddleston, Rodney and Pullum, Geoffrey K.}},
  booktitle    = {{Zeitschrift für  	Anglistik und Amerikanisitk. A Quarterly of Language, Literature and Culture. Heft 2,  	2}},
  pages        = {{195 -- 197}},
  publisher    = {{Cambridge University Press, 2005}},
  title        = {{{A Student's Introduction to  	English Grammar}}},
  volume       = {{2}},
  year         = {{2005}},
}

@inbook{17908,
  author       = {{Mindt, Ilka and Bründl, Monika Elisabeth}},
  booktitle    = {{Anglistik. Mitteilungen des Deutschen Anglistenverbandes}},
  pages        = {{194 -- 196}},
  publisher    = {{Niemeyer, 2001}},
  title        = {{{ Lexikalische Dynamik: Kognitiv-linguistische  	Untersuchungen am englischen Computerwortschatz}}},
  year         = {{2005}},
}

@article{18763,
  abstract     = {{Property testing is a relaxation of classical decision problems which aims at distinguishing between functions having a predetermined property and functions being far from any function having the property. In this paper we present a novel framework for analyzing property testing algorithms. Our framework is based on a connection of property testing and a new class of problems which we call abstract combinatorial programs . We show that if the problem of testing a property can be reduced to an abstract combinatorial program of small dimension , then the property has an efficient tester.

We apply our framework to a variety of problems. We present efficient property testing algorithms for geometric clustering problems, for the reversal distance problem, and for graph and hypergraph coloring problems. We also prove that, informally, any hereditary graph property can be efficiently tested if and only if it can be reduced to an abstract combinatorial program of small size.

Our framework allows us to analyze all our testers in a unified way, and the obtained complexity bounds either match or improve the previously known bounds. Furthermore, even if the asymptotic complexity of the testers is not improved, the obtained proofs are significantly simpler than the previous ones. We believe that our framework will help to understand the structure of efficiently testable properties.}},
  author       = {{Czumaj, Artur and Sohler, Christian}},
  issn         = {{0097-5397}},
  journal      = {{SIAM Journal on Computing}},
  number       = {{3}},
  pages        = {{580--615}},
  title        = {{{Abstract Combinatorial Programs and Efficient Property Testers}}},
  doi          = {{10.1137/s009753970444199x}},
  volume       = {{34}},
  year         = {{2005}},
}

@inproceedings{18768,
  author       = {{Bădoiu, Mihai and Czumaj, Artur and Indyk, Piotr and Sohler, Christian}},
  booktitle    = {{Proc. of the 32nd International Colloquium on Automata, Languages and Programming (ICALP)}},
  isbn         = {{9783540275800}},
  issn         = {{0302-9743}},
  pages        = {{866--877}},
  title        = {{{Facility Location in Sublinear Time}}},
  doi          = {{10.1007/11523468_70}},
  year         = {{2005}},
}

@inproceedings{18787,
  abstract     = {{A dynamic geometric data stream consists of a sequence of m insert/delete operations of points from the discrete space {1,..., ∆} d [26]. We develop streaming (1 + ɛ)-approximation algorithms for k-median, k-means, MaxCut, maximum weighted matching (MaxWM), maximum travelling salesperson (MaxTSP), maximum spanning tree (MaxST), and average distance over dynamic geometric data streams. Our algorithms maintain a small weighted set of points (a coreset) that approximates with probability 2/3 the current point set with respect to the considered problem during the m insert/delete operations of the data stream. They use poly(ɛ −1, log m, log ∆) space and update time per insert/delete operation for constant k and dimension d. Having a coreset one only needs a fast approximation algorithm for the weighted problem to compute a solution quickly. In fact, even an exponential algorithm is sometimes feasible as its running time may still be polynomial in n. For example one can compute in poly(log n, exp(O((1+log(1/ɛ)/ɛ) d−1))) time a solution to k-median and k-means [21] where n is the size of the current point set and k and d are constants. Finding an implicit solution to MaxCut can be done in poly(log n, exp((1/ɛ) O(1))) time. For MaxST and average distance we require poly(log n, ɛ −1) time and for MaxWM we require O(n 3) time to do this.}},
  author       = {{Sohler, Christian and Frahling, Gereon}},
  booktitle    = {{Proceedings of the 37th ACM Symposium on Theory of Computing (STOC)}},
  pages        = {{209--217}},
  title        = {{{Coresets in Dynamic Geometric Data Streams}}},
  year         = {{2005}},
}

@article{18790,
  author       = {{Czumaj, Artur and Sohler, Christian}},
  issn         = {{0304-3975}},
  journal      = {{Theoretical Computer Science}},
  number       = {{1}},
  pages        = {{37--52}},
  title        = {{{Testing hypergraph colorability}}},
  doi          = {{10.1016/j.tcs.2004.09.031}},
  volume       = {{331}},
  year         = {{2005}},
}

@article{18855,
  abstract     = {{We consider the problem of computing the weight of a Euclidean minimum spanning tree for a set of n points in $\mathbb R^d$. We focus on the setting where the input point set is supported by certain basic (and commonly used) geometric data structures that can provide efficient access to the input in a structured way. We present an algorithm that estimates with high probability the weight of a Euclidean minimum spanning tree of a set of points to within $1 + \eps$ using only $\widetilde{\O}(\sqrt{n} \, \text{poly} (1/\eps))$ queries for constant d. The algorithm assumes that the input is supported by a minimal bounding cube enclosing it, by orthogonal range queries, and by cone approximate nearest neighbor queries.


Read More: https://epubs.siam.org/doi/10.1137/S0097539703435297
}},
  author       = {{Czumaj, Artur and Ergün, Funda and Fortnow, Lance and Magen, Avner and Newman, Ilan and Rubinfeld, Ronitt and Sohler, Christian}},
  issn         = {{0097-5397}},
  journal      = {{SIAM Journal on Computing}},
  number       = {{1}},
  pages        = {{91--109}},
  title        = {{{Approximating the Weight of the Euclidean Minimum Spanning Tree in Sublinear Time}}},
  doi          = {{10.1137/s0097539703435297}},
  volume       = {{35}},
  year         = {{2005}},
}

@inproceedings{18867,
  abstract     = {{Modern computer graphics systems are able to render sophisticated 3D szenes consisting of millions of polygons. In this paper we address the problem of occlusion culling. Aila, Miettinen, and Nordlund suggested to implement a FIFO buffer on graphics cards which is able to delay the polygons before drawing them. When one of the polygons within the buffer is occluded or masked by another polygon arriving later from the application, the rendering engine can drop the occluded one without rendering, saving important rendering time.<br>We introduce a theoretical online model to analyse these problems in theory using competitive analysis. For different cost measures addressed we invent the first competitive algorithms for online occlusion culling. Our implementation shows that these algorithms outperform known ones for real 3D scenes as well.}},
  author       = {{Frahling, Gereon and Krokowski, Jens}},
  booktitle    = {{Proc. of the 13th Annual European Symposium on Algorithms (ESA 2005)}},
  isbn         = {{9783540291183}},
  issn         = {{0302-9743}},
  pages        = {{758--769}},
  publisher    = {{Springer}},
  title        = {{{Online Occlusion Culling}}},
  doi          = {{10.1007/11561071_67}},
  volume       = {{3669}},
  year         = {{2005}},
}

@inproceedings{18912,
  abstract     = {{We consider Dynamic Page Migration (DPM) problem, one of the fundamental subproblems of data management in dynamically changing networks. We investigate a hybrid scenario, where access patterns to the shared object are dictated by an adversary, and each processor performs a random walk in X. We extend the previous results of [4]: we develop algorithms for the case where X is a ring, and prove that with high probability they achieve a competitive ratio of O~(min{D−−√4,n}), where D is the size of the shared object and n is the number of nodes in the network. These results hold also for any d-dimensional torus or mesh with diameter at least Ω~(D−−√).}},
  author       = {{Bienkowski, Marcin and Korzeniowski, Miroslaw}},
  booktitle    = {{Proc. of the European Conference in Parallel Processing (Euro-Par)}},
  isbn         = {{9783540287001}},
  issn         = {{0302-9743}},
  title        = {{{Dynamic Page Migration Under Brownian Motion}}},
  doi          = {{10.1007/11549468_105}},
  year         = {{2005}},
}

@inproceedings{18915,
  abstract     = {{We present a simple two-person Bucket Game, based on throwing balls into buckets, and we<br>discuss possible players' strategies.<br><br>We use these strategies to create an approximation algorithm for a generalization of<br>the well known Set Cover problem, where we need to cover each element by at least $k$ sets.<br>Furthermore, we apply these strategies to construct a randomized algorithm for Dynamic Page Migration <br>problem achieving the optimal competitive ratio against an oblivious adversary.}},
  author       = {{Bienkowski, Marcin and Byrka, Jarosław}},
  booktitle    = {{Proc. of the 13th Annual European Symposium on Algorithms (ESA 2005)}},
  isbn         = {{9783540291183}},
  issn         = {{0302-9743}},
  pages        = {{815--826}},
  publisher    = {{Springer }},
  title        = {{{Bucket Game with Applications to Set Multicover and Dynamic Page Migration}}},
  doi          = {{10.1007/11561071_72}},
  volume       = {{3669}},
  year         = {{2005}},
}

@inproceedings{18917,
  abstract     = {{The page migration problem is one of subproblems of data management in networks. It occurs<br>in a distributed network of processors sharing one indivisible memory page of size D. During runtime,<br>the processors access a unit of data from the page, and the system is allowed to migrate the page <br>between the processors. The problem is to compute (on-line) a schedule of page movements <br>to minimize the total communication cost. <br><br>The Dynamic Page Migration problem is an extension to the page migration. <br>It attempts to model the network dynamics, occurring, for example, in mobile networks.<br>However, the pace of changes is restricted, i.e. the distances between processors can <br>change only by a constant per round.  <br><br>The movement of the nodes induce changes in the communication cost between each pair of nodes,  <br>which is proportional to the distance between them raised to some power $alpha$.<br>This is typical for mobile wireless networks, where nodes can move with a constant speed,<br>and the cost of communication is measured in terms of energy used for sending the data.<br>Thus, by setting $alpha$ equal to the propagation exponent of the medium, <br>cost minimization becomes minimizing the total energy consumption in the system. <br><br>However, as proven in citedynamic-page-migration, if both network mobility and <br>request sequence are created by an adversary, then the competitive ratio is polynomially large in D and <br>in the number of the nodes. In our search for a reasonable, close-to-reality model, in this paper we <br>consider a scenario in which the network mobility is adversarial, but the requests are <br>generated randomly by a stochastic process. We design an algorithm MTFR for this scenario,<br>and prove that it is O(1)-competitive, on expectation and with high probability.}},
  author       = {{Bienkowski, Marcin}},
  booktitle    = {{Proc. of the 17th ACM Symposium on Parallelism in Algorithms and Architectures (SPAA 2005)}},
  location     = {{Las Vegas, Nevada, USA}},
  pages        = {{270--278}},
  publisher    = {{ACM Press, NY, USA}},
  title        = {{{Dynamic Page Migration with Stochastic Requests}}},
  year         = {{2005}},
}

@inproceedings{18924,
  abstract     = {{Bluetooth is a wireless communication standard developed for personal area networks (PAN) that gained popularity in the last years. It was designed to connect a few devices together, however nowadays there is a need to build larger networks. Construction and maintenance algorithms have great effect on performance of the network. We present an algorithm based on Cube Connected Cycles (CCC) topology and show how to maintain the network so that it is easily scalable. Our design guarantees good properties such as constant degree and logarithmic dilation. Besides, the construction costs are proven to be at most constant times larger than any other algorithm would need.}},
  author       = {{Bienkowski, Marcin and Brinkmann, André and Korzeniowski, Miroslaw and Orhan, Orhan}},
  booktitle    = {{Proceedings of the 4th International Conference on Networking}},
  isbn         = {{9783540253396}},
  issn         = {{0302-9743}},
  pages        = {{413--420}},
  publisher    = {{Springer}},
  title        = {{{Cube Connected Cycles Based Bluetooth Scatternet Formation}}},
  doi          = {{10.1007/978-3-540-31956-6_49}},
  volume       = {{3420}},
  year         = {{2005}},
}

@inproceedings{18925,
  abstract     = {{The dynamic page migration problem citedynamic-page-migration is defined in <br>a distributed network of $n$ mobile nodes sharing one indivisible memory page <br>of size $D$. During runtime, the nodes can both access a unit of data from<br>the page and move with a constant speed, thus changing the costs of communication.<br>The problem is to compute <em> online</em> a schedule of page movements<br>to minimize the total communication cost.<br><br>In this paper we construct and analyze the first deterministic algorithm for this problem. <br>We prove that it achieves an (up to a constant factor) optimal competitive ratio <br>$O(n cdot sqrtD)$. We show that the randomization of this algorithm <br>improves this ratio to $O(sqrtD cdot log n)$ (against an oblivious adversary). <br>This substantially improves an $O(n cdot sqrtD)$ upper bound from citedynamic-page-migration.<br>We also give an almost matching lower bound of $Omega(sqrtD cdot sqrtlog n)$ for this problem.}},
  author       = {{Bienkowski, Marcin and Dynia, Miroslaw and Korzeniowski, Miroslaw}},
  booktitle    = {{Proc. of the 22nd Symposium on Theoretical Aspects of Computer Science (STACS)}},
  isbn         = {{9783540249986}},
  issn         = {{0302-9743}},
  pages        = {{365--376}},
  title        = {{{Improved Algorithms for Dynamic Page Migration}}},
  doi          = {{10.1007/978-3-540-31856-9_30}},
  year         = {{2005}},
}

@phdthesis{18967,
  author       = {{Räcke, Harald}},
  isbn         = {{3-935433-63-8}},
  publisher    = {{Verlagsschriftenreihe des Heinz Nixdorf Instituts, Paderborn}},
  title        = {{{Data Management and Routing in General Networks}}},
  volume       = {{154}},
  year         = {{2005}},
}

@book{19008,
  abstract     = {{Sonderausgabe 2017}},
  author       = {{Eke, Norbert Otto}},
  pages        = {{167}},
  publisher    = {{Wissenschaftliche Buchgesellschaft}},
  title        = {{{Einführung in die Literatur des Vormärz}}},
  year         = {{2005}},
}

@book{19009,
  author       = {{Eke, Norbert Otto}},
  pages        = {{26}},
  publisher    = {{Vossiuspers UvA (Amsterdam University Press)}},
  title        = {{{Angst en vrees in het theater van de herinnering. Heiner Müllers tragedie}}},
  year         = {{2005}},
}

@book{19083,
  editor       = {{Eke, Norbert Otto and Wahrenburg, Fritz}},
  pages        = {{547}},
  publisher    = {{Aisthesis}},
  title        = {{{Vormärz und Exil – Vormärz im Exil. Forum Vormärz Forschung. Jahrbuch 2004}}},
  year         = {{2005}},
}

@inbook{19142,
  author       = {{Seng, Eva- Maria}},
  booktitle    = {{Kirchen, Märkte und Tavernen. Erfahrungs- und Handlungsräume in der Frühen Neuzeit. „Zeitsprünge“. Forschungen zur Frühen Neuzeit, Bd. 9, H. 3/4 }},
  editor       = {{Dürr, Renate and Schwerhoff, Gerd}},
  pages        = {{559--602}},
  title        = {{{„Kirchenbau zwischen Säkularisierung und Resakralisierung im 18. und 19. Jahrhundert“}}},
  volume       = {{Bd. 9 H3/4}},
  year         = {{2005}},
}

@inbook{19346,
  author       = {{Eke, Norbert Otto}},
  booktitle    = {{Vormärz und Exil – Vormärz im Exil. Forum Vormärz Forschung. Jahrbuch 2004}},
  editor       = {{Eke, Norbert Otto and Wahrenburg, Fritz}},
  pages        = {{13--30}},
  publisher    = {{Aisthesis}},
  title        = {{{„Wie fern der Heimath! Mein Herz wie schwer!“ Vormärz und Exil – Vormärz im Exil}}},
  year         = {{2005}},
}

@misc{19374,
  author       = {{Seng, Eva- Maria}},
  booktitle    = {{Kunstform und Sehepunkte}},
  title        = {{{Barbara Uppenkamp, Das Pentagon in Wolfenbüttel. Ausbau der welfischen Residenz 1568-1626 zwischen Ideal und Wirklichkeit, Hannover 2005}}},
  year         = {{2005}},
}

