Skip to content

Commit 51bf3fe

Browse files
1 parent 117b89b commit 51bf3fe

File tree

176 files changed

+844
-844
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

176 files changed

+844
-844
lines changed

main/404.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,15 +17,15 @@
1717
<link rel="alternate" type="application/rss+xml" title="RSS feed of updated content" href="/feed_rss_updated.xml">
1818

1919
<link rel="icon" href="/favicon.ico">
20-
<meta name="generator" content="mkdocs-1.6.1, mkdocs-material-9.6.12">
20+
<meta name="generator" content="mkdocs-1.6.1, mkdocs-material-9.6.14">
2121

2222

2323

2424
<title>Algorithms for Competitive Programming</title>
2525

2626

2727

28-
<link rel="stylesheet" href="/assets/stylesheets/main.2afb09e1.min.css">
28+
<link rel="stylesheet" href="/assets/stylesheets/main.342714a4.min.css">
2929

3030

3131
<link rel="stylesheet" href="/assets/stylesheets/palette.06af60db.min.css">
@@ -6450,10 +6450,10 @@ <h1>404 - Not found</h1>
64506450

64516451

64526452

6453-
<script id="__config" type="application/json">{"base": "/", "features": ["toc.integrate", "search.suggest", "content.code.copy"], "search": "/assets/javascripts/workers/search.f8cc74c7.min.js", "tags": null, "translations": {"clipboard.copied": "Copied to clipboard", "clipboard.copy": "Copy to clipboard", "search.result.more.one": "1 more on this page", "search.result.more.other": "# more on this page", "search.result.none": "No matching documents", "search.result.one": "1 matching document", "search.result.other": "# matching documents", "search.result.placeholder": "Type to start searching", "search.result.term.missing": "Missing", "select.version": "Select version"}, "version": null}</script>
6453+
<script id="__config" type="application/json">{"base": "/", "features": ["toc.integrate", "search.suggest", "content.code.copy"], "search": "/assets/javascripts/workers/search.d50fe291.min.js", "tags": null, "translations": {"clipboard.copied": "Copied to clipboard", "clipboard.copy": "Copy to clipboard", "search.result.more.one": "1 more on this page", "search.result.more.other": "# more on this page", "search.result.none": "No matching documents", "search.result.one": "1 matching document", "search.result.other": "# matching documents", "search.result.placeholder": "Type to start searching", "search.result.term.missing": "Missing", "select.version": "Select version"}, "version": null}</script>
64546454

64556455

6456-
<script src="/assets/javascripts/bundle.c8b220af.min.js"></script>
6456+
<script src="/assets/javascripts/bundle.13a4f30d.min.js"></script>
64576457

64586458
<script src="/javascript/config.js"></script>
64596459

main/algebra/all-submasks.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,15 +23,15 @@
2323
<link rel="alternate" type="application/rss+xml" title="RSS feed of updated content" href="../feed_rss_updated.xml">
2424

2525
<link rel="icon" href="../favicon.ico">
26-
<meta name="generator" content="mkdocs-1.6.1, mkdocs-material-9.6.12">
26+
<meta name="generator" content="mkdocs-1.6.1, mkdocs-material-9.6.14">
2727

2828

2929

3030
<title>Enumerating submasks of a bitmask - Algorithms for Competitive Programming</title>
3131

3232

3333

34-
<link rel="stylesheet" href="../assets/stylesheets/main.2afb09e1.min.css">
34+
<link rel="stylesheet" href="../assets/stylesheets/main.342714a4.min.css">
3535

3636

3737
<link rel="stylesheet" href="../assets/stylesheets/palette.06af60db.min.css">
@@ -6755,10 +6755,10 @@ <h2 id="practice-problems">Practice Problems<a class="headerlink" href="#practic
67556755

67566756

67576757

