Archive
Home
The Digital Architect
Dev Battery
A technical journal on algorithms, backend architecture, and evidence-based software engineering.
Recent posts
LeetCode
[LeetCode] 706. Design HashMap (Python)
array, hash-table, linked-list, design, hash-function
LeetCode
[LeetCode] 3. Longest Substring Without Repeating Characters (Python)
hash-table, string, sliding-window