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

Jovian DSA Course Project - Finding the Longest Increasing Subsequence

Hi there!

This is my course project for the 'Data Structures & Algorithms in Python' course from Jovian. The goal of this project is to find an efficient solution to a programming problem using intuitive usage of data structures and algorithms.

The problem I have chosen for this assignment is 'Find the Longest Increasing Subsequence' from LeetCode. I will try to find a simple solution first, and gradually progress to a more efficient solution.

project_name = 'Project_DataStructure'
!pip install jovian --upgrade --quiet
import jovian
jovian.commit(project=project_name)
[jovian] Attempting to save notebook.. [jovian] Updating notebook "ritz1602-rs/project-datastructure" on https://jovian.ai [jovian] Uploading notebook.. [jovian] Uploading additional files... [jovian] Committed successfully! https://jovian.ai/ritz1602-rs/project-datastructure