Bug Report for https://neetcode.io/problems/python-resizable-list-part-1
Please describe the bug below and include any steps to reproduce the bug or screenshots if possible.
Does not test for the correct implementation of insert_at.
Does not test for if a negative index is given. Allows pass if I use .insert() which would append it to the start of the list instead of the end as required.
Bug Report for https://neetcode.io/problems/python-resizable-list-part-1
Please describe the bug below and include any steps to reproduce the bug or screenshots if possible.
Does not test for the correct implementation of insert_at.
Does not test for if a negative index is given. Allows pass if I use .insert() which would append it to the start of the list instead of the end as required.