define array - Search
About 207,000 results
Open links in new tab
    Kizdar net | Kizdar net | Кыздар Нет
  1. Dictionary
    ar·ray
    [əˈrā]
    noun
    array (noun) · arrays (plural noun)
    1. an impressive display or range of a particular type of thing:
      "there is a vast array of literature on the topic" · "a bewildering array of choices"
      • an arrangement of troops:
        "I shall have my men drawn up here in battle array ready to come to your help"
      • mathematics
        an arrangement of quantities or symbols in rows and columns; a matrix.
      • computing
        an indexed set of related elements.
    2. law
      a list of jurors empaneled.
    verb
    array (verb) · arrays (third person present) · arrayed (past tense) · arrayed (past participle) · arraying (present participle)
    1. display or arrange (things) in a particular way:
      "the forces arrayed against him" · "arrayed across the table was a buffet"
    2. (be arrayed in)
      dress someone in (the clothes specified):
      "they were arrayed in Hungarian national dress"
    3. law
      empanel (a jury).
    Origin
    Middle English (in the senses ‘preparedness’ and ‘place in readiness’): from Old French arei (noun), areer (verb), based on Latin ad- ‘towards’ + a Germanic base meaning ‘prepare’.
    Translate array to
    No translation found.
    Your Recent Searches
    Words you've searched will appear here
     
  2. Array Definition & Meaning - Merriam-Webster

     
  3. What is Array? - GeeksforGeeks

    Nov 18, 2019 · Array is a linear data structure where all elements are arranged sequentially. It is a collection of elements of same data type stored at contiguous memory locations. For simplicity, we can think of an array as a flight of stairs …

  4. 123

    An array is a fundamental data structure in computer science that stores a collection of elements in a contiguous block of memory. Each element in an array is of the same data type and can be accessed using an index. Arrays are widely used in programming for organizing and manipulating data efficiently12.

    Key Principles

    1. Linear Data Structure: Arrays are linear, meaning elements are arranged sequentially. This allows for efficient access and manipulation of elements.

    2. Contiguous Memory: Elements are stored in contiguous memory locations, which enables quick access using indices.

    3. Fixed Size: In many programming languages, arrays have a fixed size, meaning the number of elements cannot be changed once the array is created1.

    Types of Arrays

    Was this helpful?

    See results from:

  5. ARRAY | English meaning - Cambridge Dictionary

  6. Array (data structure) - Wikipedia

  7. Array Definition - What is an Array? - TechTerms.com

  8. C Arrays - GeeksforGeeks

    Oct 11, 2024 · Learn how to define, declare, and initialize arrays in C programming. Arrays are fixed-size collections of similar data items stored in contiguous memory locations. See examples of 1D, 2D, and 3D arrays.

  9. What is an Array? Types of Array | Great Learning

    Mar 6, 2024 · An array is a collection of similar data elements stored at contiguous memory locations. It is the simplest data structure where each data element can be accessed directly by only using its index number.

  10. What is an Array? Understanding the Basics and …

    Learn how to declare, access, update, add, remove, loop and sort arrays in JavaScript. An array is a data structure that stores a fixed-size collection of elements sequentially in memory.

  11. Array Definition (Illustrated Mathematics Dictionary)

    Illustrated definition of Array: Items (such as objects, numbers, etc.) arranged in rows andor columns.

  12. Array (data type) - Wikipedia

  13. Array in Data Structure: What is, Arrays Operations …

    Nov 26, 2024 · Learn what an array is, how to create and access it, and how to perform operations on it in Python, C++, and Java. An array is a data structure for storing multiple values of the same data type at adjacent memory locations.

  14. What is Array in Data Structure? Types & Syntax - Simplilearn

  15. Getting Started with Array Data Structure - GeeksforGeeks

  16. What is an Array: Essential Concepts and Examples - The …

  17. How to define array in c? - Mad Penguin

  18. Array Basics: Definition, Declaration, and Initialization

  19. Array - JavaScript | MDN - MDN Web Docs

  20. What is Array - Javatpoint

  21. Array|Definition & Meaning - The Story of Mathematics

  22. Using Arrays in YAML: Practical Examples - Linux Handbook

  23. What is Array? - CodingDrills