Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Link broken on "Choosing the Right Implementation Between ArrayList and LinkedList" page #145

Open
vladflore opened this issue Mar 18, 2025 · 1 comment

Comments

@vladflore
Copy link

The section "Analyzing the Memory Consumption of LinkedList and ArrayList" makes a reference to MemoryLayout OpenJDK tool.

"We are using the MemoryLayout OpenJDK tool to measure the memory consumed by these implementations."

The link to MemoryLayout is, unfortunately, broken.

@danthe1st
Copy link
Contributor

danthe1st commented Mar 18, 2025

I think the complexity table containing O(1) for inserting in the middle of an ArrayList might be wrong as well. The part about the amortized constant time is about adding at the end specifically IIRC.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants