Code Experts
Home
Challenges
Notes
Compiler
Forum
Exam
Contact
Sign in
Sign up
Home
Challenges
Notes
Compiler
Exam
Forum
Contact
Log In / Register
Copied To Clipboard !
Consecutive Numbers
Take a List that determines whether elements in an array can be re-arranged to form a consecutive list of numbers where each number appears exactly once.
Code :
[5, 1, 4, 3, 2] # Can be re-arranged to form [1, 2, 3, 4, 5]
Total :
1 Discussion
Test
Login
Code (Optional)
Upload Code Image (Optional)
Post Your Comment
codeexperts
Test
Code :
Test
Reply