You are here |
davidhampgonsalves.com | ||
| | | |
miparnisariblog.wordpress.com
|
|
| | | | PatternDescriptionExample usagesWorks onTwo pointersIterate over an array or multiple arrays to achieve some goal, faster than O(n^2)Finding palindromes, merging two arrays, subsequences in stringsUnsorted arrays, sorted arrays, stringsSliding windowFind a subarray that satisfies some numerical constraint. (If the constraint involves counting, use a hashmap).Add elements from the right until the constraint is broken, then remove... | |
| | | |
www.techinterviewhandbook.org
|
|
| | | | The best practice questions to prepare for algorithmic coding interviews by the author of Blind 75 spread across a 5-week schedule | |
| | | |
www.carloscaballero.io
|
|
| | | | Thoughts, stories and ideas. | |
| | | |
www.lambdabytes.io
|
|
| | Website of Jonathan Thaler @ lambda::bytes |