-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
1 lines (1 loc) · 6.55 KB
/
index.html
File metadata and controls
1 lines (1 loc) · 6.55 KB
1
<!doctype html><html lang=en-us><head><meta charset=utf-8><meta http-equiv=X-UA-Compatible content="IE=edge,chrome=1"><title>Algorithm Notes</title><meta name=viewport content="width=device-width,minimum-scale=1"><meta name=description content><meta name=generator content="Hugo 0.152.2"><meta name=robots content="index, follow"><link rel=stylesheet href=/ananke/css/main.min.efe4d852f731d5d1fbb87718387202a97aafd768cdcdaed0662bbe6982e91824.css><link rel=stylesheet href=/css/custom.css><link rel="shortcut icon" href=/favicon/android-chrome-192x192.png type=image/x-icon><link href=/index.xml rel=alternate type=application/rss+xml title="Algorithm Notes"><link href=/index.xml rel=feed type=application/rss+xml title="Algorithm Notes"><link rel=canonical href=/><meta property="og:url" content="/"><meta property="og:site_name" content="Algorithm Notes"><meta property="og:title" content="Algorithm Notes"><meta property="og:locale" content="en_us"><meta property="og:type" content="website"><meta itemprop=name content="Algorithm Notes"><meta itemprop=datePublished content="2025-11-26T19:23:11+08:00"><meta itemprop=dateModified content="2025-11-26T19:23:11+08:00"><meta name=twitter:card content="summary"><meta name=twitter:title content="Algorithm Notes"><script>MathJax={loader:{load:["[tex]/physics"]},tex:{inlineMath:[["$","$"],["\\(","\\)"]],packages:{"[+]":["xypic","physics"]},macros:{RR:"{\\bf R}",bm:["{\\bf #1}",1],floor:["\\left \\lfloor #1 \\right \\rfloor",1],ceil:["\\left \\lceil #1 \\right \\rceil",1],dif:"\\mathop{}\\!\\mathrm{d}",mathlarger:["{\\large #1}",1],dsone:"\\unicode{x1D7D9}",sub:"\\subset",sube:"\\subseteq",subne:"\\subsetneq",sse:"\\subseteq",spe:"\\supseteq",qed:"\\tag*{$\\blacksquare$}",xor:"\\oplus",Z:"\\mathbb{Z}",N:"\\mathbb{N}",F:"\\mathbb{F}",tran:"^{\\mkern-1.5mu\\mathsf{T}}",lcm:["\\operatorname{lcm}"],lpd:["\\operatorname{lpd}"],lpf:["\\operatorname{lpf}"],rank:["\\operatorname{rank}"],init:["\\operatorname{init}"],ter:["\\operatorname{ter}"],nil:"\\emptyset",iso:"\\simeq",Bar:"\\overline",ffact:["{#1}^{\\underline{#2}}",2],R:"\\mathbb{R}",O:"\\emptyset",xto:["\\xrightarrow{#1}",1],xor:"\\oplus"},tags:"ams"},chtml:{mtextInheritFont:!0}}</script><script src="https://polyfill.io/v3/polyfill.min.js?features=es6"></script><script type=text/javascript id=MathJax-script async src=https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-chtml-full.js></script></head><body class="ma0 avenir bg-near-white production"><header><div class="pb3-m pb6-l bg-black"><nav class="pv3 ph3 ph4-ns" role=navigation><div class="flex-l center items-center justify-between"><a href=/ class="f3 fw2 hover-white white-90 dib no-underline">Algorithm Notes</a><div class="flex-l items-center"><ul class="pl0 mr3"><li class="list f5 f4-ns fw4 dib pr3"><a class="hover-white white-90 no-underline" href=/cpp/ title="C++ page">C++</a></li><li class="list f5 f4-ns fw4 dib pr3"><a class="hover-white white-90 no-underline" href=/gt/ title="Graph Theory page">Graph Theory</a></li><li class="list f5 f4-ns fw4 dib pr3"><a class="hover-white white-90 no-underline" href=/la/ title="Linear Algebra page">Linear Algebra</a></li><li class="list f5 f4-ns fw4 dib pr3"><a class="hover-white white-90 no-underline" href=/posts/ title="Posts page">Posts</a></li><li class="list f5 f4-ns fw4 dib pr3"><a class="hover-white white-90 no-underline" href=/tutorials/ title="Tutorials page">Tutorials</a></li><li class="list f5 f4-ns fw4 dib pr3"><a class="hover-white white-90 no-underline" href=/upsolve/ title="Upsolve page">Upsolve</a></li></ul><div class=ananke-socials></div></div></div></nav><div class="tc-l pv3 ph3 ph4-ns"><h1 class="f2 f-subheadline-l fw2 light-silver mb0 lh-title">Algorithm Notes</h1></div></div></header><main class=pb7 role=main><article class="cf ph3 ph5-l pv3 pv4-l f4 tc-l center measure-wide lh-copy nested-links mid-gray"></article><div class="pa3 pa4-ns w-100 w-70-ns center"><section class="w-100 mw8"><div class="w-100 mb4 relative"><article class="bb b--black-10"><div class="db pv4 ph3 ph0-l dark-gray no-underline"><div class="flex-column flex-row-ns flex"><div class="blah w-100"><h1 class="f3 fw1 athelas mt0 lh-title"><a href=/upsolve/ttpc2019_i_i_hate_p_another_solution/ class="color-inherit dim link">[TTPC2019 Task I] I Hate P 别解</a></h1><div class="f6 f5-l lh-copy nested-copy-line-height nested-links">一个初等数论问题的朴素解法。</div><a href=/upsolve/ttpc2019_i_i_hate_p_another_solution/ class="ba b--moon-gray bg-light-gray br2 color-inherit dib f7 hover-bg-moon-gray link mt2 ph2 pv1">read more</a></div></div></div></article></div><div class="w-100 mb4 relative"><article class="bb b--black-10"><div class="db pv4 ph3 ph0-l dark-gray no-underline"><div class="flex-column flex-row-ns flex"><div class="blah w-100"><h1 class="f3 fw1 athelas mt0 lh-title"><a href=/upsolve/ttpc2019_i_i_hate_p/ class="color-inherit dim link">[TTPC2019 Task I] I Hate P</a></h1><div class="f6 f5-l lh-copy nested-copy-line-height nested-links">一个初等数论问题的巧妙解法。</div><a href=/upsolve/ttpc2019_i_i_hate_p/ class="ba b--moon-gray bg-light-gray br2 color-inherit dib f7 hover-bg-moon-gray link mt2 ph2 pv1">read more</a></div></div></div></article></div><div class="w-100 mb4 relative"><article class="bb b--black-10"><div class="db pv4 ph3 ph0-l dark-gray no-underline"><div class="flex-column flex-row-ns flex"><div class="blah w-100"><h1 class="f3 fw1 athelas mt0 lh-title"><a href=/upsolve/cow_coupons/ class="color-inherit dim link">Cow Coupons 的贪心算法正确性证明</a></h1><div class="f6 f5-l lh-copy nested-copy-line-height nested-links">一个贪心算法的正确性证明。</div><a href=/upsolve/cow_coupons/ class="ba b--moon-gray bg-light-gray br2 color-inherit dib f7 hover-bg-moon-gray link mt2 ph2 pv1">read more</a></div></div></div></article></div></section><section class=w-100><h1 class=f3>More</h1><h2 class="f5 fw4 mb4 dib mr3"><a href=/upsolve/pair_xor/ class="link black dim">Pair XOR</a></h2><h2 class="f5 fw4 mb4 dib mr3"><a href=/upsolve/arc133_d_range_xor/ class="link black dim">arc133_d Range XOR</a></h2><h2 class="f5 fw4 mb4 dib mr3"><a href=/upsolve/cf_1621d_the_winter_hike/ class="link black dim">cf_1621d The Winter Hike</a></h2><h2 class="f5 fw4 mb4 dib mr3"><a href=/upsolve/abc235_g_painting_weighted_graph/ class="link black dim">abc235_g Painting Weighted Graph</a></h2></section></div></main><footer class="bg-black bottom-0 w-100 pa3" role=contentinfo><div class="flex justify-between"><a class="f4 fw4 hover-white white-70 dn dib-ns pv2 ph3 no-underline" href=/>© Algorithm Notes 2025</a><div><div class=ananke-socials></div></div></div></footer></body></html>