|
References [1] Treap (a randomized binary search tree). https://www.geeksforgeeks.org/treapa-randomized-binary-search-tree/, 2022. [2] Implementation of searching, inserting and deleting in treap. https://www.geeksforgeeks.org/implementation-of-search-insert-and-delete-intreap/, 2023. [3] Insertion in an avl tree. https://www.geeksforgeeks.org/insertion-in-an-avltree/, 2023. [4] Introduction of b-tree. https://www.geeksforgeeks.org/introduction-of-b-tree2/, 2023. [5] Insertion in splay tree. https://www.geeksforgeeks.org/insertion-in-splay-tree/, 2024. [6] Introduction to red-black tree. https://www.geeksforgeeks.org/introduction-tored-black-tree/, 2024. [7] Sanjeev Arora, Elad Hazan, and Satyen Kale. The multiplicative weights update method: a meta-algorithm and applications. Theory of computing, 8(1):121– 164, 2012. [8] Erik D Demaine, John Iacono, Grigorios Koumoutsos, and Stefan Langerman. Belga b-trees. Theory of Computing Systems, 65:541–558, 2021. [9] Jon C Ergun, Zhili Feng, Sandeep Silwal, David P Woodruff, and Samson Zhou. Learning-augmented k-means clustering. arXiv preprint arXiv:2110.14094, 2021. 24 [10] Leo J Guibas and Robert Sedgewick. A dichromatic framework for balanced trees. In 19th Annual Symposium on Foundations of Computer Science (sfcs 1978), pages 8–21. IEEE, 1978. [11] Elad Hazan et al. Introduction to online convex optimization. Foundations and Trends® in Optimization, 2(3-4):157–325, 2016. [12] David P Helmbold, Robert E Schapire, Yoram Singer, and Manfred K Warmuth. On-line portfolio selection using multiplicative updates. Mathematical Finance, 8(4):325–347, 1998. [13] Chen-Yu Hsu, Piotr Indyk, Dina Katabi, and Ali Vakilian. Learning-based frequency estimation algorithms. In International Conference on Learning Representations, 2019. [14] Honghao Lin, Tian Luo, and David Woodruff. Learning augmented binary search trees. In International Conference on Machine Learning, pages 13431– 13440. PMLR, 2022. [15] Francesco Orabona. A modern introduction to online learning. arXiv preprint arXiv:1912.13213, 2019. [16] Rahul Shah, Cheng Sheng, Sharma Thankachan, and Jeffrey Vitter. Ranked document retrieval in external memory. ACM Trans. Algorithms, 19(1), mar 2023.
|