Skip to content

The first repeating element in an array of integers (C++ & Python), searching algorithm no.3

Notifications You must be signed in to change notification settings

sethsolves/repeating-number

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

repeated-number-searching-algorithms-no.3

searching algorithms no.3: Given an array of integers arr[], The task is to find the index of first repeating element in it i.e. the element that occurs more than once and whose index of the first occurrence is the smallest.

Current difficulty : Easy

From https://www.geeksforgeeks.org/searching-algorithms/

About

The first repeating element in an array of integers (C++ & Python), searching algorithm no.3

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages