Skip to content

Commit 62f1339

Browse files
authored
Create copilot-instructions.md
1 parent b397c7d commit 62f1339

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/copilot-instructions.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
When reviewing a pull request:
2+
- Verify that any added algorithms or data structures aren’t already implemented elsewhere in the repository (including under a different name).
3+
- Confirm that the proposed algorithm is a recognized computer-science algorithm, not a problem-specific adaptation of a general technique (e.g., tuned for LeetCode or other competitive-programming problems).

0 commit comments

Comments
 (0)