6758-
<script id="__config" type="application/json">{"base": "..", "features": ["toc.integrate", "search.suggest", "content.code.copy"], "search": "../assets/javascripts/workers/search.f8cc74c7.min.js", "tags": null, "translations": {"clipboard.copied": "Copied to clipboard", "clipboard.copy": "Copy to clipboard", "search.result.more.one": "1 more on this page", "search.result.more.other": "# more on this page", "search.result.none": "No matching documents", "search.result.one": "1 matching document", "search.result.other": "# matching documents", "search.result.placeholder": "Type to start searching", "search.result.term.missing": "Missing", "select.version": "Select version"}, "version": null}</script>
6758+
<script id="__config" type="application/json">{"base": "..", "features": ["toc.integrate", "search.suggest", "content.code.copy"], "search": "../assets/javascripts/workers/search.d50fe291.min.js", "tags": null, "translations": {"clipboard.copied": "Copied to clipboard", "clipboard.copy": "Copy to clipboard", "search.result.more.one": "1 more on this page", "search.result.more.other": "# more on this page", "search.result.none": "No matching documents", "search.result.one": "1 matching document", "search.result.other": "# matching documents", "search.result.placeholder": "Type to start searching", "search.result.term.missing": "Missing", "select.version": "Select version"}, "version": null}</script>
67596759

67606760

6761-
<script src="../assets/javascripts/bundle.c8b220af.min.js"></script>
6761+
<script src="../assets/javascripts/bundle.13a4f30d.min.js"></script>
67626762

67636763
<script src="../javascript/config.js"></script>
67646764

main/algebra/balanced-ternary.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,15 +23,15 @@
2323
<link rel="alternate" type="application/rss+xml" title="RSS feed of updated content" href="../feed_rss_updated.xml">
2424

2525
<link rel="icon" href="../favicon.ico">
26-
<meta name="generator" content="mkdocs-1.6.1, mkdocs-material-9.6.12">
26+
<meta name="generator" content="mkdocs-1.6.1, mkdocs-material-9.6.14">
2727

2828

2929

3030
<title>Balanced Ternary - Algorithms for Competitive Programming</title>
3131

3232

3333

34-
<link rel="stylesheet" href="../assets/stylesheets/main.2afb09e1.min.css">
34+
<link rel="stylesheet" href="../assets/stylesheets/main.342714a4.min.css">
3535

3636

3737
<link rel="stylesheet" href="../assets/stylesheets/palette.06af60db.min.css">
@@ -6756,10 +6756,10 @@ <h2 id="practice-problems">Practice Problems<a class="headerlink" href="#practic
67566756

67576757

67586758

6759-
<script id="__config" type="application/json">{"base": "..", "features": ["toc.integrate", "search.suggest", "content.code.copy"], "search": "../assets/javascripts/workers/search.f8cc74c7.min.js", "tags": null, "translations": {"clipboard.copied": "Copied to clipboard", "clipboard.copy": "Copy to clipboard", "search.result.more.one": "1 more on this page", "search.result.more.other": "# more on this page", "search.result.none": "No matching documents", "search.result.one": "1 matching document", "search.result.other": "# matching documents", "search.result.placeholder": "Type to start searching", "search.result.term.missing": "Missing", "select.version": "Select version"}, "version": null}</script>
6759+
<script id="__config" type="application/json">{"base": "..", "features": ["toc.integrate", "search.suggest", "content.code.copy"], "search": "../assets/javascripts/workers/search.d50fe291.min.js", "tags": null, "translations": {"clipboard.copied": "Copied to clipboard", "clipboard.copy": "Copy to clipboard", "search.result.more.one": "1 more on this page", "search.result.more.other": "# more on this page", "search.result.none": "No matching documents", "search.result.one": "1 matching document", "search.result.other": "# matching documents", "search.result.placeholder": "Type to start searching", "search.result.term.missing": "Missing", "select.version": "Select version"}, "version": null}</script>
67606760

67616761

6762-
<script src="../assets/javascripts/bundle.c8b220af.min.js"></script>
6762+
<script src="../assets/javascripts/bundle.13a4f30d.min.js"></script>
67636763

67646764
<script src="../javascript/config.js"></script>
67656765

main/algebra/big-integer.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,15 +23,15 @@
2323
<link rel="alternate" type="application/rss+xml" title="RSS feed of updated content" href="../feed_rss_updated.xml">
2424

2525
<link rel="icon" href="../favicon.ico">
26-
<meta name="generator" content="mkdocs-1.6.1, mkdocs-material-9.6.12">
26+
<meta name="generator" content="mkdocs-1.6.1, mkdocs-material-9.6.14">
2727

2828

2929

