mirror of
https://github.com/Manoj-HV30/dsa-competitive-programming.git
synced 2026-05-16 19:35:22 +00:00
6 lines
168 B
Markdown
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
|
|
|