Category: NPTEL

The joy of computing using python | week 12, quantum mechanics 1 | week 12, programming in java | week 12, principles of management | week 12, leadership and team effectiveness | week 12, introduction to machine learning | week 12, cloud computing | week 12, blockchain and its applications | week 12, introduction to internet of things week 11, introduction to industry 4.0 and industrial internet of things | week 11.

where to get nptel assignment answers

Click below button to download Sample Online programming test answers.

Or click below colored link to see the answers without downloading it., click below button to download online programming test answers for night session for session 2022 (time-8pm to 10 pm)., click below button to download programming data structures and algorithm using python previous year weekly quiz and all week lectures.(from 2019-2022), in the same manner we will provide answers for online programming test on 19th september,2021..

Week 4: Programming Assignment

Week 8: Programming Assignment

For this assignment, you have to write a complete Python program. Paste your code in the window below. You may define additional auxiliary functions as needed. There are some public test cases and some (hidden) private test cases. "Compile and run" will evaluate your submission against the public test cases "Submit" will evaluate your submission against the hidden private test cases. There are 10 private test cases, with equal weightage. You will get feedback about which private test cases pass or fail, though you cannot see the actual test cases. Ignore warnings about "Presentation errors". Find the longest palindrome (IARCS OPC Archive, K Narayan Kumar, CMI) As we all know, a palindrome is a word that equals its reverse. Here are some examples of palindromes: malayalam, gag, appa, amma. We consider any sequence consisting of the letters of the English alphabet to be a word. So axxb,abbba and bbbccddx are words for our purpose. And aaabbaaa, abbba and bbb are examples of palindromes. By a subword of a word, we mean a contiguous subsequence of the word. For example the subwords of the word abbba are a, b, ab, bb, ba, abb, bbb, bba, abbb, bbba and abbba. In this task you will given a word and you must find the longest subword of this word that is also a palindrome. For example if the given word is abbba then the answer is abbba. If the given word is abcbcabbacba then the answer is bcabbacb. Solution hint Any subword of w that is a palindrome is also a subword when w is reversed. Input format The first line of the input contains a single integer N indicating the length of the word. The following line contains a single word of length N, made up of the letters a,b,…, z. Output format The first line of the output must contain a single integer indicating the length of the longest subword of the given word that is a palindrome. The second line must contain a subword that is a palindrome and which of maximum length. If there is more than one subword palindrome of maximum length, print the one that is lexicographically smallest (i.e., smallest in dictionary order). Test Data: You may assume that 1 ≤ N ≤ 5000. You may further assume that in 30% of the inputs 1 ≤ N ≤ 300. Example: We illustrate the input and output format using the above examples: Sample Input 1: 5 abbba Sample Output 1: 5 abbba Sample Input 2: 12 abcbcabbacba Sample Output 2: 8 bcabbacb

(Note-It has a zip file which is password protected.Get the password from the YouTube video)

NPTEL web and video courses across 23 disciplines are available on our portal archive.nptel.ac.in. In 2014 process of getting certified from NPTEL courses was initiated, so that learners get a tangible end result in the form of a certificate from the IITs/IISc for their effort.

Certification courses are offered twice a year (Jan-Jun, Jul-Dec). Joining a course is free. Anyone can learn from these courses anywhere anytime. No pre-requisites, no age limit, no entrance criteria to enroll.

Learning can be done by watching videos and this is tested by the weekly assignments, that are to be submitted online within the prescribed deadline. Any queries/doubts you may have, you can post in the respective discussion forum, which will be answered by the faculty and his/her team.

There is an optional proctored certification exam that the learner can take for a nominal fee at the end of the course to earn certificates from the IITs. The learner has to be present in person for the exam and currently exams are conducted only in India in about 130+ cities in two shifts. Learner has to appear at the designated exam centre to participate in the exam, where his/her id is verified. 25% of the final marks comes from the Assignments and 75% from the final exam.

The main benefits of participating in an online course under NPTEL are: 1. Students: credit transfer and better resume 2. Faculty: Refresher courses, AICTE recognized FDP courses 3. Working professionals: For upskilling and reskilling

For any more clarification / queries, please click here .

To access courses offered before May 2019, go to https://onlinecourses-archive.nptel.ac.in/

To access new courses offered from jan 2020 semester, go to https://swayam.gov.in/.

NPTEL Jul-Dec 2022 exams :

Tentative Course list for Jul-Dec 2022 -->

Certain july 2021 and jan 2022 semester courses are also open for exam registration now, timelines and guidelines for jul-dec 2022, revised timelines & guidelines for candidates - jul-dec 2020, overall-  2882   | current-  1325.

E-Certificate - Facebook shares

overall-  25692   | current-  13393

E-Certificate - Linkedin shares

overall-  149644   | current-  78440

E-certificate downloads

  • Software Engineering Tutorial
  • Software Development Life Cycle
  • Waterfall Model
  • Software Requirements
  • Software Measurement and Metrics
  • Software Design Process
  • System configuration management
  • Software Maintenance
  • Software Development Tutorial
  • Software Testing Tutorial
  • Product Management Tutorial
  • Project Management Tutorial
  • Agile Methodology
  • Selenium Basics
  • Amazon Interview Experience | Set 258 (Off-Campus)
  • Citrix Interview | Set 2
  • Svaya Robotics Interview Experience
  • CarWale Interview Experience (On-Campus 2022)
  • KPIT Interview Experience | Set 1
  • Amazon Interview Experience | ( 6 Months Intern for SDE-1 )
  • Goldman Sachs Internship Interview Experience
  • Facebook Interview Experience
  • Wipro Interview Experience (On Campus)
  • Movework Interview Experience
  • Zoho Interview | Set 8 (On-Campus)
  • Mamsys Company Interview Experience for Software Developer
  • Boomerang Interview Experience | Set 1 (For SDE position)
  • TCS Interview Experience | Set 8 (On-Campus)
  • Program for Method Of False Position
  • IEEE Organisation Interview Experience
  • State Farm US Interview Experience For Technical Product Analyst
  • GSK Interview Expereince for Data Analyst

NPTEL (Swayam) Course Examination Experience

NPTEL is an acronym for National Programme on Technology Enhanced Learning which is an initiative by seven Indian Institutes of Technology (IIT Bombay, Delhi, Guwahati, Kanpur, Kharagpur, Madras, and Roorkee) and the Indian Institute of Science (IISc) for creating course contents in engineering and science.

Many students who dream of attending scholarly institutions, through NPTEL will have access to quality content from them.

There are courses on multiple streams both technical and non-technical. The courses are for 4 weeks, 8 weeks and 12 weeks usually.

I have taken many courses on NPTEL up until now but have taken exams for the following courses.

  • An introduction to programming through: C++ 12 Weeks (by Professor Abhiram G Ranade)
  • Programming in Java: 12 Weeks (by Professor Debasis Samanta)
  • Data structures and algorithms using Java: 12 Weeks (by prof Debasis Samanta)

Introduction to programming through C++: The procedures for all the examinations were similar, here I will be talking about “An introduction to Programming through C++”

  • The 12-week course was taught by Prof. Abhiram G. Ranade of the Computer Science and Engineering department at IIT Bombay.
  • It is a core undergraduate course where each week new topics were covered very thoroughly. Each week has assignments consisting of 5 coding questions and 10 MCQs of that week’s subject.
  • About the 10th-week applications for exams will be opened, and we will be asked to select our examination centers. The course is free to enroll but a fee of 1000/- is to be paid for the exam.
  • Prior exams we will be notified to download hall tickets and should take a physical copy of it and an identity card along with us to the exam hall.
  • The exam is for 3 hours, each of us will be assigned an individual computer. Exam will have mostly MCQs depending on the course and is for 100 marks. The questions are ranged from easy to hard and everything will be by the course itself.

Criteria to get a Certificate: 

  • Average assignment score = 25% of the average of best 8 assignments out of the total 12 assignments given in the course.  
  • Exam score = 75% of the proctored certification exam score out of 100
  • Final score = Average assignment score + Exam score

You will be eligible for the certificate only if Average Assignment Score >= 10/25 & Exam score>= 30/75

An e certificate will be provided after the results are announced and the criteria’s fulfilled  

Please Login to comment...

Similar reads.

author

  • C++ Programs
  • Data Structures
  • Experienced
  • Experiences
  • Interview Experiences
  • Programming Language
  • Software Engineering
  • 10 Best Slack Integrations to Enhance Your Team's Productivity
  • 10 Best Zendesk Alternatives and Competitors
  • 10 Best Trello Power-Ups for Maximizing Project Management
  • Google Rolls Out Gemini In Android Studio For Coding Assistance
  • 30 OOPs Interview Questions and Answers (2024)

Improve your Coding Skills with Practice

 alt=

What kind of Experience do you want to share?

  • Amazon Quiz
  • Flipkart Quiz
  • Play & Win 50,000 Coins
  • Privacy Policy

NPTEL Emotional Intelligence Assignment 2 Answers 2024

NPTEL Emotional Intelligence Assignment 2 Answers 2024

  • by QuizXp Team
  • February 5, 2024 February 7, 2024

NPTEL Emotional Intelligence Assignment 1 Answers 2024

NPTEL Emotional Intelligence Assignment 1 Answers 2024

  • February 4, 2024 February 7, 2024

NPTEL Design and analysis of algorithms Assignment 2 Answers 2024

NPTEL Design and analysis of algorithms Assignment 2 Answers 2024

