Paper tinkering

This commit is contained in:
2024-02-19 13:29:16 -08:00
parent deb85f5645
commit 939b791e01
3 changed files with 22 additions and 19 deletions

View File

@@ -77,15 +77,6 @@ keywords = {data structures, searching, trees}
bibsource = {dblp computer science bibliography, https://dblp.org}
}
@book{10.5555/17299,
author = {Bernstein, Philip A and Hadzilacos, Vassos and Goodman, Nathan},
title = {Concurrency control and recovery in database systems},
year = {1986},
isbn = {0201107155},
publisher = {Addison-Wesley Longman Publishing Co., Inc.},
address = {USA}
}
@book{cormen2022introduction,
title={Introduction to algorithms},
author={Cormen, Thomas H and Leiserson, Charles E and Rivest, Ronald L and Stein, Clifford},
@@ -153,3 +144,14 @@ address = {USA}
pages={521--534},
year={2018}
}
@article{kung1981optimistic,
title={On optimistic methods for concurrency control},
author={Kung, Hsiang-Tsung and Robinson, John T},
journal={ACM Transactions on Database Systems (TODS)},
volume={6},
number={2},
pages={213--226},
year={1981},
publisher={ACM New York, NY, USA}
}