sacr1ficerq

КР 1

Mar 28th, 2022 (edited)
34
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.61 KB | None | 0 0
  1. 1: uint64_t size_t
  2. 2: байты
  3. 3: 1
  4. 4: зависит
  5. 5: int*; const int*; const int* const; int* const
  6. 6: const int* const; int* const
  7. 7: int
  8. 8:  void Process(std::vector<int> v);   void Process(std::vector<int> v)
  9. 9: void Process(std::vector<int>* const v); void Process(const std::vector<int>* const v);
  10. 10: std::array; std::vector; std::dequeue;
  11. 11: std::list; std::dequeue;
  12. 12: <
  13. 13: sizeof(int) <= sizeof(long);
  14. 14: nothing
  15. 15: std::hash; ==
  16. 16: values.at(key); values.find(key); ???
  17. 17: average O(1); worst O(n)?
  18. 18: std::vector; std::forward_list; std::list; std::dequeue;
  19. 19: x; z
  20. 20: x; y; z; t;
Add Comment
Please, Sign In to add comment