Skip to content

Coding Challenge - Iterator over a nested data structure  #23

@NicolaBernini

Description

@NicolaBernini

Overview

Design a data structure able to represent a sequence of nested values like the following one

[1,2],3,[4,5],[], [6]

and an iterator able to navigate that data structure and to return the list of elements without nesting hence like the following one

1,2,3,4,5,,6,

Solutions

Solutions Page

Metadata

Metadata

Assignees

Labels

featureNew Feature means Solution, Article, ... pretty generic label for improvement

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions