Skip to content

Python solutions for finding a missing number in a list (1–10).

Notifications You must be signed in to change notification settings

Ayushman-Mandhotra/missing-number-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Missing Number Finder (Python)

This project demonstrates three approaches to finding a missing number from a list containing numbers between 1 and 10.

Approaches:

  • Loop with predefined list
  • Loop with runtime input
  • Set comparison method

Created as part of algorithm practice.

About

Python solutions for finding a missing number in a list (1–10).

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages