Code

Mask Detection

Problem Statement – Mask detection code Scope of work – The code should check if the person is wearing mask or not. Challenges – Running yolo framework and getting the rectangular frame for face. …

Continue reading

Code – Numbers to find Divisible by 4

Problem Statement -To find if number is divisible by 4 Scope of work -Build a program to find a number which is divisible by 4 Challenges –    Finding the code for adding last three numbers. Execution …

Continue reading

Program to find LCM of 2 Numbers

Problem Statement -To find LCM of any two numbers Statement of work -Write a pseudocode -Write the code in python -Tested with edge cases Challenges –   Nil Execution Strategy  – Nil Value Added -If …

Continue reading

Program to find if Number is Divisibility by 2

Problem Statement -To find divisibility by 2 Statement of work -Write a pseudocode -Write the code in python -Tested with edge cases Challenges – Converting numbers into string and then converting …

Continue reading

Program to find Even or Odd

Problem Statement -To find Even or Odd numbers Statement of work -Write a pseudocode -Write the code in python -Tested with edge cases Challenges – Nil Execution Strategy  – Nil Value Added -This code …

Continue reading

Smallest Multiple From 1 – 20

Problem Statement -Code to find Smallest multiple Scope of work -Write pseudocode -Write the code in python -Tested with edge cases Challenges -Nil Execution Strategy -Nil Value Added -This code is …

Continue reading

LCM of any two numbers

Problem Statement -Code to find LCM Scope of work -Write pseudocode -Write the code in python -Tested with edge cases Challenges -If randomly any  two numbers are given, it should find out the LCM of …

Continue reading

HCF of any two numbers

Problem Statement -Code to find HCF Scope of work -Write pseudocode -Write the code in python -Tested with edge cases Challenges -If any two numbers are given randomly, it should find out the HCF of …

Continue reading

Code – Program To find HCF of 2 numbers

Problem Statement -HCF  Sow • HCF of any two numbers Challenges – If randomly any  two numbers are given, need to find out the HCF of that numbers. Value Added -If user wants to find out the HCF any …

Continue reading

Code – Project Euler – The Largest Prime Factor

Problem Statement -Project Euler Sow -The_Largest_Prime_Factor Challenges – Solve the 3rd problem from the “Project Euler” Value Added -Solved the 3rd problem from Project Euler – “The Largest Prime …

Continue reading