BaReinhard / Hacktoberfest-Data-Structure-and-Algorithms

A repo to contains data structure s and algorithms, regardless of language.
https://bareinhard.github.io/Hacktoberfest-Data-Structure-and-Algorithms/
GNU General Public License v3.0
225 stars 707 forks source link

Added Equal Array algorithm #1118

Open ItsAdityaKSingh opened 3 years ago

ItsAdityaKSingh commented 3 years ago

Added equal array algorithm in C++, Python3 and Java to quickly check if given 2 arrays have similar elements.