3030
<title>Arbitrary-Precision Arithmetic - Algorithms for Competitive Programming</title>
3131

3232

3333

34-
<link rel="stylesheet" href="../assets/stylesheets/main.2afb09e1.min.css">
34+
<link rel="stylesheet" href="../assets/stylesheets/main.342714a4.min.css">
3535

3636

3737
<link rel="stylesheet" href="../assets/stylesheets/palette.06af60db.min.css">
@@ -6958,10 +6958,10 @@ <h2 id="practice-problems">Practice Problems<a class="headerlink" href="#practic
69586958

69596959

69606960

6961-
<script id="__config" type="application/json">{"base": "..", "features": ["toc.integrate", "search.suggest", "content.code.copy"], "search": "../assets/javascripts/workers/search.f8cc74c7.min.js", "tags": null, "translations": {"clipboard.copied": "Copied to clipboard", "clipboard.copy": "Copy to clipboard", "search.result.more.one": "1 more on this page", "search.result.more.other": "# more on this page", "search.result.none": "No matching documents", "search.result.one": "1 matching document", "search.result.other": "# matching documents", "search.result.placeholder": "Type to start searching", "search.result.term.missing": "Missing", "select.version": "Select version"}, "version": null}</script>
6961+
<script id="__config" type="application/json">{"base": "..", "features": ["toc.integrate", "search.suggest", "content.code.copy"], "search": "../assets/javascripts/workers/search.d50fe291.min.js", "tags": null, "translations": {"clipboard.copied": "Copied to clipboard", "clipboard.copy": "Copy to clipboard", "search.result.more.one": "1 more on this page", "search.result.more.other": "# more on this page", "search.result.none": "No matching documents", "search.result.one": "1 matching document", "search.result.other": "# matching documents", "search.result.placeholder": "Type to start searching", "search.result.term.missing": "Missing", "select.version": "Select version"}, "version": null}</script>
69626962

69636963

6964-
<script src="../assets/javascripts/bundle.c8b220af.min.js"></script>
6964+
<script src="../assets/javascripts/bundle.13a4f30d.min.js"></script>
69656965

69666966
<script src="../javascript/config.js"></script>
69676967

main/algebra/binary-exp.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,15 +23,15 @@
2323
<link rel="alternate" type="application/rss+xml" title="RSS feed of updated content" href="../feed_rss_updated.xml">
2424

2525
<link rel="icon" href="../favicon.ico">
26-
<meta name="generator" content="mkdocs-1.6.1, mkdocs-material-9.6.12">
26+
<meta name="generator" content="mkdocs-1.6.1, mkdocs-material-9.6.14">
2727

2828

2929

3030
<title>Binary Exponentiation - Algorithms for Competitive Programming</title>
3131

3232

3333

34-
<link rel="stylesheet" href="../assets/stylesheets/main.2afb09e1.min.css">
34+
<link rel="stylesheet" href="../assets/stylesheets/main.342714a4.min.css">
3535

3636

3737
<link rel="stylesheet" href="../assets/stylesheets/palette.06af60db.min.css">
@@ -7143,10 +7143,10 @@ <h2 id="practice-problems">Practice Problems<a class="headerlink" href="#practic
71437143

71447144

71457145

7146-
<script id="__config" type="application/json">{"base": "..", "features": ["toc.integrate", "search.suggest", "content.code.copy"], "search": "../assets/javascripts/workers/search.f8cc74c7.min.js", "tags": null, "translations": {"clipboard.copied": "Copied to clipboard", "clipboard.copy": "Copy to clipboard", "search.result.more.one": "1 more on this page", "search.result.more.other": "# more on this page", "search.result.none": "No matching documents", "search.result.one": "1 matching document", "search.result.other": "# matching documents", "search.result.placeholder": "Type to start searching", "search.result.term.missing": "Missing", "select.version": "Select version"}, "version": null}</script>
7146+
<script id="__config" type="application/json">{"base": "..", "features": ["toc.integrate", "search.suggest", "content.code.copy"], "search": "../assets/javascripts/workers/search.d50fe291.min.js", "tags": null, "translations": {"clipboard.copied": "Copied to clipboard", "clipboard.copy": "Copy to clipboard", "search.result.more.one": "1 more on this page", "search.result.more.other": "# more on this page", "search.result.none": "No matching documents", "search.result.one": "1 matching document", "search.result.other": "# matching documents", "search.result.placeholder": "Type to start searching", "search.result.term.missing": "Missing", "select.version": "Select version"}, "version": null}</script>
71477147

