We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 10660ec commit f7051a9Copy full SHA for f7051a9
README.md
@@ -56,7 +56,7 @@ The entire question list can be found here:
56
https://seanprashad.com/leetcode-patterns/.
57
58
In addition to viewing the question list, companies that have previously asked
59
-the question in the past 6 months (_as of January 2020_) will be listed. You can
+the question in the past 6 months (_as of December 2020_) will be listed. You can
60
also use the checkboxes to mark which questions you've completed!
61
62
## Solutions
@@ -92,6 +92,10 @@ If given a linked list then
92
If recursion is banned then
93
- Stack
94
95
+If must solve in-place then
96
+ - Swap corresponding values
97
+ - Store one or more different values in the same pointer
98
+
99
If asked for maximum/minumum subarray/subset/options then
100
- Dynamic programming
101
0 commit comments