NPTEL Design and analysis of algorithms Assignment 1 Answers 2024

NPTEL Design and analysis of algorithms Assignment 1 Answers 2024

NPTEL Data Science for Engineers Assignment 2 Answers 2024

NPTEL Data Science for Engineers Assignment 2 Answers 2024

NPTEL Data Science for Engineers Assignment 1 Answers 2024

NPTEL Data Science for Engineers Assignment 1 Answers 2024

NPTEL Data Analytics with Python Assignment 2 Answers 2024

NPTEL Data Analytics with Python Assignment 2 Answers 2024

NPTEL Business Development From Start to Scale Assignment 2 Answers 2024

NPTEL Business Development From Start to Scale Assignment 2 Answers 2024

NPTEL Business Development From Start to Scale Assignment 1 Answers 2024

NPTEL Business Development From Start to Scale Assignment 1 Answers 2024

NPTEL Blockchain and its Applications Assignment 2 Answers 2024

NPTEL Blockchain and its Applications Assignment 2 Answers 2024

  • Next »

x

AnswerGPT Logo

If You Are Facing Any Problem In Payment Then Email On : [email protected]

Nptel answers, no.1 website for nptel assignment answers, courses list 2024.

[Week 1-8] NPTEL Project Management Assignment Answers 2024

[Week 1-8] NPTEL Project Management Assignment Answers 2024

[Week 1-8] NPTEL Marketing Management – II Assignment Answers 2024

[Week 1-8] NPTEL Marketing Management – II Assignment Answers 2024

[Week 1-8] NPTEL Human Behaviour Assignment Answers 2024

[Week 1-8] NPTEL Human Behaviour Assignment Answers 2024

[Week 1-8] NPTEL Enhancing Soft Skills and Personality Assignment Answers 2024

[Week 1-8] NPTEL Enhancing Soft Skills and Personality Assignment Answers 2024

[Week 1-12] NPTEL Cloud Computing Assignment Answers 2024

[Week 1-12] NPTEL Cloud Computing Assignment Answers 2024

[Week 1-12] NPTEL Introduction to Machine Learning Assignment Answers 2024

[Week 1-12] NPTEL Introduction to Machine Learning Assignment Answers 2024

Pyq : previous year questions.

PYQ [Week 1-12] NPTEL Programming In Java Assignment Answers 2023

PYQ [Week 1-12] NPTEL Programming In Java Assignment Answers 2023

PYQ [Week 1-12] NPTEL The Joy Of Computing Using Python Assignment Answer 2023

PYQ [Week 1-12] NPTEL The Joy Of Computing Using Python Assignment Answer 2023

PYQ [Week 1-12] NPTEL Introduction To Machine Learning Assignment Answer 2023

PYQ [Week 1-12] NPTEL Introduction To Machine Learning Assignment Answer 2023

PYQ [Week 1-12] NPTEL Deep Learning Assignment Answers 2023

PYQ [Week 1-12] NPTEL Deep Learning Assignment Answers 2023

PYQ [Week 1-12] NPTEL Problem Solving Through Programming In C Assignment Answers 2023

PYQ [Week 1-12] NPTEL Problem Solving Through Programming In C Assignment Answers 2023

PYQ [Week 1-12] NPTEL Natural Language Processing Assignment Answers 2023

PYQ [Week 1-12] NPTEL Natural Language Processing Assignment Answers 2023

Why choose answergpt.

We are covering 45+ courses.

Years of Experience

Qualified teachers

Answer, PYQ & MCQ

24x7 dedicated support, professionals team.

Want to receive push notifications for all major on-site activities?

swayam-logo

  • Review Assignment
  • Announcements
  • About the Course
  • Explore Courses

Thank you for learning with NPTEL!!

Dear Learner, Thank you for taking the course with NPTEL!! Hope you enjoyed the journey with us. The results for this course have been published and we are closing this course now.  You will still have access to the contents and assignments of this course, if you click on the course name from the "Mycourses" tab on swayam.gov.in. For any further queries please write to [email protected] . - Team NPTEL

Artificial Intelligence : Search Methods For Problem Solving : Result Published!!

                                      ***THIS IS APPLICABLE ONLY FOR EXAM REGISTERED CANDIDATES***                             ****Please don't click on below link, if you are not registered/not present for the Exam****                          Dear Candidate, The exam scores and E Certificates have been released for October 2023 Exam(s). Step 1 - Are the results of my courses released? Please check the Results published courses list in the below links.:- Oct 2023 Exam - Click here Step 2 - How to check Results? Please login to internalapp.nptel.ac.in/ . and check your exam results. Use the same login credentials as used to register to the exam. What's next? Please read the pass criteria carefully and check against what you have gotten. If you still have any issues, please report the same here. internalapp.nptel.ac.in/ . We will reply within a week. Last date to report queries: 3 days within publishing of scores. Note : Hard copies of certificates will not be dispatched. The duration shown in the certificate will be based on the timeline of offering of the course in 2023, irrespective of which Assignment score that will be considered. Thanks and Best wishes. NPTEL Team

Artificial Intelligence : Search Methods For Problem Solving : Final Feedback Form !!!

Dear students, We are glad that you have attended the NPTEL online certification course. We hope you found the NPTEL Online course useful and have started using NPTEL extensively. In this regard, we would like to have feedback from you regarding our course and whether there are any improvements, you would like to suggest.   We are enclosing an online feedback form and would request you to spare some of your valuable time to input your observations. Your esteemed input will help us in serving you better. The link to give your feedback is: https://docs.google.com/forms/d/11hrc9Z9tCfh-BIeNStTb2UPBZDORNuuU1WeWvIviqD4/edit?usp=drivesdk We thank you for your valuable time and feedback. Thanks & Regards, -NPTEL Team

Survey on Problem Solving sessions - Artificial Intelligence : Search Methods For Problem Solving (noc23-cs92)

Dear Learners, We would like to know if the expectations with which you attended this problem solving session are being met and hence please do take 2 minutes to fill out our feedback form. It would help us tremendously in gauging the learner experience. Here is the link to the form:  https://docs.google.com/forms/d/1Guv9Ntx3J25Jzsg55ASwcsbYfn2cxeAR99aa2XYwbJ0/edit?usp=drivesdk -NPTEL TEAM

October 2023 NPTEL Exams - Hall Tickets Released!

where to get nptel assignment answers

Artificial Intelligence : Search Methods For Problem Solving : Assignment 12 Reevaluations!!

Dear Learners, Week 12 Assignment submission of all students has been reevaluated by updating the answers for question number 16 and 18. Students are requested to find their revised scores of Week 12 Assignment on the Progress page. -NPTEL Team

Artificial Intelligence : Search Methods For Problem Solving : Assignment 11 Reevaluations!!

Dear Learners, Week 11 Assignment submission of all students has been reevaluated by updating the answers for question number 14. Students are requested to find their revised scores of Week 11 Assignment on the Progress page. -NPTEL Team

Artificial Intelligence : Search Methods For Problem Solving : Problem solving Session Reminder !!

Dear learners, There will be a live interactive session where a Course team member will explain some sample problems, how they are solved - that will help you solve the weekly assignments. We invite you to join the session and get your doubts cleared and learn better. Date: October 16, 2023 - Monday Time:06.00 PM - 08.00 PM Link to join: https://meet.google.com/fxg-tbtb-tmm Happy Learning. -NPTEL Team

Artificial Intelligence : Search Methods For Problem Solving : Assignment 10 Reevaluations!!

Dear Learners, Week 10 : Assignment 10 submission of all students has been reevaluated by updating the answers for question number 19. Students are requested to find their revised scores of Week 10 Assignment on the Progress page. -NPTEL Team

Artificial Intelligence : Search Methods For Problem Solving : Assignment Due Date UPDATE!!

Dear Learners, The due date of Week 11 assignment is extended. The Week 11 assignment has to be submitted on or before Thursday,[12/10/2023], 23:59 IST. -NPTEL Team

Week 12 Feedback Form: Artificial Intelligence : Search Methods For Problem Solving!!

Dear Learners, Thank you for continuing with the course and hope you are enjoying it. We would like to know if the expectations with which you joined this course are being met and hence please do take 2 minutes to fill out our weekly feedback form. It would help us tremendously in gauging the learner experience. Here is the link to the form:   https://docs.google.com/forms/d/e/1FAIpQLSekpwFXBNIVSPJQnixefwgpfVlbfT0JlweRe_aH2Jvohf9Y2A/viewform Thank you -NPTEL team

Exam Format - October, 2023 !!

Dear Candidate, ****This is applicable only for the exam registered candidates**** Type of exam will be available in the list: Click Here You will have to appear at the allotted exam center and produce your Hall ticket and Government Photo Identification Card (Example: Driving License, Passport, PAN card, Voter ID, Aadhaar-ID with your Name, date of birth, photograph and signature) for verification and take the exam in person.  You can find the final allotted exam center details in the hall ticket. The hall ticket is yet to be released.  We will notify the same through email and SMS. Type of exam: Computer based exam (Please check in the above list corresponding to your course name) The questions will be on the computer and the answers will have to be entered on the computer; type of questions may include multiple choice questions, fill in the blanks, essay-type answers, etc. Type of exam: Paper and pen Exam  (Please check in the above list corresponding to your course name) The questions will be on the computer. You will have to write your answers on sheets of paper and submit the answer sheets. Papers will be sent to the faculty for evaluation. On-Screen Calculator Demo Link: Kindly use the below link to get an idea of how the On-screen calculator will work during the exam. https://tcsion.com/ OnlineAssessment/ ScientificCalculator/ Calculator.html NOTE: Physical calculators are not allowed inside the exam hall. Thank you! -NPTEL Team

Dear learners, There will be a live interactive session where a Course team member will explain some sample problems, how they are solved - that will help you solve the weekly assignments. We invite you to join the session and get your doubts cleared and learn better. Date: October 9, 2023 - Monday Time:06.00 PM - 08.00 PM Link to join: https://meet.google.com/fxg-tbtb-tmm Happy Learning. -NPTEL Team

Artificial Intelligence : Search Methods For Problem Solving : Week 12 content & Assignment is live now !!

Dear Learners, The lecture videos for Week 12 have been uploaded for the course "Artificial Intelligence : Search Methods For Problem Solving" .The lectures can be accessed using the following   Link:  https://onlinecourses.nptel.ac.in/noc23_cs92/unit?unit=139&lesson=140 The other lectures in this week are accessible from the navigation bar to the left. Please remember to login into the website to view contents (if you aren't logged in already). Assignment for Week 12 is also released and can be accessed from the following link Assignment Link:   https://onlinecourses.nptel.ac.in/noc23_cs92/unit?unit=139&assessment=252 The assignment has to be submitted on or before Wednesday,[18/10/2023], 23:59 IST. Practice Assignment for Week 12 is also released and can be accessed from the following link PA 1 Link:   https://onlinecourses.nptel.ac.in/noc23_cs92/unit?unit=139&assessment=253 PA 2 Link:   https://onlinecourses.nptel.ac.in/noc23_cs92/unit?unit=139&assessment=254 PA 3 Link:   https://onlinecourses.nptel.ac.in/noc23_cs92/unit?unit=139&assessment=255 PA 4 Link:   https://onlinecourses.nptel.ac.in/noc23_cs92/unit?unit=139&assessment=256 PA 5 Link:   https://onlinecourses.nptel.ac.in/noc23_cs92/unit?unit=139&assessment=257 PA 6 Link:   https://onlinecourses.nptel.ac.in/noc23_cs92/unit?unit=139&assessment=258 As we have done so far, please use the discussion forums if you have any questions on this module. Note : Please check the due date of the assignments in the announcement and assignment page if you see any mismatch write to us immediately. Thanks and Regards, -NPTEL Team

Week 11 Feedback Form: Artificial Intelligence : Search Methods For Problem Solving!!

Dear Learners, Thank you for continuing with the course and hope you are enjoying it. We would like to know if the expectations with which you joined this course are being met and hence please do take 2 minutes to fill out our weekly feedback form. It would help us tremendously in gauging the learner experience. Here is the link to the form:  https://docs.google.com/forms/d/e/1FAIpQLSekpwFXBNIVSPJQnixefwgpfVlbfT0JlweRe_aH2Jvohf9Y2A/viewform Thank you -NPTEL team

Artificial Intelligence : Search Methods For Problem Solving

Dear learners, There will be a live interactive session where a Course team member will explain some sample problems, how they are solved - that will help you solve the weekly assignments. We invite you to join the session and get your doubts cleared and learn better. Date: October 2, 2023 - Monday Time:06.00 PM - 08.00 PM Link to join: https://meet.google.com/fxg-tbtb-tmm Happy Learning. -NPTEL Team

Artificial Intelligence : Search Methods For Problem Solving : Week 11 content & Assignment is live now !!

Dear Learners, The lecture videos for Week 11 have been uploaded for the course "Artificial Intelligence : Search Methods For Problem Solving". The lectures can be accessed using the following   Link:  https://onlinecourses.nptel.ac.in/noc23_cs92/unit?unit=128&lesson=129 The other lectures in this week are accessible from the navigation bar to the left. Please remember to login into the website to view contents (if you aren't logged in already). Assignment for Week 11 is also released and can be accessed from the following link Assignment Link:  https://onlinecourses.nptel.ac.in/noc23_cs92/unit?unit=128&assessment=251 The assignment has to be submitted on or before Wednesday,[11/10/2023], 23:59 IST. As we have done so far, please use the discussion forums if you have any questions on this module. Note : Please check the due date of the assignments in the announcement and assignment page if you see any mismatch write to us immediately. Thanks and Regards, -NPTEL Team

Week 10 Feedback Form: Artificial Intelligence : Search Methods For Problem Solving!!

Dear learners, There will be a live interactive session where a Course team member will explain some sample problems, how they are solved - that will help you solve the weekly assignments. We invite you to join the session and get your doubts cleared and learn better. Date: September 25, 2023 - Monday Time:06.00 PM - 08.00 PM Link to join: https://meet.google.com/fxg-tbtb-tmm Happy Learning. -NPTEL Team

Artificial Intelligence : Search Methods For Problem Solving : Week 10 content & Assignment is live now !!

Dear Learners, The lecture videos for Week 10 have been uploaded for the course " Artificial Intelligence : Search Methods For Problem Solving ".The lectures can be accessed using the following   Link:  https://onlinecourses.nptel.ac.in/noc23_cs92/unit?unit=117&lesson=118 The other lectures in this week are accessible from the navigation bar to the left. Please remember to login into the website to view contents (if you aren't logged in already). Assignment for Week 10 is also released and can be accessed from the following link Assignment Link:  https://onlinecourses.nptel.ac.in/noc23_cs92/unit?unit=117&assessment=250 The assignment has to be submitted on or before Wednesday,[04/10/2023], 23:59 IST. Practice Assignment for Week 10 is also released and can be accessed from the following link PA  Link:  https://onlinecourses.nptel.ac.in/noc23_cs92/unit?unit=117&assessment=249 As we have done so far, please use the discussion forums if you have any questions on this module. Note : Please check the due date of the assignments in the announcement and assignment page if you see any mismatch write to us immediately. Thanks and Regards, -NPTEL Team

Artificial Intelligence : Search Methods For Problem Solving : Assignment 7 Reevaluations!!

Dear Learners, Week 7 : Assignment 7 submission of all students has been reevaluated by updating the answers for question numbers 15 & 16 respectively.  Students are requested to find their revised scores of Week 7 Assignment  on the Progress page. -NPTEL Team

Week 9 Feedback Form: Artificial Intelligence : Search Methods For Problem Solving!!

Dear Learners, Thank you for continuing with the course and hope you are enjoying it. We would like to know if the expectations with which you joined this course are being met and hence please do take 2 minutes to fill out our weekly feedback form. It would help us tremendously in gauging the learner experience. Here is the link to the form:   https://docs.google.com/forms/d/e/1FAIpQLSekpwFXBNIVSPJQnixefwgpfVlbfT0JlweRe_aH2Jvohf9Y2A/viewform Thank you -NPTEL team

Dear learners, There will be a live interactive session where a Course team member will explain some sample problems, how they are solved - that will help you solve the weekly assignments. We invite you to join the session and get your doubts cleared and learn better. Date: September 18, 2023 - Monday Time:06.00 PM - 08.00 PM Link to join: https://meet.google.com/fxg-tbtb-tmm Happy Learning. -NPTEL Team

Artificial Intelligence : Search Methods For Problem Solving : Week 9 content & Assignment is live now !!

Dear Learners, The lecture videos for Week 9 have been uploaded for the course " Artificial Intelligence : Search Methods For Problem Solving ".The lectures can be accessed using the following   Link:  https://onlinecourses.nptel.ac.in/noc23_cs92/unit?unit=108&lesson=109 The other lectures in this week are accessible from the navigation bar to the left. Please remember to login into the website to view contents (if you aren't logged in already). Assignment for Week 9 is also released and can be accessed from the following link Assignment Link:   https://onlinecourses.nptel.ac.in/noc23_cs92/unit?unit=108&assessment=248 The assignment has to be submitted on or before Wednesday,[27/09/2023], 23:59 IST. Practice Assignment for Week 9 is also released and can be accessed from the following link PA 1 Link:   https://onlinecourses.nptel.ac.in/noc23_cs92/unit?unit=108&assessment=246 PA 2 Link:   https://onlinecourses.nptel.ac.in/noc23_cs92/unit?unit=108&assessment=247 As we have done so far, please use the discussion forums if you have any questions on this module. Note : Please check the due date of the assignments in the announcement and assignment page if you see any mismatch write to us immediately. Thanks and Regards, -NPTEL Team

Artificial Intelligence : Search Methods For Problem Solving : Week 9 viedo is live now !!

Dear Learners, The lecture videos for Week 9  have been uploaded for the course “ Artificial Intelligence : Search Methods For Problem Solving ”. The lectures can be accessed using the following link. Link:  https://onlinecourses.nptel.ac.in/noc23_cs92/unit?unit=108&lesson=109 The other lectures in this week are accessible from the navigation bar to the left. Please remember to login into the website to view contents (if you aren't logged in already). Assignment will be released shortly. As we have done so far, please use the discussion forums if you have any questions on this module. Thanks and Regards, -NPTEL Team

Week 8 Feedback Form: Artificial Intelligence : Search Methods For Problem Solving!!

Dear Learners, Thank you for continuing with the course and hope you are enjoying it. We would like to know if the expectations with which you joined this course are being met and hence please do take 2 minutes to fill out our weekly feedback form. It would help us tremendously in gauging the learner experience. Here is the link to the form:    https://docs.google.com/forms/d/1Fvti1vOBZ9qQ6N4vTW2ra2eYR6K1DXxdh0sB0ePQ88w/viewform Thank you -NPTEL team

