Open neha030 opened 3 years ago
@Ayush7614 I'd like to work on this issue in C language under HCSSoC. Please assign me this issue.
Can I work on this issue
@Ayush7614 @ravikr126 I'd like to work on this issue in Java. Please assign me this.
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
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