Generation

time complexityMon, 23 Jan 2023

public void a(){ List<Integer> a = Arrays.asList(1,2,3,4,5,6,7,8,9,10); a.get(0).byteValue(); }

O(1)

Want to kickstart your project?Use the new AI Studio to create your code