File tree Expand file tree Collapse file tree 1 file changed +4
-8
lines changed
Expand file tree Collapse file tree 1 file changed +4
-8
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,10 @@ Grokking the Coding Interview Patterns: Includes Topic Tutorials Plus LeetCode Q
66## 1. Project Description:
77
88This repository contains topic tutorials on "must know" coding interview patterns, their associated LeetCode questions
9- and solutions in Java programming language. Each section is structured as follows:
9+ and solutions in Java programming language. It is based on "Grokking the Coding Interview: Patterns for Coding Questions"
10+ by Design Gurus.
11+
12+ Each section is structured as follows:
1013
1114 * Bitwise XOR
1215
@@ -20,13 +23,6 @@ and solutions in Java programming language. Each section is structured as follow
2023
2124 L Problem_4_Flip_And_Invert_An_Image.java (LeetCode Question: 832. Flipping an Image)
2225
23- This coding interview resource is based on "Grokking the Coding Interview: Patterns for Coding Questions" by Design Gurus.
24-
25- I am an advocate of learning-in-public, so I thought I'd create a public repository to keep all my learning on preparation
26- for FAANGM coding interviews.
27-
28- Hope you find it useful 😎
29-
3026
3127## 2. Prerequisites:
3228
You can’t perform that action at this time.
0 commit comments