mirror of
https://github.com/20kaushik02/leetcode-gulag.git
synced 2025-12-06 07:34:06 +00:00
234 B
234 B
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...?