【leetcode_easy_sort】1356. Sort Integers by The Number of 1 Bits

problem

1356. Sort Integers by The Number of 1 Bits

solution#1:

code:

 

注意,先按照数字1的数目排序,若相等,则按照整数的大小排序;

参考

1. leetcode_easy_sort_1356. Sort Integers by The Number of 1 Bits;

2. 整数的二进制数据中数字1的个数;

3. __builtin_popcount;

 

posted on   鹅要长大  阅读(57)  评论(0编辑  收藏  举报

导航

< 2025年1月 >
29 30 31 1 2 3 4
5 6 7 8 9 10 11
12 13 14 15 16 17 18
19 20 21 22 23 24 25
26 27 28 29 30 31 1
2 3 4 5 6 7 8

统计

点击右上角即可分享
微信分享提示