Skip to content

Commit

Permalink
refactor: upload
Browse files Browse the repository at this point in the history
  • Loading branch information
Tiphereth-A committed May 23, 2024
1 parent f087ec5 commit 90b23c4
Show file tree
Hide file tree
Showing 38 changed files with 523 additions and 367 deletions.
14 changes: 14 additions & 0 deletions ICPCnotebook.cls
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,20 @@
\newcommand{\dstirlingII}[2]{\genstirlingII{0}{#1}{#2}}
\newcommand{\tstirlingII}[2]{\genstirlingII{1}{#1}{#2}}

\newcommand{\sech}{\operatorname{sech}}
\newcommand{\csch}{\operatorname{csch}}
\newcommand{\arccot}{\operatorname{arccot}}
\newcommand{\arcsec}{\operatorname{arcsec}}
\newcommand{\arccsc}{\operatorname{arccsc}}
\newcommand{\arcsinh}{\operatorname{arcsinh}}
\newcommand{\arccosh}{\operatorname{arccosh}}
\newcommand{\arctanh}{\operatorname{arctanh}}
\newcommand{\arccoth}{\operatorname{arccoth}}
\newcommand{\arcsech}{\operatorname{arcsech}}
\newcommand{\arccsch}{\operatorname{arccsch}}

\newcommand{\md}{\mathrm{d}}

\newcommand{\fullref}[1]{\ref{#1}.\nameref{#1} (\pageref{#1} 页)}


Expand Down
15 changes: 3 additions & 12 deletions config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -360,12 +360,6 @@ notebook:
- dist_pp: 两点间距离
code_ext: hpp
test_ext: cpp
- dist_pp_ch: 两点间距离(Chebyshev)
code_ext: hpp
test_ext: cpp
- dist_pp_ma: 两点间距离(Manhattan)
code_ext: hpp
test_ext: cpp
- distsp_pp: 球面上两点间距离
code_ext: hpp
test_ext: cpp
Expand All @@ -384,10 +378,10 @@ notebook:
- cnt_intp_po: 多边形整点计数
code_ext: hpp
test_ext: cpp
- fermatp: 多边形 Fermat 点
- femwebp: Fermat--Weber
code_ext: hpp
test_ext: cpp
- massp: 多边形重心
- massp: 重心
code_ext: hpp
test_ext: cpp
- rel_cc: 两圆的关系
Expand Down Expand Up @@ -1343,9 +1337,6 @@ notebook:
- sudoku: 数独求解
code_ext: hpp
test_ext: cpp
- texas_holdem: 德州扑克
code_ext: hpp
test_ext: cpp
- npuzzle_data: N puzzle 数据类
code_ext: hpp
test_ext: cpp
Expand Down Expand Up @@ -1376,7 +1367,7 @@ cheatsheets:
decimal: Python Decimal
bash: Bash 简单用法
vim: Vim 简单用法
lgv: lgv 定理
integral: 积分表
default_code_style: common
code_styles:
C: cpp
Expand Down
54 changes: 34 additions & 20 deletions notebook.bib
Original file line number Diff line number Diff line change
Expand Up @@ -203,28 +203,10 @@ @article{bannai2017runs
publisher = {Society for Industrial & Applied Mathematics (SIAM)},
author = {Bannai, Hideo and I, Tomohiro and Inenaga, Shunsuke and Nakashima, Yuto and Takeda, Masayuki and Tsuruta, Kazuya},
year = {2017},
month = jan,
month = {jan},
pages = {1501--1514}
}

@article{10.1137/0213035,
author = {Tarjan, Robert E. and Yannakakis, Mihalis},
title = {Simple linear-time algorithms to test chordality of graphs, test acyclicity of hypergraphs, and selectively reduce acyclic hypergraphs},
year = {1984},
issue_date = {August 1984},
publisher = {Society for Industrial and Applied Mathematics},
address = {USA},
volume = {13},
number = {3},
issn = {0097-5397},
url = {https://doi.org/10.1137/0213035},
doi = {10.1137/0213035},
journal = {SIAM J. Comput.},
month = {jul},
pages = {566--579},
numpages = {14}
}

@misc{enwiki:1204698483,
author = {{Wikipedia contributors}},
title = {Chordal graph --- {Wikipedia}{,} The Free Encyclopedia},
Expand Down Expand Up @@ -285,4 +267,36 @@ @article{ruyi2016segbeats
pages = {99--121},
year = {2016},
publisher = {中国计算机学会}
}
}

@article{katz1974local,
title = {Local convergence in Fermat's problem},
author = {Katz, I Norman},
journal = {Mathematical Programming},
volume = {6},
number = {1},
pages = {89--104},
year = {1974},
publisher = {Springer}
}

@article{brimberg1992local,
title = {Local convergence in a generalized Fermat-Weber problem},
author = {Brimberg, Jack and Love, Robert F},
journal = {Annals of Operations Research},
volume = {40},
pages = {33--66},
year = {1992},
publisher = {Springer}
}

@article{vardi2000multivariate,
title = {The multivariate {L}1-median and associated data depth},
author = {Vardi, Yehuda and Zhang, Cun-Hui},
journal = {Proceedings of the National Academy of Sciences},
volume = {97},
number = {4},
pages = {1423--1426},
year = {2000},
publisher = {National Acad Sciences}
}
Loading

0 comments on commit 90b23c4

Please sign in to comment.