Joined March 2019
·
jg2019
Determining if a problem can be solved using dynamic programming....
jg2019
·
0 responses
·
dynamic programming, java, python, subproblems
Behavioral interview mistakes - the software engineer
jg2019
·
0 responses
·
behavioral interview, coding, java, interview
Fantastic list of coding interview resources
jg2019
·
0 responses
·
coding interview, software engineer, c++ python
Two Missing Numbers question....
jg2019
·
0 responses
·
array, java, coding interview, c++
A great tip for finding the brute force solution to a problem
jg2019
·
0 responses
·
brute force solution, stair step problem recursively, java, c++
Find the median of two sorted arrays
jg2019
·
0 responses
·
median of array, coding interview, java, c++
Learn data structures and algorithms
jg2019
·
0 responses
·
algorithms, data structures, java, python
Recursion is so fundamental because...
jg2019
·
0 responses
·
recursion, java, python, c++
A good resource for strings?
jg2019
·
0 responses
·
strings, java, coding interview, practice problems