Dear learners, There will be a live interactive session where a Course team member will explain some sample problems, how they are solved - that will help you solve the weekly assignments. We invite you to join the session and get your doubts cleared and learn better. Date: September 11, 2023 - Monday Time:06.00 PM - 08.00 PM Link to join: https://meet.google.com/fxg-tbtb-tmm Happy Learning. -NPTEL Team

Artificial Intelligence : Search Methods For Problem Solving : Week 8 content & Assignment is live now !!

Dear Learners, The lecture videos for Week 8 have been uploaded for the course "Artificial Intelligence : Search Methods For Problem Solving" .The lectures can be accessed using the following   Link:  https://onlinecourses.nptel.ac.in/noc23_cs92/unit?unit=97&lesson=98 The other lectures in this week are accessible from the navigation bar to the left. Please remember to login into the website to view contents (if you aren't logged in already). Assignment  for Week 8  is also released and can be accessed from the following link Assignment Link:  https://onlinecourses.nptel.ac.in/noc23_cs92/unit?unit=97&assessment=245 The assignment has to be submitted on or before Wednesday,[20/09/2023], 23:59 IST. Practice Assignment for Week 8 is also released and can be accessed from the following link PA 1 Link:  https://onlinecourses.nptel.ac.in/noc23_cs92/unit?unit=97&assessment=239 PA 2 Link:  https://onlinecourses.nptel.ac.in/noc23_cs92/unit?unit=97&assessment=240 PA 3 Link:  https://onlinecourses.nptel.ac.in/noc23_cs92/unit?unit=97&assessment=241 PA 4 Link:  https://onlinecourses.nptel.ac.in/noc23_cs92/unit?unit=97&assessment=242 PA 5 Link:   https://onlinecourses.nptel.ac.in/noc23_cs92/unit?unit=97&assessment=243 PA 6 Link:  https://onlinecourses.nptel.ac.in/noc23_cs92/unit?unit=97&assessment=244 As we have done so far, please use the discussion forums if you have any questions on this module. Note : Please check the due date of the assignments in the announcement and assignment page if you see any mismatch write to us immediately. Thanks and Regards, -NPTEL Team

Week 7 Feedback Form: Artificial Intelligence : Search Methods For Problem Solving!!

Dear Learners, The due date of Week 6 and Week 7 assignments are extended. The Week 6 assignment has to be submitted on or before Sunday,[10/09/2023], 23:59 IST. The Week 7 assignment has to be submitted on or before Friday,[15/09/2023], 23:59 IST. -NPTEL Team

Dear learners, There will be a live interactive session where a Course team member will explain some sample problems, how they are solved - that will help you solve the weekly assignments. We invite you to join the session and get your doubts cleared and learn better. Date: September 4, 2023 - Monday Time:06.00 PM - 08.00 PM Link to join: https://meet.google.com/fxg-tbtb-tmm Happy Learning. -NPTEL Team

Artificial Intelligence : Search Methods For Problem Solving : Week 7 content & Assignment is live now !!

Dear Learners, The lecture videos for Week 7 have been uploaded for the course "Artificial Intelligence : Search Methods For Problem Solving" .The lectures can be accessed using the following   Link:  https://onlinecourses.nptel.ac.in/noc23_cs92/unit?unit=86&lesson=87 The other lectures in this week are accessible from the navigation bar to the left. Please remember to login into the website to view contents (if you aren't logged in already). Assignment  for Week 7  is also released and can be accessed from the following link Assignment Link:  https://onlinecourses.nptel.ac.in/noc23_cs92/unit?unit=86&assessment=236 The assignment has to be submitted on or before Wednesday,[13/09/2023], 23:59 IST. Practice Assignment for Week 7 is also released and can be accessed from the following link PA Link:  https://onlinecourses.nptel.ac.in/noc23_cs92/unit?unit=86&assessment=237 As we have done so far, please use the discussion forums if you have any questions on this module. Note : Please check the due date of the assignments in the announcement and assignment page if you see any mismatch write to us immediately. Thanks and Regards, -NPTEL Team

Week 6 Feedback Form: Artificial Intelligence : Search Methods For Problem Solving!!

Dear learners, There will be a live interactive session where a Course team member will explain some sample problems, how they are solved - that will help you solve the weekly assignments. We invite you to join the session and get your doubts cleared and learn better. Date: August 28, 2023 - Monday Time:06.00 PM - 08.00 PM Link to join: https://meet.google.com/fxg-tbtb-tmm Happy Learning. -NPTEL Team

Artificial Intelligence : Search Methods For Problem Solving : Week 6 content & Assignment is live now !!

Dear Learners, The lecture videos for Week 6 have been uploaded for the course "Artificial Intelligence : Search Methods For Problem Solving" .The lectures can be accessed using the following   Link:  https://onlinecourses.nptel.ac.in/noc23_cs92/unit?unit=74&lesson=75 The other lectures in this week are accessible from the navigation bar to the left. Please remember to login into the website to view contents (if you aren't logged in already). Assignment  for Week 6  is also released and can be accessed from the following link Assignment Link:  https://onlinecourses.nptel.ac.in/noc23_cs92/unit?unit=74&assessment=230 The assignment has to be submitted on or before Wednesday,[06/09/2023], 23:59 IST. Practice Assignment for Week 6 is also released and can be accessed from the following link PA 1 Link:  https://onlinecourses.nptel.ac.in/noc23_cs92/unit?unit=74&assessment=231 PA 2 Link:  https://onlinecourses.nptel.ac.in/noc23_cs92/unit?unit=74&assessment=232 PA 3 Link: https://onlinecourses.nptel.ac.in/noc23_cs92/unit?unit=74&assessment=233 PA 4 Link: https://onlinecourses.nptel.ac.in/noc23_cs92/unit?unit=74&assessment=234 PA 5 Link:  https://onlinecourses.nptel.ac.in/noc23_cs92/unit?unit=74&assessment=235 As we have done so far, please use the discussion forums if you have any questions on this module. Note : Please check the due date of the assignments in the announcement and assignment page if you see any mismatch write to us immediately. Thanks and Regards, -NPTEL Team

Week 5 Feedback Form: Artificial Intelligence : Search Methods For Problem Solving

Dear Learner Thank you for continuing with the course and hope you are enjoying it. We would like to know if the expectations with which you joined this course are being met and hence please do take 2 minutes to fill out our weekly feedback form. It would help us tremendously in gauging the learner experience. Here is the link to the form:  https://docs.google.com/forms/d/1Fvti1vOBZ9qQ6N4vTW2ra2eYR6K1DXxdh0sB0ePQ88w/viewform Thank you -NPTEL team

Artificial Intelligence : Search Methods For Problem Solving : Week 5 content & Assignment is live now !!

Dear Learners, The lecture videos for Week 5 have been uploaded for the course "Artificial Intelligence : Search Methods For Problem Solving" .The lectures can be accessed using the following   Link:  https://onlinecourses.nptel.ac.in/noc23_cs92/unit?unit=64&lesson=65 The other lectures in this week are accessible from the navigation bar to the left. Please remember to login into the website to view contents (if you aren't logged in already). Assignment  for Week 5  is also released and can be accessed from the following link Assignment Link:  https://onlinecourses.nptel.ac.in/noc23_cs92/unit?unit=64&assessment=229 The assignment has to be submitted on or before Wednesday,[30/08/2023], 23:59 IST. Practice Assignment for Week 5 is also released and can be accessed from the following link PA 1 Link:  https://onlinecourses.nptel.ac.in/noc23_cs92/unit?unit=64&assessment=225 PA 2 Link: https://onlinecourses.nptel.ac.in/noc23_cs92/unit?unit=64&assessment=226 PA 3 Link:  https://onlinecourses.nptel.ac.in/noc23_cs92/unit?unit=64&assessment=227 PA 4 Link:  https://onlinecourses.nptel.ac.in/noc23_cs92/unit?unit=64&assessment=228 As we have done so far, please use the discussion forums if you have any questions on this module. Note : Please check the due date of the assignments in the announcement and assignment page if you see any mismatch write to us immediately. Thanks and Regards, -NPTEL Team

Dear learners, There will be a live interactive session where a Course team member will explain some sample problems, how they are solved - that will help you solve the weekly assignments. We invite you to join the session and get your doubts cleared and learn better. Date: August 21, 2023 - Monday Time:06.00 PM - 08.00 PM Link to join: https://meet.google.com/fxg-tbtb-tmm Happy Learning. -NPTEL Team

Artificial Intelligence : Search Methods For Problem Solving : Assignment 2 Reevaluations!!

Dear Learners, Week 2 : Assignment 2 and Week 2 : Assignment 3 submission of all students has been reevaluated by making the by changing the answers for question numbers 2,3,5,6,8 (Assignment 2) and 1,5,9 (Assignment 3) respectively.  Students are requested to find their revised scores of Week 2 Assignments  on the Progress page. -NPTEL Team

Exam Registration for NPTEL courses extended !!

Dear Learner,

Registration for the certification exam has been extended.

CLICK HERE to register for the exam.

Choose from the Cities where exam will be conducted: Exam Cities

Last date for exam registration is extended : August 28, 2023, 5:00 PM (Monday).

Click here to view Timeline and Guideline : Guideline

Note: Kindly ignore if registered already.

Happy Learning!

Thanks and Regards,

NPTEL TEAM.

Week 4 Feedback Form: Artificial Intelligence : Search Methods For Problem Solving!!

Artificial intelligence : search methods for problem solving : week 4 content & assignment is live now .

