This repository contains Python programming exercises, assignments, and mini-projects completed during the 3rd semester. It focuses on foundational programming concepts, problem-solving skills, and real-world applications.
-
Program1/: Programs to find GCD of two numbers using different methods.
- method1.py: Using inbuilt function.
- method2.py: Without using recursion.
- method3.py: Using Euclid's algorithm.
-
Program2/: Program to find the square root of a number using Newton's method.
-
Program3/: Programs to find exponentiation of a number using different methods.
- method1.py: Using a function.
- method2.py: Using exponentiation operator.
- method3.py: Using a math module.
-
Program4/: Program to find the maximum from a list of numbers.
-
Program5/: Program to perform linear search.
-
Program6/: Program to perform binary search.
-
Program7/: Program to perform selection sort.
-
Program8/: Program to perform insertion sort.
-
Program9/: Program to perform merge sort.
-
Program10/: Program to print first n prime numbers.
-
Program11/: Program to multiply matrices.
- Department of CSE-AIML
- UMESH PATEL
- 0126AL231140
- AIML 3rd B
https://umeshcode1.github.io/PYTHON_LAB_3sem/
This project is licensed under the MIT License - see the LICENSE file for details.
- Umesh Patel
- GitHub: UmeshPatelGitHub
- LinkedIn: UmeshPatelLinkedIn
- Email: umesh.code1@gmail.com
Thank you for visiting this repository!
