├── README.md ├── Week 1 ├── SET 11 │ ├── Questions.txt │ ├── Task-1.py │ ├── Task-2.py │ ├── Task-3.py │ ├── Task-4.py │ └── Task-5.py └── SET 14 │ ├── ques1.py │ ├── ques2.py │ ├── ques3.py │ ├── ques4.py │ └── ques5.py ├── Week 2 ├── SET 11 │ ├── q1.py │ ├── q2.py │ ├── q3.py │ ├── q4.py │ └── q5.py ├── SET 14 │ ├── ques1.py │ ├── ques2.py │ ├── ques3.py │ ├── ques4.py │ └── ques5.py └── SET 15 │ ├── Questions.txt │ ├── task-1.py │ ├── task-2.py │ ├── task-3.py │ ├── task-4.py │ └── task-5.py ├── Week 3 ├── SET 14 │ ├── Questions.txt │ ├── ques1.py │ ├── ques2.py │ ├── ques3.py │ ├── ques4.py │ └── ques5.py ├── SET 5 │ ├── Questions.txt │ ├── Task-1.py │ ├── Task-2.py │ ├── Task-3.py │ ├── Task-4.py │ └── Task-5.py └── SET 9 │ ├── q1.py │ ├── q2.py │ ├── q3.py │ ├── q4.py │ └── q5.py ├── Week 4 ├── SET1.py ├── Set-4_hotelform.py ├── Set5.py ├── set2.py └── set3.py ├── Week-5 ├── Set-5.py ├── Set4-hotelwithdatabase.py ├── displaySQL.py ├── form.py ├── job-application.py └── registration_form_with_sql.py ├── Week-6 ├── Mutliprogramming │ ├── Problem Questions week6.pdf │ ├── Week06 Set06.py │ ├── Week06 Set07.py │ ├── Week06 Set08.py │ ├── Week06 Set09.py │ └── Week06 Set10.py └── Socket │ ├── Problem Questions week6.pdf │ ├── Set1 │ ├── client1.py │ └── server1.py │ ├── Set2 │ ├── Set2 Client.JPG │ ├── Set2 Server.JPG │ ├── client2.py │ └── server2.py │ ├── Set3 │ ├── client3.py │ └── server3.py │ └── Set4 │ ├── client4.py │ └── server4.py ├── Week-7 ├── Functional │ ├── all.ipynb │ └── q7.py ├── Logical │ └── Logic Programming -868.pdf └── Symbolic │ ├── APP Week 7.ipynb │ └── q3.py └── Week-8 ├── DFA.ipynb ├── NFA.ipynb └── automata.ipynb /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ComputerScientist-01/Advanced-Programming-Practice/HEAD/README.md -------------------------------------------------------------------------------- /Week 1/SET 11/Questions.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ComputerScientist-01/Advanced-Programming-Practice/HEAD/Week 1/SET 11/Questions.txt -------------------------------------------------------------------------------- /Week 1/SET 11/Task-1.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ComputerScientist-01/Advanced-Programming-Practice/HEAD/Week 1/SET 11/Task-1.py -------------------------------------------------------------------------------- /Week 1/SET 11/Task-2.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ComputerScientist-01/Advanced-Programming-Practice/HEAD/Week 1/SET 11/Task-2.py -------------------------------------------------------------------------------- /Week 1/SET 11/Task-3.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ComputerScientist-01/Advanced-Programming-Practice/HEAD/Week 1/SET 11/Task-3.py -------------------------------------------------------------------------------- /Week 1/SET 11/Task-4.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ComputerScientist-01/Advanced-Programming-Practice/HEAD/Week 1/SET 11/Task-4.py -------------------------------------------------------------------------------- /Week 1/SET 11/Task-5.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ComputerScientist-01/Advanced-Programming-Practice/HEAD/Week 1/SET 11/Task-5.py -------------------------------------------------------------------------------- /Week 1/SET 14/ques1.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ComputerScientist-01/Advanced-Programming-Practice/HEAD/Week 1/SET 14/ques1.py -------------------------------------------------------------------------------- /Week 1/SET 14/ques2.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ComputerScientist-01/Advanced-Programming-Practice/HEAD/Week 1/SET 14/ques2.py -------------------------------------------------------------------------------- /Week 1/SET 14/ques3.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ComputerScientist-01/Advanced-Programming-Practice/HEAD/Week 1/SET 14/ques3.py -------------------------------------------------------------------------------- /Week 1/SET 14/ques4.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ComputerScientist-01/Advanced-Programming-Practice/HEAD/Week 1/SET 14/ques4.py -------------------------------------------------------------------------------- /Week 1/SET 14/ques5.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ComputerScientist-01/Advanced-Programming-Practice/HEAD/Week 1/SET 14/ques5.py -------------------------------------------------------------------------------- /Week 2/SET 11/q1.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ComputerScientist-01/Advanced-Programming-Practice/HEAD/Week 2/SET 11/q1.py -------------------------------------------------------------------------------- /Week 2/SET 11/q2.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ComputerScientist-01/Advanced-Programming-Practice/HEAD/Week 2/SET 11/q2.py -------------------------------------------------------------------------------- /Week 2/SET 11/q3.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ComputerScientist-01/Advanced-Programming-Practice/HEAD/Week 2/SET 11/q3.py -------------------------------------------------------------------------------- /Week 2/SET 11/q4.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ComputerScientist-01/Advanced-Programming-Practice/HEAD/Week 2/SET 11/q4.py -------------------------------------------------------------------------------- /Week 2/SET 11/q5.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ComputerScientist-01/Advanced-Programming-Practice/HEAD/Week 2/SET 11/q5.py -------------------------------------------------------------------------------- /Week 2/SET 14/ques1.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ComputerScientist-01/Advanced-Programming-Practice/HEAD/Week 2/SET 14/ques1.py -------------------------------------------------------------------------------- /Week 2/SET 14/ques2.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ComputerScientist-01/Advanced-Programming-Practice/HEAD/Week 2/SET 14/ques2.py -------------------------------------------------------------------------------- /Week 2/SET 14/ques3.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ComputerScientist-01/Advanced-Programming-Practice/HEAD/Week 2/SET 14/ques3.py -------------------------------------------------------------------------------- /Week 2/SET 14/ques4.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ComputerScientist-01/Advanced-Programming-Practice/HEAD/Week 2/SET 14/ques4.py -------------------------------------------------------------------------------- /Week 2/SET 14/ques5.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ComputerScientist-01/Advanced-Programming-Practice/HEAD/Week 2/SET 14/ques5.py -------------------------------------------------------------------------------- /Week 2/SET 15/Questions.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ComputerScientist-01/Advanced-Programming-Practice/HEAD/Week 2/SET 15/Questions.txt -------------------------------------------------------------------------------- /Week 2/SET 15/task-1.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ComputerScientist-01/Advanced-Programming-Practice/HEAD/Week 2/SET 15/task-1.py -------------------------------------------------------------------------------- /Week 2/SET 15/task-2.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ComputerScientist-01/Advanced-Programming-Practice/HEAD/Week 2/SET 15/task-2.py -------------------------------------------------------------------------------- /Week 2/SET 15/task-3.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ComputerScientist-01/Advanced-Programming-Practice/HEAD/Week 2/SET 15/task-3.py -------------------------------------------------------------------------------- /Week 2/SET 15/task-4.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ComputerScientist-01/Advanced-Programming-Practice/HEAD/Week 2/SET 15/task-4.py -------------------------------------------------------------------------------- /Week 2/SET 15/task-5.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ComputerScientist-01/Advanced-Programming-Practice/HEAD/Week 2/SET 15/task-5.py -------------------------------------------------------------------------------- /Week 3/SET 14/Questions.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ComputerScientist-01/Advanced-Programming-Practice/HEAD/Week 3/SET 14/Questions.txt -------------------------------------------------------------------------------- /Week 3/SET 14/ques1.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ComputerScientist-01/Advanced-Programming-Practice/HEAD/Week 3/SET 14/ques1.py -------------------------------------------------------------------------------- /Week 3/SET 14/ques2.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ComputerScientist-01/Advanced-Programming-Practice/HEAD/Week 3/SET 14/ques2.py -------------------------------------------------------------------------------- /Week 3/SET 14/ques3.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ComputerScientist-01/Advanced-Programming-Practice/HEAD/Week 3/SET 14/ques3.py -------------------------------------------------------------------------------- /Week 3/SET 14/ques4.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ComputerScientist-01/Advanced-Programming-Practice/HEAD/Week 3/SET 14/ques4.py -------------------------------------------------------------------------------- /Week 3/SET 14/ques5.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ComputerScientist-01/Advanced-Programming-Practice/HEAD/Week 3/SET 14/ques5.py -------------------------------------------------------------------------------- /Week 3/SET 5/Questions.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ComputerScientist-01/Advanced-Programming-Practice/HEAD/Week 3/SET 5/Questions.txt -------------------------------------------------------------------------------- /Week 3/SET 5/Task-1.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ComputerScientist-01/Advanced-Programming-Practice/HEAD/Week 3/SET 5/Task-1.py -------------------------------------------------------------------------------- /Week 3/SET 5/Task-2.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ComputerScientist-01/Advanced-Programming-Practice/HEAD/Week 3/SET 5/Task-2.py -------------------------------------------------------------------------------- /Week 3/SET 5/Task-3.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ComputerScientist-01/Advanced-Programming-Practice/HEAD/Week 3/SET 5/Task-3.py -------------------------------------------------------------------------------- /Week 3/SET 5/Task-4.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ComputerScientist-01/Advanced-Programming-Practice/HEAD/Week 3/SET 5/Task-4.py -------------------------------------------------------------------------------- /Week 3/SET 5/Task-5.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ComputerScientist-01/Advanced-Programming-Practice/HEAD/Week 3/SET 5/Task-5.py -------------------------------------------------------------------------------- /Week 3/SET 9/q1.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ComputerScientist-01/Advanced-Programming-Practice/HEAD/Week 3/SET 9/q1.py -------------------------------------------------------------------------------- /Week 3/SET 9/q2.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ComputerScientist-01/Advanced-Programming-Practice/HEAD/Week 3/SET 9/q2.py -------------------------------------------------------------------------------- /Week 3/SET 9/q3.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ComputerScientist-01/Advanced-Programming-Practice/HEAD/Week 3/SET 9/q3.py -------------------------------------------------------------------------------- /Week 3/SET 9/q4.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ComputerScientist-01/Advanced-Programming-Practice/HEAD/Week 3/SET 9/q4.py -------------------------------------------------------------------------------- /Week 3/SET 9/q5.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ComputerScientist-01/Advanced-Programming-Practice/HEAD/Week 3/SET 9/q5.py -------------------------------------------------------------------------------- /Week 4/SET1.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ComputerScientist-01/Advanced-Programming-Practice/HEAD/Week 4/SET1.py -------------------------------------------------------------------------------- /Week 4/Set-4_hotelform.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ComputerScientist-01/Advanced-Programming-Practice/HEAD/Week 4/Set-4_hotelform.py -------------------------------------------------------------------------------- /Week 4/Set5.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ComputerScientist-01/Advanced-Programming-Practice/HEAD/Week 4/Set5.py -------------------------------------------------------------------------------- /Week 4/set2.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ComputerScientist-01/Advanced-Programming-Practice/HEAD/Week 4/set2.py -------------------------------------------------------------------------------- /Week 4/set3.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ComputerScientist-01/Advanced-Programming-Practice/HEAD/Week 4/set3.py -------------------------------------------------------------------------------- /Week-5/Set-5.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ComputerScientist-01/Advanced-Programming-Practice/HEAD/Week-5/Set-5.py -------------------------------------------------------------------------------- /Week-5/Set4-hotelwithdatabase.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ComputerScientist-01/Advanced-Programming-Practice/HEAD/Week-5/Set4-hotelwithdatabase.py -------------------------------------------------------------------------------- /Week-5/displaySQL.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ComputerScientist-01/Advanced-Programming-Practice/HEAD/Week-5/displaySQL.py -------------------------------------------------------------------------------- /Week-5/form.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ComputerScientist-01/Advanced-Programming-Practice/HEAD/Week-5/form.py -------------------------------------------------------------------------------- /Week-5/job-application.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ComputerScientist-01/Advanced-Programming-Practice/HEAD/Week-5/job-application.py -------------------------------------------------------------------------------- /Week-5/registration_form_with_sql.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ComputerScientist-01/Advanced-Programming-Practice/HEAD/Week-5/registration_form_with_sql.py -------------------------------------------------------------------------------- /Week-6/Mutliprogramming/Problem Questions week6.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ComputerScientist-01/Advanced-Programming-Practice/HEAD/Week-6/Mutliprogramming/Problem Questions week6.pdf -------------------------------------------------------------------------------- /Week-6/Mutliprogramming/Week06 Set06.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ComputerScientist-01/Advanced-Programming-Practice/HEAD/Week-6/Mutliprogramming/Week06 Set06.py -------------------------------------------------------------------------------- /Week-6/Mutliprogramming/Week06 Set07.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ComputerScientist-01/Advanced-Programming-Practice/HEAD/Week-6/Mutliprogramming/Week06 Set07.py -------------------------------------------------------------------------------- /Week-6/Mutliprogramming/Week06 Set08.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ComputerScientist-01/Advanced-Programming-Practice/HEAD/Week-6/Mutliprogramming/Week06 Set08.py -------------------------------------------------------------------------------- /Week-6/Mutliprogramming/Week06 Set09.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ComputerScientist-01/Advanced-Programming-Practice/HEAD/Week-6/Mutliprogramming/Week06 Set09.py -------------------------------------------------------------------------------- /Week-6/Mutliprogramming/Week06 Set10.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ComputerScientist-01/Advanced-Programming-Practice/HEAD/Week-6/Mutliprogramming/Week06 Set10.py -------------------------------------------------------------------------------- /Week-6/Socket/Problem Questions week6.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ComputerScientist-01/Advanced-Programming-Practice/HEAD/Week-6/Socket/Problem Questions week6.pdf -------------------------------------------------------------------------------- /Week-6/Socket/Set1/client1.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ComputerScientist-01/Advanced-Programming-Practice/HEAD/Week-6/Socket/Set1/client1.py -------------------------------------------------------------------------------- /Week-6/Socket/Set1/server1.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ComputerScientist-01/Advanced-Programming-Practice/HEAD/Week-6/Socket/Set1/server1.py -------------------------------------------------------------------------------- /Week-6/Socket/Set2/Set2 Client.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ComputerScientist-01/Advanced-Programming-Practice/HEAD/Week-6/Socket/Set2/Set2 Client.JPG -------------------------------------------------------------------------------- /Week-6/Socket/Set2/Set2 Server.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ComputerScientist-01/Advanced-Programming-Practice/HEAD/Week-6/Socket/Set2/Set2 Server.JPG -------------------------------------------------------------------------------- /Week-6/Socket/Set2/client2.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ComputerScientist-01/Advanced-Programming-Practice/HEAD/Week-6/Socket/Set2/client2.py -------------------------------------------------------------------------------- /Week-6/Socket/Set2/server2.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ComputerScientist-01/Advanced-Programming-Practice/HEAD/Week-6/Socket/Set2/server2.py -------------------------------------------------------------------------------- /Week-6/Socket/Set3/client3.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ComputerScientist-01/Advanced-Programming-Practice/HEAD/Week-6/Socket/Set3/client3.py -------------------------------------------------------------------------------- /Week-6/Socket/Set3/server3.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ComputerScientist-01/Advanced-Programming-Practice/HEAD/Week-6/Socket/Set3/server3.py -------------------------------------------------------------------------------- /Week-6/Socket/Set4/client4.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ComputerScientist-01/Advanced-Programming-Practice/HEAD/Week-6/Socket/Set4/client4.py -------------------------------------------------------------------------------- /Week-6/Socket/Set4/server4.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ComputerScientist-01/Advanced-Programming-Practice/HEAD/Week-6/Socket/Set4/server4.py -------------------------------------------------------------------------------- /Week-7/Functional/all.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ComputerScientist-01/Advanced-Programming-Practice/HEAD/Week-7/Functional/all.ipynb -------------------------------------------------------------------------------- /Week-7/Functional/q7.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ComputerScientist-01/Advanced-Programming-Practice/HEAD/Week-7/Functional/q7.py -------------------------------------------------------------------------------- /Week-7/Logical/Logic Programming -868.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ComputerScientist-01/Advanced-Programming-Practice/HEAD/Week-7/Logical/Logic Programming -868.pdf -------------------------------------------------------------------------------- /Week-7/Symbolic/APP Week 7.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ComputerScientist-01/Advanced-Programming-Practice/HEAD/Week-7/Symbolic/APP Week 7.ipynb -------------------------------------------------------------------------------- /Week-7/Symbolic/q3.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ComputerScientist-01/Advanced-Programming-Practice/HEAD/Week-7/Symbolic/q3.py -------------------------------------------------------------------------------- /Week-8/DFA.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ComputerScientist-01/Advanced-Programming-Practice/HEAD/Week-8/DFA.ipynb -------------------------------------------------------------------------------- /Week-8/NFA.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ComputerScientist-01/Advanced-Programming-Practice/HEAD/Week-8/NFA.ipynb -------------------------------------------------------------------------------- /Week-8/automata.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ComputerScientist-01/Advanced-Programming-Practice/HEAD/Week-8/automata.ipynb --------------------------------------------------------------------------------