Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
syntnc committed Aug 15, 2018
1 parent 856c28d commit d9a2ca1
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,5 +42,12 @@
Semester : 5
```

* All solutions of laboratory problems are in Python3.
* All solutions of laboratory problems are in Python3 and is present in `IIIT-A Lab (IAIN532C)` directory.
* Lab assignments are present in `Lab *` directories.
+ [Lab 1: Implementing Stack, Que and Hashmap in Python](https://github.com/coderIlluminatus/Artificial-Intelligence/tree/master/IIIT-A%20Lab%20(IAIN532C)/Lab%201)
+ [Lab 2: Searching Algorithms on 8-Puzzle, 15-Puzzle and Romanian Map](https://github.com/coderIlluminatus/Artificial-Intelligence/tree/master/IIIT-A%20Lab%20(IAIN532C)/Lab%202)
+ [Lab 3: Searching on PacMan (HackerRank)](https://github.com/coderIlluminatus/Artificial-Intelligence/tree/master/IIIT-A%20Lab%20(IAIN532C)/Lab%203)
+ [Lab 4: Backtracking CSP on Seating Arrangemnt Problem](https://github.com/coderIlluminatus/Artificial-Intelligence/tree/master/IIIT-A%20Lab%20(IAIN532C)/Lab%204)
+ [Lab 5: Searching with criteria on Gem Finding and Sliding Board](https://github.com/coderIlluminatus/Artificial-Intelligence/tree/master/IIIT-A%20Lab%20(IAIN532C)/Lab%205)
* Other standard practice problems inside the lab curriculum are present in `Backtracking`, `CSP`, etc. and are included in the probable questionnaire for lab tests.
* Every solution is properly documented using docstrings.

0 comments on commit d9a2ca1

Please sign in to comment.