首页
学习
活动
专区
工具
TVP
发布

杨熹的专栏

专栏作者
302
文章
365439
阅读量
55
订阅数
中文NLP笔记:4. 文本数据可视化 的几个方法
  常用的可视化形式有树状图、节点连接的网络图、力导向图、叠式图和 Word Tree 等
杨熹
2019-01-28
2.7K0
【LEETCODE】模拟面试-206. Reverse Linked List
图:新生大学 https://leetcode.com/problems/reverse-linked-list/ Reverse a singly linked list. **input: **a single linked list output: a list node head of the reverse list of given input **corner: **when the list is null, or only contains one head What we
杨熹
2018-04-03
6720
【LEETCODE】模拟面试-101-Symmetric Tree
图源:新生大学 题目: https://leetcode.com/problems/symmetric-tree/ ---- 分析: Input: So, we're given a binary tree. **Output: ** If it's symmetric, we will return True, otherwise False. **Corner case: ** If the tree is null, the output is True. **Core case
杨熹
2018-04-03
7570
【LEETCODE】模拟面试-46. Permutations
notice: if ( curList.contains(arr[i]) ){ continue; } ---- 记忆
杨熹
2018-04-03
5980
没有更多了
社区活动
腾讯技术创作狂欢月
“码”上创作 21 天,分 10000 元奖品池!
Python精品学习库
代码在线跑,知识轻松学
博客搬家 | 分享价值百万资源包
自行/邀约他人一键搬运博客,速成社区影响力并领取好礼
技术创作特训营·精选知识专栏
往期视频·千货材料·成员作品 最新动态
领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档