This repository have python programming codes from "PROBLEM SOLVING AND PYTHON PROGRAMMING LABORATORY" based on Anna University Syllabus Regulation 2017.
The python codings based on Regulation- 2017 is stored in the branch python_reg_2017
If you have any queries You can contact me at "erudite31.wordpress.com" (or) "erudite31.wp@gmail.com"
Syllabus - Regulation 2017
-
Compute the GCD of two numbers.
-
Find the square root of a number (Newton’s method)
-
Exponentiation (power of a number)
-
Find the maximum of a list of numbers
-
Linear search and Binary search
-
Selection sort, Insertion sort
-
Merge sort
-
First n prime numbers
-
Multiply matrices
-
Programs that take command line arguments (word count)
-
Find the most frequent words in a text read from a file
-
Simulate elliptical orbits in Pygame
-
Simulate bouncing ball using Pygame