👉 In mathematics and computer science, "undistributed" refers to a property where all of the elements in an array or list are not distributed throughout its length. This means that any given element is either located at the beginning or end of the array. For example: ``` int[] arr = {10, 20, 30}; for (int i = 0; i < arr.length; i++) { System.out.println(arr[i]); } // Output: 1