leetcode_easy_array1394. Find Lucky Integer in an Array

Posted 鹅要长大

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了leetcode_easy_array1394. Find Lucky Integer in an Array相关的知识,希望对你有一定的参考价值。

problem

1394. Find Lucky Integer in an Array

solution #1: 使用哈希表;

使用哈希表记录数组元素和freq,然后判断是否相等,且取最大值;

 

注意

1. 最大值可以由下标一次递减隐性表示;

2. 数值的范围是1-500;

参考

1. leetcode_1394. Find Lucky Integer in an Array;

2. cplusplus_unordered_map;

以上是关于leetcode_easy_array1394. Find Lucky Integer in an Array的主要内容,如果未能解决你的问题,请参考以下文章

leetcode_easy_array1380. Lucky Numbers in a Matrix

leetcode_easy_array1010. Pairs of Songs With Total Durations Divisible by 60

leetcode_easy_array1013. Partition Array Into Three Parts With Equal Sum

51 nod 1394 1394 差和问题(线段树)

hdu 1394

hdu-1394(线段树)