Learn practical skills, build real-world projects, and advance your career

DSA Project - Longest Palindromic Substring

Guideline:

  1. Pick a problem from an online source (LeetCode, HackerRank, GeeksForGeeks etc.)
  2. Use the problem-solving template to solve the problem step-by-step using the method you've learned in this course
  3. Document your solution and perform complexity analysis by adding explanations to your Jupyter notebook
  4. Publish your Jupyter notebook to your Jovian profile and share it with the community.
  5. Submit the link to your Jovian notebook.
project_name = 'final-project'
!pip install jovian --upgrade --quiet
import jovian