You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This repository have python programming codes from "PROBLEM SOLVING AND PYTHON PROGRAMMING LABORATORY" based on Anna University Syllabus.
2
+
This repository have python programming codes from "PROBLEM SOLVING AND PYTHON PROGRAMMING LABORATORY" based on Anna University Syllabus Regulation 2017.
3
3
4
4
The python codings based on Regulation- 2017 is stored in the branch python_reg_2017
5
5
6
-
The python codings based on Regulation- 2021 is stored in the branch python_reg_2021
7
-
8
6
If you have any queries You can contact me at "erudite31.wordpress.com" (or) "erudite31.wp@gmail.com"
7
+
8
+
Syllabus - Regulation 2017
9
+
10
+
1. Compute the GCD of two numbers.
11
+
12
+
2. Find the square root of a number (Newton’s method)
13
+
14
+
3. Exponentiation (power of a number)
15
+
16
+
4. Find the maximum of a list of numbers
17
+
18
+
5. Linear search and Binary search
19
+
20
+
6. Selection sort, Insertion sort
21
+
22
+
7. Merge sort
23
+
24
+
8. First n prime numbers
25
+
26
+
9. Multiply matrices
27
+
28
+
10. Programs that take command line arguments (word count)
29
+
30
+
11. Find the most frequent words in a text read from a file
0 commit comments