← all logs
Activity Log
Jun 5, 2026

A bit behind the schedule. Small hiccup at the start. Completed the Arrays section of Neetcode DSA. Will focus on solving the suggested problems first, then begin the problems list from Neetcode 150. Also, catchup with Node.js Buffers and Hands-On LLM Ch. 1.

TIL :

  • Why do we double the capacity of an array every time we resize a dynamic array, instead of increasing by 1 or any arbitrary number?
  • Amortised Time Complexity