Archive
Home
The Digital Architect
Dev Battery
A technical journal on algorithms, backend architecture, and evidence-based software engineering.
Recent posts
LeetCode
[LeetCode] 349. Intersection of Two Arrays (Python)
python, algorithms, array, hash-table, two-pointers, binary-search, sorting
LeetCode
[LeetCode] 33. Search in Rotated Sorted Array (Python)
python, algorithms, array, binary-search
LeetCode
[LeetCode] 240. Search a 2D Matrix II (Python)
python, algorithms, array, binary-search, divide-and-conquer, matrix
LeetCode
[LeetCode] 167. Two Sum II - Input Array Is Sorted (Python)
python, algorithms, array, two-pointers, binary-search