An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

        

BST Iterator I (LC)

Peeking Iterator (LC)

Flatten Nested Iterator (LC)

RLE Iterator (LC)

Iterator for Combination (LC)