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

Find the Duplicate Number

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.

project_name = 'Find the Duplicate Number' # give it an appropriate name
!pip install jovian --upgrade --quiet
import jovian
jovian.commit(project=project_name)
[jovian] Updating notebook "amir-ahmadabadi786/find-the-duplicate-number" on https://jovian.ai [jovian] Committed successfully! https://jovian.ai/amir-ahmadabadi786/find-the-duplicate-number