This repository contains all the assignments related to Laboratory Practice II according to the SPPU curriculum.
It also includes a step-by-step tutorial on the APEX Programming Language and VisualForce pages before starting the Cloud Computing practicals.
| Assignment Number | Title | Description |
|---|---|---|
| 01 | DFS and BFS | Implement Depth First Search (DFS) and Breadth First Search (BFS) algorithms. Use an undirected graph and develop a recursive algorithm for searching all the vertices of a graph or tree structure. |
| 02 | A* Algorithm | Develop the A* Algorithm for any game search problem. |
| 03 | Greedy Search Algorithm | Implement any 2 greedy search algorithms from the following: 1. Selection Sort 2. Dijkstra's Single Source Shortest Path 3. Prim's Minimum Spanning Tree Algorithm 4. Kruskal's Minimum Spanning Tree Algorithm 5. Job Scheduling |
| 04 | Constraint Satisfaction Problem | Implement any one of the following: 1. N-Queens Problem 2. Graph Coloring Problem |
| 05 | Chatbot | Develop an elementary chatbot for a suitable customer interaction application. |
| 06 | Expert System | Implement an expert system for any of the following: 1. Information Management 2. Hospital and Medical Facilities 3. Help Desk Management 4. Employee Performance Evaluation 5. Stock Market Trading 6. Airline Scheduling and Cargo Schedules |
| 07 | Apex Programming Language | Develop an application on Salesforce.com using the Apex Programming Language. See CC Assignments/APEX.md for more information. |
| 08 | Mini Project | Design and develop a custom application using Salesforce Cloud. It should include CRUD operations with custom sObjects. |