Dear Learners, The lecture videos for Week 4 have been uploaded for the course "Artificial Intelligence : Search Methods For Problem Solving" .The lectures can be accessed using the following   Link:  https://onlinecourses.nptel.ac.in/noc23_cs92/unit?unit=56&lesson=57 The other lectures in this week are accessible from the navigation bar to the left. Please remember to login into the website to view contents (if you aren't logged in already). Assignment  for Week 4  is also released and can be accessed from the following link Assignment Link:  https://onlinecourses.nptel.ac.in/noc23_cs92/unit?unit=56&assessment=222 The assignment has to be submitted on or before Wednesday,[23/08/2023], 23:59 IST. Practice Assignment for Week 4 is also released and can be accessed from the following link PA 1 Link:  https://onlinecourses.nptel.ac.in/noc23_cs92/unit?unit=56&assessment=223 PA 2 Link:  https://onlinecourses.nptel.ac.in/noc23_cs92/unit?unit=56&assessment=224 As we have done so far, please use the discussion forums if you have any questions on this module. Note : Please check the due date of the assignments in the announcement and assignment page if you see any mismatch write to us immediately. Thanks and Regards, -NPTEL Team

Dear learners, There will be a live interactive session where a Course team member will explain some sample problems, how they are solved - that will help you solve the weekly assignments. We invite you to join the session and get your doubts cleared and learn better. Date: August 14, 2023 - Monday Time:06.00 PM - 08.00 PM Link to join: https://meet.google.com/fxg-tbtb-tmm Happy Learning. -NPTEL Team

Week 3 Feedback Form: Artificial Intelligence : Search Methods For Problem Solving!!

Dear learners, There will be a live interactive session where a Course team member will explain some sample problems, how they are solved - that will help you solve the weekly assignments. We invite you to join the session and get your doubts cleared and learn better. Date: August 07, 2023 - Monday Time:06.00 PM - 08.00 PM Link to join: https://meet.google.com/fxg-tbtb-tmm Happy Learning. -NPTEL Team

Artificial Intelligence : Search Methods For Problem Solving : Week 3 content & Assignment is live now !!

Dear Learners, The lecture videos for Week 3 have been uploaded for the course "Artificial Intelligence : Search Methods For Problem Solving" .The lectures can be accessed using the following   Link:  https://onlinecourses.nptel.ac.in/noc23_cs92/unit?unit=47&lesson=48 The other lectures in this week are accessible from the navigation bar to the left. Please remember to login into the website to view contents (if you aren't logged in already). Assignment  for Week 3  is also released and can be accessed from the following link Assignment Link:  https://onlinecourses.nptel.ac.in/noc23_cs92/unit?unit=47&assessment=211 The assignment has to be submitted on or before Wednesday,[16/08/2023], 23:59 IST. Practice Assignment for Week 3is also released and can be accessed from the following link PA 1 Link:  https://onlinecourses.nptel.ac.in/noc23_cs92/unit?unit=47&assessment=212 PA 2 Link:  https://onlinecourses.nptel.ac.in/noc23_cs92/unit?unit=47&assessment=220 PA 3 Link:  https://onlinecourses.nptel.ac.in/noc23_cs92/unit?unit=47&assessment=221 PA 4 Link:  https://onlinecourses.nptel.ac.in/noc23_cs92/unit?unit=47&assessment=213 PA 5 Link:  https://onlinecourses.nptel.ac.in/noc23_cs92/unit?unit=47&assessment=216 PA 6 Link:  https://onlinecourses.nptel.ac.in/noc23_cs92/unit?unit=47&assessment=215 PA 7 Link:  https://onlinecourses.nptel.ac.in/noc23_cs92/unit?unit=47&assessment=217 PA 8 Link:  https://onlinecourses.nptel.ac.in/noc23_cs92/unit?unit=47&assessment=214 As we have done so far, please use the discussion forums if you have any questions on this module. Note : Please check the due date of the assignments in the announcement and assignment page if you see any mismatch write to us immediately. Thanks and Regards, -NPTEL Team

Week 2 Feedback Form: Artificial Intelligence : Search Methods For Problem Solving!!

Artificial intelligence : search methods for problem solving : week 2 content & assignment is live now .

Dear Learners, The lecture videos for Week 2 have been uploaded for the course "Artificial Intelligence : Search Methods For Problem Solving" .The lectures can be accessed using the following   Link:  https://onlinecourses.nptel.ac.in/noc23_cs92/unit?unit=38&lesson=39 The other lectures in this week are accessible from the navigation bar to the left. Please remember to login into the website to view contents (if you aren't logged in already). Assignment  for Week 2  is also released and can be accessed from the following link Assignment 1 Link:  https://onlinecourses.nptel.ac.in/noc23_cs92/unit?unit=38&assessment=206 Assignment 2 Link:  https://onlinecourses.nptel.ac.in/noc23_cs92/unit?unit=38&assessment=208 Assignment 3 Link:  https://onlinecourses.nptel.ac.in/noc23_cs92/unit?unit=38&assessment=209 The assignment has to be submitted on or before Wednesday,[09/08/2023], 23:59 IST. Practice Assignment for Week 2 is also released and can be accessed from the following link PA 1 Link: https://onlinecourses.nptel.ac.in/noc23_cs92/unit?unit=38&assessment=195 PA 2 Link: https://onlinecourses.nptel.ac.in/noc23_cs92/unit?unit=38&assessment=196 PA 3 Link: https://onlinecourses.nptel.ac.in/noc23_cs92/unit?unit=38&assessment=197 PA 4 Link: https://onlinecourses.nptel.ac.in/noc23_cs92/unit?unit=38&assessment=198 PA 5 Link: https://onlinecourses.nptel.ac.in/noc23_cs92/unit?unit=38&assessment=199 PA 6 Link: https://onlinecourses.nptel.ac.in/noc23_cs92/unit?unit=38&assessment=200 PA 7 Link: https://onlinecourses.nptel.ac.in/noc23_cs92/unit?unit=38&assessment=201 PA 8 Link: https://onlinecourses.nptel.ac.in/noc23_cs92/unit?unit=38&assessment=202 PA 9 Link: https://onlinecourses.nptel.ac.in/noc23_cs92/unit?unit=38&assessment=203 PA 10 Link: https://onlinecourses.nptel.ac.in/noc23_cs92/unit?unit=38&assessment=204 As we have done so far, please use the discussion forums if you have any questions on this module. Note : Please check the due date of the assignments in the announcement and assignment page if you see any mismatch write to us immediately. Thanks and Regards, -NPTEL Team

Artificial Intelligence : Search Methods For Problem Solving : Week 2 content is live now !!

Dear Learners, The lecture videos for Week 2 have been uploaded for the course "Artificial Intelligence : Search Methods For Problem Solving" .The lectures can be accessed using the following   Link:  https://onlinecourses.nptel.ac.in/noc23_cs92/unit?unit=38&lesson=39 The other lectures in this week are accessible from the navigation bar to the left. Please remember to login into the website to view contents (if you aren't logged in already). Practice Assignment for Week 2 is also released and can be accessed from the following link PA 1 Link:  https://onlinecourses.nptel.ac.in/noc23_cs92/unit?unit=38&assessment=195 PA 2 Link:   https://onlinecourses.nptel.ac.in/noc23_cs92/unit?unit=38&assessment=196 PA 3 Link:  https://onlinecourses.nptel.ac.in/noc23_cs92/unit?unit=38&assessment=197 PA 4 Link:   https://onlinecourses.nptel.ac.in/noc23_cs92/unit?unit=38&assessment=198 PA 5 Link:  https://onlinecourses.nptel.ac.in/noc23_cs92/unit?unit=38&assessment=199 PA 6 Link:   https://onlinecourses.nptel.ac.in/noc23_cs92/unit?unit=38&assessment=200 PA 7 Link:   https://onlinecourses.nptel.ac.in/noc23_cs92/unit?unit=38&assessment=201 PA 8 Link:  https://onlinecourses.nptel.ac.in/noc23_cs92/unit?unit=38&assessment=202 PA 9 Link:  https://onlinecourses.nptel.ac.in/noc23_cs92/unit?unit=38&assessment=203 PA 10 Link:   https://onlinecourses.nptel.ac.in/noc23_cs92/unit?unit=38&assessment=204 Graded Assignment will be released shortly. As we have done so far, please use the discussion forums if you have any questions on this module. Note : Please check the due date of the assignments in the announcement and assignment page if you see any mismatch write to us immediately. Thanks and Regards, -NPTEL Team

Dear learners, There will be a live interactive session where a Course team member will explain some sample problems, how they are solved - that will help you solve the weekly assignments. We invite you to join the session and get your doubts cleared and learn better. Date: July 31, 2023 - Monday Time:06.00 PM - 08.00 PM Link to join: https://meet.google.com/fxg-tbtb-tmm Happy Learning. -NPTEL Team

Artificial Intelligence : Search Methods For Problem Solving : Problem solving Session !!

Dear learner, Every week there will be a live interactive session where a Course team member will explain some sample problems, how they are solved - that  will help you solve the weekly assignments. We invite you to join the session and get your doubts cleared and learn better. Start Date: July 31, 2023 When: Every Monday Time: 06.00 PM - 08.00 PM Link to join: https://meet.google.com/fxg-tbtb-tmm Thank you. -NPTEL Team

Week 1 Feedback Form: Artificial Intelligence : Search Methods For Problem Solving!!

