leetcode-gulag/thoughts.md
2023-09-30 16:49:56 -07:00

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...?