Skip to content

Commit 911a5ca

Browse files
1 parent 76f784c commit 911a5ca

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

1365/contrib.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6774,7 +6774,7 @@ <h3 id="article-tags">Article Tags<a class="headerlink" href="#article-tags" tit
67746774
</li>
67756775
</ul>
67766776
<h2 id="conventions">Conventions<a class="headerlink" href="#conventions" title="Permanent link">&para;</a></h2>
6777-
<p>We follow certain conventions across the project. For example, we agreed to use the <code>\binom{n}{k}</code> notation for binomial coefficients instead of <code>C_n^k</code> as outlined in <a href="https://github.com/cp-algorithms/cp-algorithms/issues/83">issue #83</a>.</p>
6777+
<p>We follow certain conventions across the project. For example, we agreed to use the <code>\binom{n}{k}</code> notation for binomial coefficients instead of <code>C_n^k</code> as outlined in <a href="https://github.com/cp-algorithms/cp-algorithms/issues/83">issue #83</a>. The first one renders as <span class="arithmatex">$\binom{n}{k}$</span> and is a more universal convention. The second would render as <span class="arithmatex">$C_n^k$</span>.</p>
67786778
<h2 id="adding-problems">Adding Problems<a class="headerlink" href="#adding-problems" title="Permanent link">&para;</a></h2>
67796779
<p>When adding problems, try to arrange them by difficulty. If you're unable to, don't worry—just add the problem, and someone else can adjust the order later.</p>
67806780
<h2 id="local-development-setup">Local Development Setup<a class="headerlink" href="#local-development-setup" title="Permanent link">&para;</a></h2>

0 commit comments

Comments
 (0)