错误:搜索内容不能为空,请输入英文关键词
错误:关键词超出字数限制,请精简
高级检索

Arrays

  • Jeff Friesen

摘要

Java supports arrays, one of the oldest and most widely used data structures (“a data organization, management, and storage format that is usually chosen for efficient access to data” – see for more information). This chapter introduces you to this support in terms of one-dimensional arrays and two-dimensional arrays. It demonstrates one-dimensional arrays in terms of searching and sorting and two-dimensional arrays in terms of matrix multiplication.