This is a repo for practicing coding problems. Questions and attempts will in the files listed in this repo.
- Find the middle value of the 3 given integer inputs without using array Solved
- Sort three number without using array or sort function Solved
- Find the integer multiple between a and b Solved
- Find the integer factor between a and b Solved
- Determine if a number n is a prime or not Solved
- Python problem set 1 Solved
- Python problem set 2 Solved