Ayush7614 / Daily-Coding-DS-ALGO-Practice

A open source project🚀 for bringing all interview💥💥 and competative📘 programming💥💥 question under one repo📐📐
https://daily-ds-algo.github.io/DS-Algo-Website/
MIT License
322 stars 474 forks source link

Contains Duplicate [LeetCode] #1400

Open neha030 opened 3 years ago

neha030 commented 3 years ago

I want to provide the C++ solution for the below question. I am a LGM-SOC participant https://leetcode.com/problems/contains-duplicate/

Given an integer array nums, return true if any value appears at least twice in the array, and return false if every element is distinct. Input: nums = [1,2,3,1] Output: true I want to solve this question using Hashing

Arushi247 commented 3 years ago

@Ayush7614 I'd like to work on this issue in C language under HCSSoC. Please assign me this issue.

harshita9621 commented 3 years ago

Can I work on this issue

rajeshkumar2024 commented 3 years ago

@Ayush7614 @ravikr126 I'd like to work on this issue in Java. Please assign me this.

KarthikTadala commented 3 years ago

Im preparing for my coding interviews and it would really help me if you assign this question to me Kindly assign me this I have immense intrest in coding