Skip to content

Commit

Permalink
rebuilding site Monday 14 October 2024 12:00:06 AM IST
Browse files Browse the repository at this point in the history
  • Loading branch information
animesh-chouhan committed Oct 13, 2024
1 parent 98fe20f commit f27aed4
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion DeepThought/content/posts/jee-binomial.md
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ As \\( (1+x)^2 = 1 + 2 \cdot x + x^2 \\) the output is:

### Optimizations

Experienced competitive programmers reading this code would be smelling exponential exponential time complexity due to overlapping subproblems. Let's put a dirty one-liner hotfix to resolve this:
Experienced competitive programmers reading this code would be smelling exponential time complexity due to overlapping subproblems. Let's put a dirty one-liner hotfix to resolve this:

```python
# Optimized coeff of x^p in (1+mx)^n
Expand Down
2 changes: 1 addition & 1 deletion categories/maths/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ <h2 class="title">
<span class="icon">
<i class="fas fa-pencil-alt"></i>
</span>
<span>1122 words</span>
<span>1121 words</span>
</span>

</div>
Expand Down
2 changes: 1 addition & 1 deletion categories/python/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ <h2 class="title">
<span class="icon">
<i class="fas fa-pencil-alt"></i>
</span>
<span>1122 words</span>
<span>1121 words</span>
</span>

</div>
Expand Down
2 changes: 1 addition & 1 deletion posts/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ <h2 class="title">
<span class="icon">
<i class="fas fa-pencil-alt"></i>
</span>
<span>1122 words</span>
<span>1121 words</span>
</span>

</div>
Expand Down
4 changes: 2 additions & 2 deletions posts/jee-binomial/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ <h1 class="title">
<span class="icon">
<i class="fas fa-pencil-alt"></i>
</span>
<span>1122 words</span>
<span>1121 words</span>
</span>

</div>
Expand Down Expand Up @@ -302,7 +302,7 @@ <h2 id="python-implementation">Python Implementation</h2>
</span><span style="color:#eb6772;">1
</span></code></pre>
<h3 id="optimizations">Optimizations</h3>
<p>Experienced competitive programmers reading this code would be smelling exponential exponential time complexity due to overlapping subproblems. Let's put a dirty one-liner hotfix to resolve this:</p>
<p>Experienced competitive programmers reading this code would be smelling exponential time complexity due to overlapping subproblems. Let's put a dirty one-liner hotfix to resolve this:</p>
<pre data-lang="python" style="background-color:#2b303b;color:#6c7079;" class="language-python "><code class="language-python" data-lang="python"><span style="font-style:italic;color:#5f697a;"># Optimized coeff of x^p in (1+mx)^n
</span><span style="color:#cd74e8;">import </span><span style="color:#abb2bf;">functools
</span><span style="color:#abb2bf;">
Expand Down
2 changes: 1 addition & 1 deletion tags/maths/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ <h2 class="title">
<span class="icon">
<i class="fas fa-pencil-alt"></i>
</span>
<span>1122 words</span>
<span>1121 words</span>
</span>

</div>
Expand Down
2 changes: 1 addition & 1 deletion tags/python/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ <h2 class="title">
<span class="icon">
<i class="fas fa-pencil-alt"></i>
</span>
<span>1122 words</span>
<span>1121 words</span>
</span>

</div>
Expand Down

0 comments on commit f27aed4

Please sign in to comment.