Skip to content

Incorrect Solution in readme for algorithm/list/chall-02.md #3

Description

@DevinOM

According to the readme for this challenge:

Given list of integer

[ 3, 0, 4, 9, 7, 9, 7, 2, 9, 4, 1, 4, 2, 5, 5, 7, 4, 0, 6, 9 ]

the sum of odd-index value is: 40

I believe this sum should be 49?

0 + 9 + 9 + 2 + 4 + 4 + 5 + 7 + 0 + 9 = 49

Maybe I am misunderstanding the problem? I have tried summing the list in different ways but never get 40.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions