获得徽章 6
赞了这篇沸点
赞了这篇沸点
赞了这篇沸点
#刷题交流# 打卡《Base32 编码和解码问题》
解题展示:encode 函数中,binary_data 是原始字符串的二进制表示。
encode 函数中,groups 是将二进制数据按 5 位一组进行分组的结果。
encode 函数中,indices 是将每组 5 位二进制数据转换为索引的结果。
encode 函数中,encoded 是最终的 Base32 编码结果。
decode 函数中,encoded 是移除 + 字符后的 Base32 编码字符串。
decode 函数中,indices 是将每个字符转换为对应的索引的结果。
decode 函数中,binary_data 是将索引转换为 5 位二进制数据的结果。
decode 函数中,decoded 是最终的解码结果。
解题展示:encode 函数中,binary_data 是原始字符串的二进制表示。
encode 函数中,groups 是将二进制数据按 5 位一组进行分组的结果。
encode 函数中,indices 是将每组 5 位二进制数据转换为索引的结果。
encode 函数中,encoded 是最终的 Base32 编码结果。
decode 函数中,encoded 是移除 + 字符后的 Base32 编码字符串。
decode 函数中,indices 是将每个字符转换为对应的索引的结果。
decode 函数中,binary_data 是将索引转换为 5 位二进制数据的结果。
decode 函数中,decoded 是最终的解码结果。
展开
评论
1
赞了这篇沸点
赞了这篇沸点
赞了这篇沸点
赞了这篇沸点
赞了这篇沸点
![[蛋糕]](http://lf-web-assets.juejin.cn/obj/juejin-web/xitu_juejin_web/img/jj_emoji_141.7bc6b3d.png)
![[强]](http://lf-web-assets.juejin.cn/obj/juejin-web/xitu_juejin_web/img/jj_emoji_79.6185c09.png)
![[不失礼貌的微笑]](http://lf-web-assets.juejin.cn/obj/juejin-web/xitu_juejin_web/img/jj_emoji_16.9d17f6d.png)