https://github.com/mthirumalai2905/iterators
In Java, an Iterator(Interface) is an object that enables traversing through a collection (like a list or set) and accesing its elements sequentially without exposing its underlying structure
https://github.com/mthirumalai2905/iterators
Last synced: 4 months ago
JSON representation
In Java, an Iterator(Interface) is an object that enables traversing through a collection (like a list or set) and accesing its elements sequentially without exposing its underlying structure
- Host: GitHub
- URL: https://github.com/mthirumalai2905/iterators
- Owner: mthirumalai2905
- Created: 2025-02-06T05:28:48.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2025-02-06T05:35:45.000Z (4 months ago)
- Last Synced: 2025-02-06T06:28:37.003Z (4 months ago)
- Language: Java
- Size: 0 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
BST Iterator I (LC)
Peeking Iterator (LC)
Flatten Nested Iterator (LC)
RLE Iterator (LC)
Iterator for Combination (LC)