Skip to content

Lecture "Brute-force algorithms", exercise 3 #17

Open
@essepuntato

Description

@essepuntato

Write in Python the function def my_enumerate(input_list) which behave like the built-in function enumerate() introduced in Section "Linear search" and returns a proper list, and accompany the function with the related test case. It is not possible to use the built-in function enumerate() in the implementation.

Metadata

Metadata

Assignees

No one assigned

    Labels

    ExerciseThe exercises that are introduced in the lectures.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions