GuruJyothi
Home
About
Subjects
Contact
A1. Write a Program to Implement Breadth First Search using Python.
A2. .Write a Program to Implement Depth First Search using Python.
A3. Write a Program to Implement Tic-Tac-Toe game using Python.
A4. Write a Program to Implement 8-Puzzle problem using Python.
A5. Write a Program to Implement Water-Jug problem using Python.
A6. Write a Program to Implement Travelling Salesman Problem using Python.
A7. Write a Program to Implement Tower of Hanoi using Python.
A8. Write a Program to Implement Monkey Banana Problem using Python.
A9. Write a Program to Implement Alpha-Beta Pruning using Python.
A10. Write a Program to Implement 8-Queens Problem using Python.
B1. Write a program to implement Hill Climbing Algorithm
B2. Write a program to implement A* Algorithm
B3. Implementation of Python basic Libraries such as Math, Numpy and Scipy
B4. Implementation of Python Libraries for ML application such as Pandas and Matplotlib
B5. Creation AND Loading different datasets in Python.
B6. Write a python program to compute Mean, Median, Mode, Variance and Standard Deviation using Datasets
B7. Implementation of Find S Algorithm
B8. Implementation of Candidate elimination Algorithm
B9. Write a program to implement simple Linear Regression and Plot the graph
B10. Write a Python program to implement stemming for a given sentence using NLTK.