Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 237 Bytes

L4_homework.md

File metadata and controls

10 lines (7 loc) · 237 Bytes

Homework: L4

write a function which input list with following propeteries

  • all elements are positive integer
  • all elements exist twice except one

Example: Input:[1,4,6,7,5,4,6,1,7] Output: 5 #output the single occured element