반응형 programming language19 Stack, Queue 와 Deque 중 무엇이 더 효율적일까? Stack, Queue 와 Deque 중 무엇이 더 효율적일까? https://docs.oracle.com/javase/8/docs/api/ 자바 공식문서를 확인해보면 아래와 같은 말이 있습니다. Resizable-array implementation of the Deque interface. Array deques have no capacity restrictions; they grow as necessary to support usage. They are not thread-safe; in the absence of external synchronization, they do not support concurrent access by multiple threads. Null elements are p.. 2023. 11. 9. 이전 1 2 3 4 다음 반응형