File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -56,7 +56,7 @@ The entire question list can be found here:
5656https://seanprashad.com/leetcode-patterns/ .
5757
5858In 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
59+ the question in the past 6 months (_ as of December 2020_ ) will be listed. You can
6060also use the checkboxes to mark which questions you've completed!
6161
6262## Solutions
@@ -92,6 +92,10 @@ If given a linked list then
9292If recursion is banned then
9393 - Stack
9494
95+ If must solve in-place then
96+ - Swap corresponding values
97+ - Store one or more different values in the same pointer
98+
9599If asked for maximum/minumum subarray/subset/options then
96100 - Dynamic programming
97101
You can’t perform that action at this time.
0 commit comments