Skip to content

Commit 312f290

Browse files
finalChanges
1 parent 5461810 commit 312f290

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

_config.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@ description: "Exploring the math, madness, and meaning behind zero-knowledge and
33
theme: minima
44
show_excerpts: true
55

6-
email: your.email@example.com
7-
github_username: YourGitHubHandle
8-
twitter_username: YourTwitterHandle
6+
email: ritikagarwal570@gmail.com
7+
github_username: https://github.com/Ritik-Agarwal50
8+
twitter_username: https://x.com/RitikkAgarwalll

_posts/2025-10-31-first-post.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
---
22
layout: post
3-
title: "Is Genius a Bug? Cracking the Code of P vs NP"
3+
title: ""
44
date: 2025-10-31
55
---
66
### Is Genius a Bug? Cracking the Code of P vs NP
7-
Imagine I hand you two Sudoku puzzles.
87

8+
Imagine I hand you two Sudoku puzzles.
99
For the first, I give you a completely filled-in grid and ask, "Is this a valid solution?" You could check it pretty quickly. A quick scan of the rows, columns, and boxes, and you'd have your answer in a minute or two. It's a simple, mechanical task.
1010

1111
For the second, I give you a mostly empty grid and ask, "Can you solve this?" That's a different story. You might stare at it for hours, testing possibilities, backtracking, and waiting for that flash of insight.

0 commit comments

Comments
 (0)