You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/pull_request_template.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ Provide summary of changes with issue number if any.
6
6
7
7
**If you haven't fulfilled the below requirements or even delete the entire checklist, your PR won't be reviewed and will be closed without notice. Regular contributors (with 10+ PRs) can skip this part.**
8
8
9
-
### General
9
+
### General
10
10
11
11
-[ ] This Pull Request is all my own work. (You'll be blacklisted if you are caught for plagiarism.)
@@ -18,7 +18,7 @@ Provide summary of changes with issue number if any.
18
18
### Tutorial
19
19
20
20
-[ ] I've read and followed the [Tutorial Template](https://github.com/wingkwong/leetcode-the-hard-way/blob/main/CONTRIBUTING.md#tutorial-template)
21
-
-[ ] I've explained my topic well with 2 - 3 LC problems and no external problems are used.
21
+
-[ ] I've explained my topic well with 2 - 3 LC problems and no external problems are used.
22
22
-[ ] I've provided the full working solutions to the problems used in this tutorial.
23
23
-[ ] I've provided suggested problems at the end with the given format. See [here](https://raw.githubusercontent.com/wingkwong/leetcode-the-hard-way/main/tutorials/math/number-theory/binary-exponentiation.md) as an example. If the target solution is not available, leave `solutionLink` blank.
24
24
-[ ] I've given credits / references if I use external resources. (For an image, give credit under it. Otherwise, add a new section called References at the end (after Suggested Problems).)
- File name format: `<PROBLEM_ID>-<PROBLEM_TITLE>-<DIFFICULTY>.md`, e.g. `0202-happy-number-easy.md`
61
58
62
59
````md
63
-
// The Meta and Problem Statement can be generated by using a Chrome extension under `converter` locally.
64
-
// If you do not know how to do it, leave it blank and @wingkwong will help add them.
60
+
// The Meta and Problem Statement can be generated by using a Chrome extension under `converter` locally. // If you do not know how to do it, leave it blank and we will help add them.
65
61
66
62
## Approach 1: <APPROACH_NAME>
67
63
68
-
// TODO: Detailed Explanations / Line by Line Explanations in code
69
-
// TODO: Complexity Analysis
64
+
// TODO: Detailed Explanations / Line by Line Explanations in code // TODO: Complexity Analysis
70
65
71
66
<Tabs>
72
67
<TabItem value="cpp" label="C++">
@@ -97,8 +92,7 @@ Examples:
97
92
98
93
## Approach 2: <APPROACH_NAME> (ADD IT IF NECESSARY)
99
94
100
-
// TODO: Detailed Explanations / Line by Line Explanations in code
101
-
// TODO: Complexity Analysis
95
+
// TODO: Detailed Explanations / Line by Line Explanations in code // TODO: Complexity Analysis
- If your content includes variables or math equations, please highlight it with LaTex syntax. See [binary-exponentiation.md](https://raw.githubusercontent.com/wingkwong/leetcode-the-hard-way/main/tutorials/math/number-theory/binary-exponentiation.md) as an example.
140
134
141
-
- If you have used other resources from external sites, give references at the end.
135
+
- If you have used other resources from external sites, give references at the end.
Welcome to "LeetCode The Hard Way," the ultimate resource for those looking to improve their skills in data structures and algorithms! Our website is dedicated to providing comprehensive tutorials and detailed solutions to some of the most challenging problems in LeetCode. Whether you're a student looking to ace your next exam or a professional seeking to level up your coding skills, our tutorials and solutions are designed to help you succeed. Our content covers a range of popular programming languages, so you can learn and practice using the language of your choice.
0 commit comments