Skip to content

Missing Test Case - 560. Subarray Sum Equals K #32403

@cyberjashan01

Description

@cyberjashan01

LeetCode Username

Jashan1212

Problem Number, Title, and Link

https://leetcode.com/problems/subarray-sum-equals-k/

Bug Category

Problem examples

Bug Description

class Solution(object):
def subarraySum(self, nums, k):
return 2
For this problem even above mentioned code is working kindly add some test cases to correct it

Language Used for Code

Python/Python3

Code used for Submit/Run operation

class Solution(object):
    def subarraySum(self, nums, k):
        return 2

Expected behavior

error

Screenshots

Image

Additional context

No response

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions