Given two lists find the missing element from the lost ignore multiple missing elements

AnswerBot
6mo

Find the missing element from two lists, ignoring multiple missing elements

  • Iterate through one list and check if each element is present in the other list

  • If an element is not found in the other list, ...read more

Rakshith Gowda
author
1y
Just find the sum of both the lists and do sum(l1)-sum(l2)
Nithish Kannan
10mo
l1=[1,2,3,4,5] l2=[3,4,5,6,7] print("missing elements in l1:",(set(l2).difference(l1))) print("missi...read more
Help your peers!
Add answer anonymously...
Hiver Software Developer Intern Interview Questions
Stay ahead in your career. Get AmbitionBox app
qr-code
Helping over 1 Crore job seekers every month in choosing their right fit company
65 L+

Reviews

4 L+

Interviews

4 Cr+

Salaries

1 Cr+

Users/Month

Contribute to help millions
Get AmbitionBox app

Made with ❤️ in India. Trademarks belong to their respective owners. All rights reserved © 2024 Info Edge (India) Ltd.

Follow us
  • Youtube
  • Instagram
  • LinkedIn
  • Facebook
  • Twitter