Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Array without a number #33

Open
songz opened this issue Apr 30, 2017 · 1 comment
Open

Array without a number #33

songz opened this issue Apr 30, 2017 · 1 comment
Labels

Comments

@songz
Copy link
Collaborator

songz commented Apr 30, 2017

Input: an array and a number
Output: a new array without the number

Input: [1,2,3,2,2,3], 2
Output: [1,3,3]

@songz songz added the easy label Apr 30, 2017
@s5566
Copy link

s5566 commented Jul 10, 2021

Hey! Can I be assigned this?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants