当前位置:网站首页>2022.02.13 - 238. Maximum number of "balloons"
2022.02.13 - 238. Maximum number of "balloons"
2022-07-06 08:21:00 【A CAI continues to work hard】
List of articles
1. subject
2. Ideas
(1) Hashtable
- Count the number of times each letter appears .
3. Code
public class Test {
public static void main(String[] args) {
}
}
class Solution {
public int maxNumberOfBalloons(String text) {
char[] chars = text.toCharArray();
int[] count = new int[26];
for (char c : chars) {
count[c - 'a']++;
}
int res = Integer.MAX_VALUE;
res = Math.min(res, count['a' - 'a']);
res = Math.min(res, count['b' - 'a']);
res = Math.min(res, count['l' - 'a'] >> 1);
res = Math.min(res, count['o' - 'a'] >> 1);
res = Math.min(res, count['n' - 'a']);
return res;
}
}
边栏推荐
- [cloud native] teach you how to build ferry open source work order system
- 从 SQL 文件迁移数据到 TiDB
- Fibonacci sequence
- 指针和数组笔试题解析
- 使用 TiDB Lightning 恢复 S3 兼容存储上的备份数据
- [2022 Guangdong saim] Lagrange interpolation (multivariate function extreme value divide and conquer NTT)
- Step by step guide to setting NFT as an ens profile Avatar
- Circular reference of ES6 module
- Learn Arduino with examples
- VMware 虚拟化集群
猜你喜欢
Summary of phased use of sonic one-stop open source distributed cluster cloud real machine test platform
Nft智能合约发行,盲盒,公开发售技术实战--拼图篇
Nacos Development Manual
ESP系列引脚说明图汇总
Circular reference of ES6 module
Wincc7.5 download and installation tutorial (win10 system)
"Friendship and righteousness" of the center for national economy and information technology: China's friendship wine - the "unparalleled loyalty and righteousness" of the solidarity group released th
Use Alibaba icon in uniapp
The ECU of 21 Audi q5l 45tfsi brushes is upgraded to master special adjustment, and the horsepower is safely and stably increased to 305 horsepower
2.10transfrom attribute
随机推荐
备份与恢复 CR 介绍
C语言 - 位段
将 NFT 设置为 ENS 个人资料头像的分步指南
CAD ARX gets the current viewport settings
The ECU of 21 Audi q5l 45tfsi brushes is upgraded to master special adjustment, and the horsepower is safely and stably increased to 305 horsepower
Restore backup data on S3 compatible storage with br
Mobile Test Engineer occupation yyds dry goods inventory
The Vice Minister of the Ministry of industry and information technology of "APEC industry +" of the national economic and information technology center led a team to Sichuan to investigate the operat
面向个性化需求的在线云数据库混合调优系统 | SIGMOD 2022入选论文解读
Colorlog结合logging打印有颜色的日志
图像融合--挑战、机遇与对策
升级 TiDB Operator
IoT -- 解读物联网四层架构
你想知道的ArrayList知识都在这
3. File operation 3-with
2022 Inner Mongolia latest construction tower crane (construction special operation) simulation examination question bank and answers
The ECU of 21 Audi q5l 45tfsi brushes is upgraded to master special adjustment, and the horsepower is safely and stably increased to 305 horsepower
sys.argv
Step by step guide to setting NFT as an ens profile Avatar
JS select all and tab bar switching, simple comments