Welcome to the course "artificial intelligence : search methods for problem solving" .

  • Do the Week 0 assignment. It is designed to help you navigate the course.
  • Watch Week 0 and Week 1 introduction videos covering history and philosophy.
  • Do the Week 1 assignment. Hereon assignments will be graded.
  • From Week 2 we begin the search algorithms.
  • Do spend the time at your convenience to watch the videos carefully. Because your basic goal is to earn the subject.
  • Do interact on the Forum. We will try and address your queries as early as possible.
  • Do look at the Notes before you attempt the quiz. They contain key points from the lectures in that week.

Artificial Intelligence : Search Methods For Problem Solving : Week 1 content & Assignment is live now !!

Dear Learners, The lecture videos for Week 1 have been uploaded for the course "Artificial Intelligence : Search Methods For Problem Solving" .The lectures can be accessed using the following   Link:  https://onlinecourses.nptel.ac.in/noc23_cs92/unit?unit=27&lesson=28 The other lectures in this week are accessible from the navigation bar to the left. Please remember to login into the website to view contents (if you aren't logged in already). Assignment  for Week 1  is also released and can be accessed from the following link Link:  https://onlinecourses.nptel.ac.in/noc23_cs92/unit?unit=27&assessment=194 The assignment has to be submitted on or before Wednesday,[09/08/2023], 23:59 IST. As we have done so far, please use the discussion forums if you have any questions on this module. Note : Please check the due date of the assignments in the announcement and assignment page if you see any mismatch write to us immediately. Thanks and Regards, -NPTEL Team

Stay Ahead of the Curve: Follow NPTEL for a Bright Future!!

Dear Learners Don't let knowledge pass you by! Stay in the loop with all the latest updates from NPTEL!  Follow us on social media to never miss a beat in your educational journey. Be the first to know about new courses, insightful articles, and exciting announcements.  Join our growing community. Tap those links below and let the learning adventure begin! Twitter: https://twitter.com/nptelindia?t=Yv1BextATpcwg7K2kOxbhg&s=08 Facebook:  https://www.facebook.com/NPTELNoc/ Instagram:  https://www.instagram.com/nptel_india/ LinkedIn: https://www.linkedin.com/mwlite/company/nptel YouTube: https://www.youtube.com/user/nptelhrd Happy learning!  Team NPTEL

Dear Learners, The lecture videos for Week 2 have been uploaded for the course "Artificial Intelligence : Search Methods For Problem Solving" .The lectures can be accessed using the following   Link:  https://onlinecourses.nptel.ac.in/noc23_cs92/unit?unit=38&lesson=39 The other lectures in this week are accessible from the navigation bar to the left. Please remember to login into the website to view contents (if you aren't logged in already). Assignment will be released shortly. As we have done so far, please use the discussion forums if you have any questions on this module. Note : Please check the due date of the assignments in the announcement and assignment page if you see any mismatch write to us immediately. Thanks and Regards, -NPTEL Team

Artificial Intelligence : Search Methods For Problem Solving : Pre-requisite Assignment is live now !!

Dear Learners, The lecture videos for Week 0 have been uploaded for the course " Artificial Intelligence : Search Methods For Problem Solving " .The lectures can be accessed using the following   Link:  https://onlinecourses.nptel.ac.in/noc23_cs92/unit?unit=17&lesson=18 The other lectures in this week are accessible from the navigation bar to the left. Please remember to login into the website to view contents (if you aren't logged in already). Pre-requisite Assignment  for Week 0  is also released and can be accessed from the following link Link:  https://onlinecourses.nptel.ac.in/noc23_cs92/unit?unit=16&assessment=193 As we have done so far, please use the discussion forums if you have any questions on this module. Note : Please check the due date of the assignments in the announcement and assignment page if you see any mismatch write to us immediately. Thanks and Regards, -NPTEL Team

NPTEL: Exam Registration is open now for July 2023 courses!

Dear Learner, 

Here is the much-awaited announcement on registering for the July 2023 NPTEL course certification exam. 

1. The registration for the certification exam is open only to those learners who have enrolled in the course. 

2. If you want to register for the exam for this course, login here using the same email id which you had used to enroll to the course in Swayam portal. Please note that Assignments submitted through the exam registered email id ALONE will be taken into consideration towards final consolidated score & certification. 

3 . Date of exam: October 28, 2023

4. Exam fees: 

If you register for the exam and pay before Aug 14, 2023, 5:00 PM, Exam fees will be Rs. 1000/- per exam .

5. 50% fee waiver for the following categories: 

Students belonging to the SC/ST category: please select Yes for the SC/ST option and upload the correct Community certificate.

Students belonging to the PwD category with more than 40% disability: please select Yes for the option and upload the relevant Disability certificate. 

6. Last date for exam registration: Aug 18, 2023, 5:00 PM (Friday). 

7. Between Aug 14, 2023, 5:00 PM & Aug 18, 2023, 5:00 PM late fee will be applicable.

8. Mode of payment: Online payment - debit card/credit card/net banking/UPI. 

9. HALL TICKET: 

The hall ticket will be available for download tentatively by 2 weeks prior to the exam date. We will confirm the same through an announcement once it is published. 

10. FOR CANDIDATES WHO WOULD LIKE TO WRITE MORE THAN 1 COURSE EXAM:- you can add or delete courses and pay separately – till the date when the exam form closes. Same day of exam – you can write exams for 2 courses in the 2 sessions. Same exam center will be allocated for both the sessions. 

11. Data changes: 

Last date for data changes: Aug 18, 2023, 5:00 PM :  

We will charge an additional fee of Rs. 200 to make any changes related to name, DOB, photo, signature, SC/ST and PWD certificates after the last date of data changes.

The following 6 fields can be changed(until the form closes) ONLY when there are NO courses in the course cart. And you will be able to edit those fields only if you: - 

REMOVE unpaid courses from the cart And/or - CANCEL paid courses 

1. Do you come under the SC/ST category? * 

2. SC/ST Proof 

3. Are you a person with disabilities? * 

4. Are you a person with disabilities above 40%? 

5. Disabilities Proof 

6. What is your role ? 

Note: Once you remove or cancel a course, you will be able to edit these fields immediately. 

But, for cancelled courses, refund of fees will be initiated only after 2 weeks. 

12. LAST DATE FOR CANCELLING EXAMS and getting a refund: Aug 18, 2023, 5:00 PM  

13. Click here to view Timeline and Guideline : Guideline

Domain Certification

Domain Certification helps learners to gain expertise in a specific Area/Domain. This can be helpful for learners who wish to work in a particular area as part of their job or research or for those appearing for some competitive exam or becoming job ready or specialising in an area of study.  

Every domain will comprise Core courses and Elective courses. Once a learner completes the requisite courses per the mentioned criteria, you will receive a Domain Certificate showcasing your scores and the domain of expertise. Kindly refer to the following link for the list of courses available under each domain: https://nptel.ac.in/domains

Outside India Candidates

Candidates who are residing outside India may also fill the exam form and pay the fees. Mode of exam and other details will be communicated to you separately.

Thanks & Regards, 

Artificial Intelligence : Search Methods For Problem Solving:Welcome to NPTEL Online Course - July 2023!!

  • Every week, about 2.5 to 4 hours of videos containing content by the Course instructor will be released along with an assignment based on this. Please watch the lectures, follow the course regularly and submit all assessments and assignments before the due date. Your regular participation is vital for learning and doing well in the course. This will be done week on week through the duration of the course.
  • Please do the assignments yourself and even if you take help, kindly try to learn from it. These assignments will help you prepare for the final exams. Plagiarism and violating the Honor Code will be taken very seriously if detected during the submission of assignments.
  • The announcement group - will only have messages from course instructors and teaching assistants - regarding the lessons, assignments, exam registration, hall tickets, etc.
  • The discussion forum (Ask a question tab on the portal) - is for everyone to ask questions and interact. Anyone who knows the answers can reply to anyone's post and the course instructor/TA will also respond to your queries.
  • Please make maximum use of this feature as this will help you learn much better.
  • If you have any questions regarding the exam, registration, hall tickets, results, queries related to the technical content in the lectures, any doubts in the assignments, etc can be posted in the forum section
  • The course is free to enroll and learn from. But if you want a certificate, you have to register and write the proctored exam conducted by us in person at any of the designated exam centres.
  • The exam is optional for a fee of Rs 1000/- (Rupees one thousand only).
  • Date and Time of Exams: October 28, 2023 Morning session 9am to 12 noon; Afternoon Session 2 pm to 5 pm.
  • Registration URL: Announcements will be made when the registration form is open for registrations.
  • The online registration form has to be filled and the certification exam fee needs to be paid. More details will be made available when the exam registration form is published. If there are any changes, it will be mentioned then.
  • Please check the form for more details on the cities where the exams will be held, the conditions you agree to when you fill the form etc.
  • Once again, thanks for your interest in our online courses and certification. Happy learning.

A project of

where to get nptel assignment answers

In association with

where to get nptel assignment answers

Python Test Answers Spoken Tutorial Quiz Answers:-

Python Test Answers » Spoken Tutorial

Python Test Answers Spoken Tutorial Quiz Answers:- We have provided 34 Questions and Answers of Python Test. Spoken … Read more

NPTEL Deep Learning Assignment 1 Answers 2023

Deep Learning Assignment 1 Answers 2023 {Week 1} :- If you are searching for answers of nptel then … Read more

NPTEL Python For Data Science Assignment 1 Answers 2023

