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

Jovian DSA Course Project - Finding the Duplicate Element

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 Duplicate Number' from LeetCode. I will try to find a simple solution first, and gradually progress to a more efficient solution.

Saving notebook to Jovian

This Jupyter notebook is hosted on Jovian, so let's get started by saving it to my profile!

project_name = 'dsa-project' # give it an appropriate name
!pip install jovian --upgrade --quiet
import jovian