71487148

7149-
<script src="../assets/javascripts/bundle.c8b220af.min.js"></script>
7149+
<script src="../assets/javascripts/bundle.13a4f30d.min.js"></script>
71507150

71517151
<script src="../javascript/config.js"></script>
71527152

main/algebra/bit-manipulation.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,15 +23,15 @@
2323
<link rel="alternate" type="application/rss+xml" title="RSS feed of updated content" href="../feed_rss_updated.xml">
2424

2525
<link rel="icon" href="../favicon.ico">
26-
<meta name="generator" content="mkdocs-1.6.1, mkdocs-material-9.6.12">
26+
<meta name="generator" content="mkdocs-1.6.1, mkdocs-material-9.6.14">
2727

2828

2929

3030
<title>Bit manipulation - Algorithms for Competitive Programming</title>
3131

3232

3333

34-
<link rel="stylesheet" href="../assets/stylesheets/main.2afb09e1.min.css">
34+
<link rel="stylesheet" href="../assets/stylesheets/main.342714a4.min.css">
3535

3636

3737
<link rel="stylesheet" href="../assets/stylesheets/palette.06af60db.min.css">
@@ -7047,10 +7047,10 @@ <h2 id="practice-problems">Practice Problems<a class="headerlink" href="#practic
70477047

70487048

70497049

7050-
<script id="__config" type="application/json">{"base": "..", "features": ["toc.integrate", "search.suggest", "content.code.copy"], "search": "../assets/javascripts/workers/search.f8cc74c7.min.js", "tags": null, "translations": {"clipboard.copied": "Copied to clipboard", "clipboard.copy": "Copy to clipboard", "search.result.more.one": "1 more on this page", "search.result.more.other": "# more on this page", "search.result.none": "No matching documents", "search.result.one": "1 matching document", "search.result.other": "# matching documents", "search.result.placeholder": "Type to start searching", "search.result.term.missing": "Missing", "select.version": "Select version"}, "version": null}</script>
7050+
<script id="__config" type="application/json">{"base": "..", "features": ["toc.integrate", "search.suggest", "content.code.copy"], "search": "../assets/javascripts/workers/search.d50fe291.min.js", "tags": null, "translations": {"clipboard.copied": "Copied to clipboard", "clipboard.copy": "Copy to clipboard", "search.result.more.one": "1 more on this page", "search.result.more.other": "# more on this page", "search.result.none": "No matching documents", "search.result.one": "1 matching document", "search.result.other": "# matching documents", "search.result.placeholder": "Type to start searching", "search.result.term.missing": "Missing", "select.version": "Select version"}, "version": null}</script>
70517051

70527052

7053-
<script src="../assets/javascripts/bundle.c8b220af.min.js"></script>
7053+
<script src="../assets/javascripts/bundle.13a4f30d.min.js"></script>
70547054

70557055
<script src="../javascript/config.js"></script>
70567056

main/algebra/chinese-remainder-theorem.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,15 +23,15 @@
2323
<link rel="alternate" type="application/rss+xml" title="RSS feed of updated content" href="../feed_rss_updated.xml">
2424

2525
<link rel="icon" href="../favicon.ico">
26-
<meta name="generator" content="mkdocs-1.6.1, mkdocs-material-9.6.12">
26+
<meta name="generator" content="mkdocs-1.6.1, mkdocs-material-9.6.14">
2727

2828

2929

3030
<title>Chinese Remainder Theorem - Algorithms for Competitive Programming</title>
3131

3232

3333

34-
<link rel="stylesheet" href="../assets/stylesheets/main.2afb09e1.min.css">
34+
<link rel="stylesheet" href="../assets/stylesheets/main.342714a4.min.css">
3535

3636

3737
<link rel="stylesheet" href="../assets/stylesheets/palette.06af60db.min.css">
@@ -6965,10 +6965,10 @@ <h2 id="practice-problems">Practice Problems:<a class="headerlink" href="#practi
69656965