NPTEL Python For Data Science Assignment 1 Answers 2023:- If you are searching for answers of NPTEL Python … Read more

NPTEL Electric Vehicles – Part 1 Assignment 1 Answers 2023

NPTEL Electric Vehicles – Part 1 Assignment 1 Answers 2023:- If you are searching for answers of nptel … Read more

NPTEL Soft Skill Development Assignment 1 Answers 2023

Soft Skill Development Assignment 1 Answers 2023:- If you are searching for answers of nptel Soft Skill Development … Read more

NPTEL Emotional Intelligence Assignment 1 Answers 2023

NPTEL Emotional Intelligence Assignment 1 Answers 2023:- If you are searching for answers of nptel then you are … Read more

NPTEL Design thinking – A Primer Assignment 1 Answers 2023

NPTEL Design thinking – A Primer Assignment 1 Answers 2023 (Week 1) :- If you are searching for … Read more

NPTEL Consumer Behaviour Assignment 1 Answers 2023

NPTEL Consumer Behaviour Assignment 1 Answers 2023 [Week] :- Hello students in this article we are going to … Read more

NPTEL Data Analytics with Python Assignment 1 answer 2023

NPTEL Data Analytics with Python Assignment 1 Answers 2023:-All the Answers provided below to help the students as … Read more

NPTEL Foundations Of Cryptography Assignment 1 Answers 2023

NPTEL Foundations Of Cryptography Assignment 1 Answers 2023:- If you are searching for answers of nptel then you … Read more

Quizermania Logo

NPTEL Solutions!

Get answers of different subjects/courses of NPTEL SWAYAM.

Complete your assignments before due date.

you can help 🙂

Suggestions.

Give your suggestions for course name to get answers. Inform us for any error in answers.

Become a Contributor

Send answers of any course from NPTEL before due date. Get it posted with your name as post writer.

Sharing is Caring

Share among your classmates/friends and help them to complete assignments on time.

Find Courses

The joy of computing using python, introduction to internet of things, cloud computing, programming in java, programming in modern c++, deep learning, problem solving through programming in c, data base management system, introduction to machine learning, ethical hacking, cyber security and privacy, advanced distributed systems, introduction to operating system, soft skills, soft skill development, developing soft skills and personality, python for data science, software testing (iitkgp), introduction to industry 4.0 and industrial internet of things, google cloud computing foundations.

The Joy of Computing NPTEL Assignment Solutions

Developing Soft Skills and personality

Operating System Fundamentals NPTEL

Operating System Fundamentals

Industrial Automation & Control

Industrial Automation And Control

Leadership NPTEL

An Introduction to Programming Through C++

Problem solving through programming in c NPTEL

Problem Solving Through Programming in C

Introduction to Internet of Things NPTEL

Introduction To Internet Of Things

Air Pollution & Control NPTEL

Air Pollution And Control

Data Analytics With Python NPTEL

Data Analytics with Python

Python For Data Science NPTEL

Python For Data Science

Deep Learning NPTEL

Social Networks

Programming in Modern C++ NPTEL

Blockchain & its Application

Foundations of Cryptography

Foundations of Cryptography

Leadership and Team Effectiveness

Leadership and Team Effectiveness

Principles of Management

Principles of Management

Services Marketing

Service Marketing: A Practical Approach

Compiler design, enhancing soft skills and personality, introduction to programming in c.

  • 1st Central Law Reviews: Expert Legal Analysis & Insights

Search code, repositories, users, issues, pull requests...

Provide feedback.

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly.

To see all available qualifiers, see our documentation .

  • Notifications

[Aug - Oct 2023] Solutions for NPTEL Course Getting started with competitive programming weekly assignment.

kadeep47/NPTEL-Getting-Started-With-Competitive-Programming

Folders and files, repository files navigation, solutions for nptel course : getting started with competitive programming, course url : getting started with competitive programming.

CheckList :

A Walking tour of the Pechersk District of Kiev

Ancient city of Kiev with its numerous interesting sights, varied historic monuments, makes for a fantastic holiday destination. There are several districts in Kiev which are best explored on foot and this guide will introduce you to Pechersky district or simply Pechersk. The walking tour also covers the interesting and prestigious Lipki area of the city. The whole route takes about 3 hours follow and is a pleasant introduction to Kiev.

Introduction to Pechersk

Pechersky district occupies the hills of the right bank of the river Dnieper. Its name derives from Ukrainian "pechera", i.e., a cave. The history of the district dates back to the ancient times and is closely connected with the world famous Kiev-Pechersk Lavra representing a unique Monastery complex including about 20 different in age and style temples and churches as well as the Near and the Far Caves. The Pechersk Lavra Monastery is a must for visitors to Kiev, however, to explore it more or less you will have to spend a whole day, at least.

Pechersk Lavra Kiev

The stunning Pechersk Lavra complex

In the 19th century Pechersk became one of the most prestigious districts of Kiev. Well-to-do Kievans and nobilities began to build luxurious private residences and fascinating palaces in the most prestigious and aristocratic area of Pechersk called Lipki. The name Lipki (i.e., small lime trees) is associated with the lime tree grove that was planted in this area in the middle of the 18th century. It is just this area that we recommend you to visit.

How to get to Lipki

The walking tour begins at the Maidan Nezalezhniosti (Independence Square) metro station which is located in central Kiev in Khreshchatik Street. We will walk up the Gorodetskogo Street passing by the grand building of the Musical Academy of Ukraine and admiring the highly decorated facades of several buildings, which line the street. The street runs to a square in which the building of Ivan Franko National Academic Drama Theatre is standing that was built in 1898. In front of the theatre there is a small park with sculpture to famous Ukrainian comedian M.Yakovchenko who had been working in the theatre for many years. We will turn to the left and walk along Olginskaya Street heading for our first destination – Institutskaya (Institute) Street. The whole walk takes no more than 10-15 minutes.

Attractions of Institutskaya Street

There you will see a beautiful building of the former "Privileged Boarding School for Daughters of the Aristocracy" erected in 1838. It was constructed in the late classical style according to the design of V.Beretti. Now it is the International Centre of Culture and Art.

Institutskaya Street hosts one of the Kiev best Byzantine style buildings – that of the National Bank of Ukraine erected in 1905. This imposing building has rich decorated exterior preserved unchanged to our days. The façade is adorned with marble columns, elegant ornamental designs, while the decorative turrets at the building corners are supported by the sculptures of giant gryphons.

What to see in Bankovaya Street

From Institutskaya Street we will go to the nearby Bankovaya Street. Its stand out attraction is the so-called "Dom s Khimerami" (House with Chimaeras), which was built by V.Gorodetsky in 1901-1903. It stands in a few minute walk from the National Bank. This house became the main tourist attraction since its appearance. It represents an extraordinary Art Nouveau construction of unusual shape highly decorated with various mystical and real creatures such as eagles, frogs, mermaids, etc. The figures of exotic or mythical animals are sitting on the roof, crawling on the walls or hanging over the entrances.

Kiev

Kiev is full of stunning monuments

There is another interesting attraction in this street – the so-called "Pryanichny Domik" (Gingerbread House), a nice four-storeyed Gothic style building. The façade of this fabulous building is highly decorated. Its main feature was the sliding bamboo ceiling. It was made by its owner in order to keep up Judaic tradition to live in the open air during the Feast of Booths. Nowadays it belongs to the Writers’ Union. There is an expensive the “Sad” (Garden) restaurant in the house yard famous for gourmet foods of European cuisine.

Lyuteranskaya Street and its attractions

A short walk will lead to Lyuteranskaya (Lutheran) Street in which one of the most amazing villas in the capital is located. The house was built in 1907 in Art Nouveau style and is known as "Dom Plachushchey Vdovy" (The House of Weeping Widow). On its façade you may notice a stylized face of a woman with the leaves of horse-chestnut above it. When it rains it seems that the tears are running down her stone cheeks. This house is considered as one of the best examples of Art Nouveau style in Ukrainian capital.

The street also features the St. Catherine’s Church erected in 1857. It is the only Lutheran temple in Kiev that was built in simplified Gothic style, which was famous for its excellent internal acoustics. The Church is functioning now and open from 8:00 to 21:00.

Things to see in Shelkovichnaya Street

Another short walk leads to Shelkovichnaya (American mulberry) Street, where you will admire the pretty two-storeyed "Shokoladny Domik" (Chocolate House). This strange but "sweet" name is connected with intense brown color of building’s façade, which due to its numerous sculptural decorations resembles the stick of an exquisite chocolate. It is highly recommended to visit this house from 11:00 to 17:00 every day, except for Monday and Thursday as it boast an amazing interior. There are several very different in their interior halls: “Japanese Cabinet”, “Mauritanian Hall”, "Gothic Dining Room", etc. Now it is the branch of the Kiev Museum of Russian Art. Adjoining the “Chocolate House” is a wonderful house built in 1901 and resembling a Gothic palace. It is much better to admire its beautiful façade from the opposite side of the street.

St. Sophia’s Cathedral

The Dnieper River of Kiev

There are many other interesting attractions and places in this area and in Pechersk on the whole. You will appreciate strolling about Lipskaya Street, which is lined with several deserving attention houses and buildings. There is an expensive "Lipsky Osobnyak" restaurant in this street, which is recommended to visit if you want to taste the best cooked traditional Ukrainian "borshch". The restaurant is also famous for cooking dishes according to the recipes of the 18-19 century.

Kiev Ukraine Travel Guide

Getting Started

2 Days in Kiev Airport to Kiev Kiev’s finest Hotels

