mirror of
https://github.com/20kaushik02/leetcode-gulag.git
synced 2025-12-06 11:24:07 +00:00
7 lines
234 B
Markdown
7 lines
234 B
Markdown
# misc. thoughts and maybe tips
|
|
|
|
- libraries:
|
|
- essentials: bits/stdc++.h, iostream
|
|
- data structures: vector
|
|
- (q21)when working with structs, can't return locally created objects from a function, even when using new keyword...?
|