Skip to content

Latest commit

 

History

History
70 lines (47 loc) · 2.4 KB

File metadata and controls

70 lines (47 loc) · 2.4 KB

Python Lab - 3rd Semester

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.

Repository Structure

  • Program1/: Programs to find GCD of two numbers using different methods.

  • 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.

  • 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

  • Department of CSE-AIML
  • UMESH PATEL
  • 0126AL231140
  • AIML 3rd B

GitHub Pages

https://umeshcode1.github.io/PYTHON_LAB_3sem/


License

This project is licensed under the MIT License - see the LICENSE file for details.

Author

Thank You

Thank you for visiting this repository!

Thank You