Main public logs
Appearance
Combined display of all available logs of Computer Science Knowledge Base. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 12:42, 8 July 2025 Mr. Goldstein talk contribs created page 3.5.1 Arrays (One-dimensional, Multi-dimensional) (Created page with "=== 3.5.1 Arrays (One-dimensional, Multi-dimensional) === Imagine you have a row of mailboxes, all lined up. Each mailbox has a number (like 1, 2, 3...) and can hold one letter. If you want to find the letter in mailbox number 5, you just go directly to mailbox 5. An '''Array''' is like a row of mailboxes (or a list of numbered slots) in a computer's memory. It's a data structure that stores a '''fixed-size collection of items of the same type''' in a specific order. Ea...") Tag: Visual edit