From be90d01f09113a30860b7cb05bbc8cd881cb0494 Mon Sep 17 00:00:00 2001 From: Sean Prashad Date: Wed, 30 Dec 2020 23:19:05 -0500 Subject: [PATCH] Update README - companies retrieved on December 2020 --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index cfdb475c..23b279aa 100644 --- a/README.md +++ b/README.md @@ -56,7 +56,7 @@ The entire question list can be found here: https://seanprashad.com/leetcode-patterns/. In addition to viewing the question list, companies that have previously asked -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 also use the checkboxes to mark which questions you've completed! ## Solutions @@ -92,6 +92,10 @@ If given a linked list then If recursion is banned then - Stack +If must solve in-place then + - Swap corresponding values + - Store one or more different values in the same pointer + If asked for maximum/minumum subarray/subset/options then - Dynamic programming