码迷,mamicode.com
首页 > 其他好文 > 详细

【leetcode_easy_array】1394. Find Lucky Integer in an Array

时间:2020-07-16 00:22:19      阅读:51      评论:0      收藏:0      [点我收藏+]

标签:注意   组元   哈希   下标   tor   com   tar   order   operator   

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_array】1394. Find Lucky Integer in an Array

标签:注意   组元   哈希   下标   tor   com   tar   order   operator   

原文地址:https://www.cnblogs.com/happyamyhope/p/13306369.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!