Things to see in Kiev St. Vladimir’s Cathedral Podil district walking tour Pechersk walking tour

Day trip to Mezhyhirya Day trip to Chernihiv Kiev Taxi Guide Kiev Metro Guide Boat Tours along the Dnieper River

Other Guides

Boston Kanchanaburi Koh Phangan Shimla Guanajuato McLeod Jaipur avebury

2WeekBackPack.com, with over 250 pages of travel ideas, if it's not here it's probably not in Kiev

A Walking tour of the Pechersk District of Kiev © 2018 KievKyivUkraine.com - Privacy Policy & Contact Page

uk

IMAGES

  1. NPTEL: Introduction to Machine Learning Assignment 2 Answers

    where to get nptel assignment answers

  2. Nptel java assignment 4 answers

    where to get nptel assignment answers

  3. Answers of nptel Microprocessors And Microcontrollers Week- 1 Assignment- 1

    where to get nptel assignment answers

  4. Week 7 NPTEL Assignment Answers / Solutions || Computer Networks and Internet Protocol CN (2020)

    where to get nptel assignment answers

  5. NPTEL GETTING STARTED WITH COMPETITIVE PROGRAMMING WEEK 2 ASSIGNMENT

    where to get nptel assignment answers

  6. Answers of nptel Software Testing Assignment 4 Week 4

    where to get nptel assignment answers

VIDEO

  1. NPTEL Assignment 07 Solutions for Engineering Drawing and Computer Graphics

  2. Cloud Computing Week 8 : Assignment 8 Answers || July 2023 || NPTEL

  3. Programming in Python || NPTEL week 10 assignment answers 2023 #nptel #pythonprogramming #skumaredu

  4. Software Testing week 1 Assignment 1 solutions || 2023

  5. Cloud Computing Week 12 Assignment 12 Answers 2023

  6. Cloud Computing Week 4 : Assignment 4 Answers || July 2023 || NPTEL

COMMENTS

  1. NPTEL Assignment Answers And Solutions Jan-Apr 2024 Progiez

    NPTEL Assignment Answers and solutions of all courses. Week 1,2,3, 4, 5, 6, 7 , 8, 9, 10 ,11, 12 Answers. By Swayam platform. Jan Apr 2024 by progiez

  2. nptel-solutions · GitHub Topics · GitHub

    NPTEL-The-Joy-of-Computing-using-Python with NOTES and Weekly quizes Answers. python3 nptel pytho nptel-joc nptel-solutions nptel-assignments nptel-courses nptel-joy-of-computing-using-python Updated Dec 31, 2023; Python ... NPTEL Programming Assignment: Road Trips and Museums.

  3. Get Python Code

    The Programming Data Structure And Algorithm using python week 8 programming answers [Due on 2024-03-21, 23:59 IST] Week 8: Programming Assignment. For this assignment, you have to write a complete Python program. Paste your code in the window below. You may define additional auxiliary functions as needed.

  4. NOC Home

    Learner has to appear at the designated exam centre to participate in the exam, where his/her id is verified. 25% of the final marks comes from the Assignments and 75% from the final exam. The main benefits of participating in an online course under NPTEL are: 1. Students: credit transfer and better resume 2.

  5. HOW TO SOLVE NPTEL ASSIGNMENT

    NPTEL (National Programme on Technology Enhanced Learning) is a joint initiative of the IITs and IISc. Through this initiative, we offer online courses and c...

  6. NPTEL (Swayam) Course Examination Experience

    Criteria to get a Certificate: Average assignment score = 25% of the average of best 8 assignments out of the total 12 assignments given in the course. Exam score = 75% of the proctored certification exam score out of 100. Final score = Average assignment score + Exam score. You will be eligible for the certificate only if Average Assignment ...

  7. Ethical Hacking

    Ethical Hacking - - Announcements. NPTEL: Exam Registration is open now for Jan 2023 courses! Dear Candidate, Here is a golden opportunity for those who had previously enrolled in this course, but could not participate in the exams or were absent/did not pass the exam for this course. This course is being reoffered in Jan 2023 and we are giving ...

  8. PDF NPTEL IITm

    For any queries regarding the NPTEL website, availability of courses or issues in accessing courses, please contact . NPTEL Administrator, IC & SR, 3rd floor IIT Madras, Chennai - 600036 Tel : (044) 2257 5905, (044) 2257 5908, 9363218521 (Mon-Fri 9am-6pm) Email : [email protected]

  9. QuizXP

    NPTEL Emotional Intelligence Assignment 1 Answers 2024; NPTEL Design and analysis of algorithms Assignment 2 Answers 2024; NPTEL Design and analysis of algorithms Assignment 1 Answers 2024; NPTEL Data Science for Engineers Assignment 2 Answers 2024; Search Deals & Quiz. Search for: Join Us.

  10. nptel-assignments · GitHub Topics · GitHub

    NPTEL-The-Joy-of-Computing-using-Python with NOTES and Weekly quizes Answers. python3 nptel pytho nptel-joc nptel-solutions nptel-assignments nptel-courses nptel-joy-of-computing-using-python Updated Dec 31, 2023; ... image, and links to the nptel-assignments topic page so that developers can more easily learn about it. Curate this topic

  11. AnswerGPT

    PYQ [Week 1-12] NPTEL Introduction To Machine Learning Assignment Answer 2023. A. By AnswerGPT. ₹ 99.00 ₹ 49.00. Buy Now.

  12. nptel-assignments · GitHub Topics · GitHub

    NPTEL-The-Joy-of-Computing-using-Python with NOTES and Weekly quizes Answers. python3 nptel pytho nptel-joc nptel-solutions nptel-assignments nptel-courses nptel-joy-of-computing-using-python Updated Dec 31, 2023; ... image, and links to the nptel-assignments topic page so that developers can more easily learn about it. Curate this topic

  13. NBA Accreditation and Teaching and learning in Engineering ...

    The Assignment 12 (for evaluation) has been uploaded. The Assignment/Quiz can be accessed using the following link: ... Reminder: NPTEL: Exam Registration is open now for Jan 2024 courses! ... If you select only one answer among the correct answer/s without selecting any wrong answer then you will get the partial marks.

  14. nptel · GitHub Topics · GitHub

    Programming Assignments of the NPTEL course in Oct-2018. python programming algorithms data-structures hacktoberfest nptel Updated Oct 15, 2022; Python; Md-Awaf / NPTEL-Course-Getting-started-with-Competitive-Programming Star 6. Code Issues Pull requests Solutions for NPTEL Course Getting started with competitive programming weekly assignment. ...

  15. Artificial Intelligence : Search Methods For Problem Solving

    There will be a live interactive session where a Course team member will explain some sample problems, how they are solved - that will help you solve the weekly assignments. We invite you to join the session and get your doubts cleared and learn better. Date: October 16, 2023 - Monday. Time:06.00 PM - 08.00 PM.

  16. NPTEL Assignment Answer

    NPTEL Consumer Behaviour Assignment 1 Answers 2023 [Week] :- Hello students in this article we are going to … Read more. NPTEL Data Analytics with Python Assignment 1 answer 2023. January 20, 2023. NPTEL Data Analytics with Python Assignment 1 Answers 2023:-All the Answers provided below to help the students as …

  17. How to Find Nptel Question Answer using Special Tricks

    How to Find Nptel Question Answer using Special Tricks Nptel Quiz Solve easly | Exams HacksHow To Find Answer of Swayam Quiz nptel assignmentEverybody had on...

  18. NPTEL Answers

    NPTEL Solutions! Get answers of different subjects/courses of NPTEL SWAYAM. Complete your assignments before due date.

  19. Squares and streets «Khreshchatyk»

    The Ukrainian capital has the shortest and widest main street in Europe. Kyiv's Khreshchatyk is 1.3 kilometres long and connects the European and Bessarabska Squares. Its construction started only in the 19th century, and before that, it had been a wooded marshland called Khreshchatyi Yar. Hence the name. Later, the first theatre in Kyiv, a skyscraper, and the first electric tram in the ...

  20. kadeep47/NPTEL-Getting-Started-With-Competitive-Programming

    [Aug - Oct 2023] Solutions for NPTEL Course Getting started with competitive programming weekly assignment. - GitHub - kadeep47/NPTEL-Getting-Started-With-Competitive-Programming: [Aug - Oct 2023] Solutions for NPTEL Course Getting started with competitive programming weekly assignment.

  21. Kiev

    The Kiev Metro is a metro system that is the mainstay of Kiev's public transport. It now has three lines with a total length of 67.6 kilometers (42.0 mi) and 52 stations. The hours of operation are from 5:45 am to 00:00 pm. The train frequency during peak hours of 7am to 9am is about 2 to 3 minutes and about 5 to 7 minutes during off-peak times.

  22. A Walking tour of the Pechersk District of Kiev

    Pechersky district occupies the hills of the right bank of the river Dnieper. Its name derives from Ukrainian "pechera", i.e., a cave. The history of the district dates back to the ancient times and is closely connected with the world famous Kiev-Pechersk Lavra representing a unique Monastery complex including about 20 different in age and style temples and churches as well as the Near and the ...

  23. CityHotel apartments

    At your service Apartments CITYHOTEL offers 21 bright air-conditioned studio apartments of 70 and 75 square meters in the very heart of Kyiv city. Each apartment is designed to accommodate up to 4 persons and has a balcony, washing machine and flat-screen TV with satellite channels. The bathroom comes with a hairdryer and free toiletries.