二叉树性质 在非空二叉树的第i层上,至多有2(i - 1)个结点(i>=1) 在深度为K的二叉树上最多有2k -1 个结点(k>=1) 在任意一...
原文链接 https://github.com/shellhub/blog/issues/40 struct结构体数据类型 前言 我们知道,在C...
Android网易云历史搜索和热门标签 原文地址 最近开发了一个网易云音乐播放器,有这么一个需求,需要展示搜索建议,历史搜索记录项目地址: ht...
NetEase Music 网易云音乐 这是一个防网易云音乐Android APP,主要使用MVP(Model View Presenter)架...
原文连接 https://github.com/shellhub/blog/issues/30 前言 lombok可以通过一个注解自动实现Get...
原文连接 https://github.com/shellhub/blog/issues/29 我们在项目中经常需要用到设置(Setting),...
原文链接 https://github.com/shellhub/blog/issues/27 这篇主要介绍如何在Android中实现Parce...
原文更新地址 https://github.com/shellhub/blog/issues/25 Oh-My-Zsh!提高你CLI(Comma...
原文链接 https://github.com/shellhub/blog/issues/22 前言 工厂设计模式(Factory Design...