69666966

69676967

6968-
<script id="__config" type="application/json">{"base": "..", "features": ["toc.integrate", "search.suggest", "content.code.copy"], "search": "../assets/javascripts/workers/search.f8cc74c7.min.js", "tags": null, "translations": {"clipboard.copied": "Copied to clipboard", "clipboard.copy": "Copy to clipboard", "search.result.more.one": "1 more on this page", "search.result.more.other": "# more on this page", "search.result.none": "No matching documents", "search.result.one": "1 matching document", "search.result.other": "# matching documents", "search.result.placeholder": "Type to start searching", "search.result.term.missing": "Missing", "select.version": "Select version"}, "version": null}</script>
6968+
<script id="__config" type="application/json">{"base": "..", "features": ["toc.integrate", "search.suggest", "content.code.copy"], "search": "../assets/javascripts/workers/search.d50fe291.min.js", "tags": null, "translations": {"clipboard.copied": "Copied to clipboard", "clipboard.copy": "Copy to clipboard", "search.result.more.one": "1 more on this page", "search.result.more.other": "# more on this page", "search.result.none": "No matching documents", "search.result.one": "1 matching document", "search.result.other": "# matching documents", "search.result.placeholder": "Type to start searching", "search.result.term.missing": "Missing", "select.version": "Select version"}, "version": null}</script>
69696969

69706970

6971-
<script src="../assets/javascripts/bundle.c8b220af.min.js"></script>
6971+
<script src="../assets/javascripts/bundle.13a4f30d.min.js"></script>
69726972

69736973
<script src="../javascript/config.js"></script>
69746974

main/algebra/continued-fractions.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,15 +23,15 @@
2323
<link rel="alternate" type="application/rss+xml" title="RSS feed of updated content" href="../feed_rss_updated.xml">
2424

2525
<link rel="icon" href="../favicon.ico">
26-
<meta name="generator" content="mkdocs-1.6.1, mkdocs-material-9.6.12">
26+
<meta name="generator" content="mkdocs-1.6.1, mkdocs-material-9.6.14">
2727

2828

2929

3030
<title>Continued fractions - Algorithms for Competitive Programming</title>
3131

3232

3333

34-
<link rel="stylesheet" href="../assets/stylesheets/main.2afb09e1.min.css">
34+
<link rel="stylesheet" href="../assets/stylesheets/main.342714a4.min.css">
3535

3636

3737
<link rel="stylesheet" href="../assets/stylesheets/palette.06af60db.min.css">
@@ -7690,10 +7690,10 @@ <h2 id="practice-problems">Practice problems<a class="headerlink" href="#practic
76907690

76917691

76927692

7693-
<script id="__config" type="application/json">{"base": "..", "features": ["toc.integrate", "search.suggest", "content.code.copy"], "search": "../assets/javascripts/workers/search.f8cc74c7.min.js", "tags": null, "translations": {"clipboard.copied": "Copied to clipboard", "clipboard.copy": "Copy to clipboard", "search.result.more.one": "1 more on this page", "search.result.more.other": "# more on this page", "search.result.none": "No matching documents", "search.result.one": "1 matching document", "search.result.other": "# matching documents", "search.result.placeholder": "Type to start searching", "search.result.term.missing": "Missing", "select.version": "Select version"}, "version": null}</script>
7693+
<script id="__config" type="application/json">{"base": "..", "features": ["toc.integrate", "search.suggest", "content.code.copy"], "search": "../assets/javascripts/workers/search.d50fe291.min.js", "tags": null, "translations": {"clipboard.copied": "Copied to clipboard", "clipboard.copy": "Copy to clipboard", "search.result.more.one": "1 more on this page", "search.result.more.other": "# more on this page", "search.result.none": "No matching documents", "search.result.one": "1 matching document", "search.result.other": "# matching documents", "search.result.placeholder": "Type to start searching", "search.result.term.missing": "Missing", "select.version": "Select version"}, "version": null}</script>
76947694

76957695

7696-
<script src="../assets/javascripts/bundle.c8b220af.min.js"></script>
7696+
<script src="../assets/javascripts/bundle.13a4f30d.min.js"></script>
76977697

76987698
<script src="../javascript/config.js"></script>
76997699

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy