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
- ArrayDeque:
- Implemented addLast and removeFirst methods.
- Added extensive tests for addFirst, removeLast, peekLast, and more.
- ArrayQueue:
- Added add method to comply with Queue interface.
- Created thorough tests for enqueue, dequeue, peek, and related operations.
- TreeSet:
- Implemented find method.
- Added union, intersection, and difference methods.
- Developed comprehensive tests for all methods, including find.
- HashMap:
- Introduced getIterator method for iterable support.
- Ensured full test coverage, including iteration over key-value pairs.
Overall, enhanced functionality, ensured robustness, and improved test coverage for key data structures.
0 commit comments