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: leetcode/README.md
+2-10Lines changed: 2 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -39,16 +39,8 @@ If you have a solution to any of these problems (which are not being [**repeated
39
39
4. Doxygen documentation isn't used in LeetCode solutions. Simple/small documentation or comments should be fine.
40
40
5. Don't include libraries/headers such as `stdio.h`. Your file should be the solution to the problem only.
41
41
42
-
### 📜 Adding your new solution to the list 📜
43
-
44
-
Great! You've added your solution. Now, you'll have to add it to `leetcode/DIRECTORY.md`.\
45
-
Please use numerical order. For example: if the solution's number is `98`, add your solution after `97`, if available.
46
-
47
-
This is the required format for new solutinos:
48
-
49
-
```markdown
50
-
| <solution number> | [<solution name>](<leetcode link to problem>) | [C](./src/<filename>.c) | <difficulty> |
51
-
```
42
+
> **Note**
43
+
> There was a requirement to update the `leetcode/DIRECTORY.md` file with details of the solved problem. It's not required anymore. The information about the problem is fetched automatically throughout the LeetCode API.
0 commit comments