Friday, February 21, 2025

 7. Write a python program to implement A* and AO* algorithm.  

Sample Graph for A*                                         A* Code For Reference 

Sample Graph for AO*                                AO* Code Reference

 4. Write a program to implement Best First Searching Algorithm

Sample Graph                                                        Code For Reference 

Monday, February 10, 2025

3. Write a Program to Implement Breadth First Search using Python.

5. Write a Program to Implement Breadth First Search using Python.

 

Code For Reference

Sunday, February 2, 2025

 2.   Pandas Library: Visualization -  Write a program which use pandas inbuilt visualization to plot following graphs:

              i. Bar plots       ii. Histograms    iii. Line plots    iv. Scatter plots

Sample .csv file 

 Refer This Material