You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Replace legacy collections with modern alternatives
Replace Stack with ArrayDeque in Networks.java for better performance by
removing unnecessary synchronization overhead. Replace Vector with ArrayList
in test code for consistency with modern Java practices.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <[email protected]>
0 commit comments