Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit f7051a9

Browse filesBrowse files
Sean PrashadSean Prashad
Sean Prashad
authored and
Sean Prashad
committed
Update README - companies retrieved on December 2020
1 parent 10660ec commit f7051a9
Copy full SHA for f7051a9

File tree

Expand file treeCollapse file tree

1 file changed

+5
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+5
-1
lines changed

‎README.md

Copy file name to clipboardExpand all lines: README.md
+5-1Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ The entire question list can be found here:
5656
https://seanprashad.com/leetcode-patterns/.
5757

5858
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
59+
the question in the past 6 months (_as of December 2020_) will be listed. You can
6060
also use the checkboxes to mark which questions you've completed!
6161

6262
## Solutions
@@ -92,6 +92,10 @@ If given a linked list then
9292
If 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+
9599
If asked for maximum/minumum subarray/subset/options then
96100
- Dynamic programming
97101

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.