seunGit / TIL-TodayILearned

🔥 Today I Learned
https://github.com/seunGit/TIL-TodayILearned/issues
1 stars 0 forks source link

ArrayList vs LinkedList #24

Open seunGit opened 1 year ago

seunGit commented 1 year ago

ArrayList vs LinkedList

Array List

Linked List 특징

image

Array List vs Linked List

장점이 있으면 단점이 있는법. 메모리의 효율적인 사용을 위해서는 데이터 스트럭처(Data Structure), 자료구조 공부가 필요하다는 것을 알게 되었다. 어떤 상황에서 어떤 자료구조가 합리적인지 확인하고 사용해야 되겠다.

📕 Reference