Files
dsa-competitive-programming/leetcode/lc6/notes.md
T
2026-01-29 01:04:37 +05:30

6 lines
168 B
Markdown

We can use 2D array instead of vector of vectors but prefer vector<vector<char>> when
It has to grow dynamically
Different rows have different lengths
To save memory