All public logs

Combined display of all available logs of Computer Science Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
  • 21:49, 5 February 2023 Bmackenty talk contribs created page Vector (Created page with "In computer science, a vector is a data structure that represents an ordered, dynamic array of elements. It's similar to an array, but it has the advantage of being able to dynamically resize its size as elements are added or removed. A vector typically stores elements of the same data type, and provides operations to add, remove, or access elements. The size of a vector can change as elements are inserted or deleted, and it automatically reallocates memory as needed. T...")