submit homework

This commit is contained in:
2025-05-10 15:37:13 +08:00
parent 2cdc315849
commit 81c7b05c9b
3 changed files with 59 additions and 21 deletions

65
ref.bib
View File

@@ -1,21 +1,4 @@
@article{chalermsook_approximating_2024,
title = {Approximating {Sparsest} {Cut} in {Low}-{Treewidth} {Graphs} via {Combinatorial} {Diameter}},
volume = {20},
issn = {1549-6325, 1549-6333},
url = {http://arxiv.org/abs/2111.06299},
doi = {10.1145/3632623},
number = {1},
urldate = {2025-05-07},
journal = {ACM Transactions on Algorithms},
author = {Chalermsook, Parinya and Kaul, Matthias and Mnich, Matthias and Spoerhase, Joachim and Uniyal, Sumedha and Vaz, Daniel},
month = jan,
year = {2024},
note = {arXiv:2111.06299 [cs]},
keywords = {Computer Science - Data Structures and Algorithms},
pages = {1--20},
annote = {Comment: 15 pages, 3 figures}
}
@misc{sparsest_cut_notes,
author = {Chekuri, Chandra},
title = {Introduction to Sparsest Cut},
@@ -42,7 +25,7 @@
}
@article{arora_osqrtlogn_2010,
title = {\${O}({\textbackslash}sqrt\{{\textbackslash}logn\})\$ {Approximation} to {SPARSEST} {CUT} in \${\textbackslash}tilde\{{O}\}(n{\textasciicircum}2)\$ {Time}},
title = { {$O(\sqrt{\log n})$} {Approximation} to {SPARSEST} {CUT} in {$\tilde{O}(n^2)$} {Time}},
volume = {39},
issn = {0097-5397, 1095-7111},
url = {http://epubs.siam.org/doi/10.1137/080731049},
@@ -187,7 +170,7 @@
}
@article{lognGapAumann98,
author = {Aumann, Yonatan and Rabani, Yuval},
title = {An O(log k) Approximate Min-Cut Max-Flow Theorem and Approximation Algorithm},
title = {An {$O(\log k)$} Approximate Min-Cut Max-Flow Theorem and Approximation Algorithm},
journal = {SIAM Journal on Computing},
volume = {27},
number = {1},
@@ -198,3 +181,47 @@
eprint = {https://doi.org/10.1137/S0097539794285983},
}
@article{Linial_London_Rabinovich_1995, title={The geometry of graphs and some of its algorithmic applications}, volume={15}, rights={http://www.springer.com/tdm}, ISSN={0209-9683, 1439-6912}, url={http://link.springer.com/10.1007/BF01200757}, DOI={10.1007/BF01200757}, number={2}, journal={Combinatorica}, author={Linial, Nathan and London, Eran and Rabinovich, Yuri}, year={1995}, month=jun, pages={215245}, language={en} }
@article{Cohen-Addad_Mömke_Verdugo_2024, title={A 2-approximation for the bounded treewidth sparsest cut problem in $\textsf{FPT}$Time}, volume={206}, ISSN={1436-4646}, url={https://doi.org/10.1007/s10107-023-02044-1}, DOI={10.1007/s10107-023-02044-1}, number={1}, journal={Mathematical Programming}, author={Cohen-Addad, Vincent and Mömke, Tobias and Verdugo, Victor}, year={2024}, month=jul, pages={479495}, language={en} }
@INPROCEEDINGS{uniformhardnessFocs07,
author={Ambuhl, Christoph and Mastrolilli, Monaldo and Svensson, Ola},
booktitle={48th Annual IEEE Symposium on Foundations of Computer Science (FOCS'07)},
title={Inapproximability Results for Sparsest Cut, Optimal Linear Arrangement, and Precedence Constrained Scheduling},
year={2007},
volume={},
number={},
pages={329-337},
keywords={Cost function;Processor scheduling;Polynomials;NP-complete problem;Approximation algorithms;Single machine scheduling;Computer science},
doi={10.1109/FOCS.2007.40}}
@article{bonsma_complexity_2012,
title = {The complexity of finding uniform sparsest cuts in various graph classes},
volume = {14},
copyright = {https://www.elsevier.com/tdm/userlicense/1.0/},
issn = {15708667},
url = {https://linkinghub.elsevier.com/retrieve/pii/S1570866711001110},
doi = {10.1016/j.jda.2011.12.008},
language = {en},
urldate = {2025-05-10},
journal = {Journal of Discrete Algorithms},
author = {Bonsma, Paul and Broersma, Hajo and Patel, Viresh and Pyatkin, Artem},
month = jul,
year = {2012},
pages = {136--149},
}
@inproceedings{rao_small_1999,
address = {Miami Beach Florida USA},
title = {Small distortion and volume preserving embeddings for planar and {Euclidean} metrics},
isbn = {978-1-58113-068-3},
url = {https://dl.acm.org/doi/10.1145/304893.304983},
doi = {10.1145/304893.304983},
language = {en},
urldate = {2025-05-10},
booktitle = {Proceedings of the fifteenth annual symposium on {Computational} geometry},
publisher = {ACM},
author = {Rao, Satish},
month = jun,
year = {1999},
pages = {300--306},
}