题目描述Givenastrings,findthelongestpalindromicsubstringins.Youmayassumethatthemaximumlengthofsis1000.Example1:Input:"babad"Output:"bab"Note:"aba"isalsoavalidanswer.Example2:Input:"cbbd"Output:"bb"#-*-cod
分类:
其他好文 时间:
2019-10-11 12:17:52
阅读次数:
66
stu( stu( id,name,age,addr,note id,name,age,addr,note ) ) 在 stu表的age后面新增字段; alter add命令用来增加表的字段。 alter add命令格式:alter table 表名 add字段 类型 其他; 例如,在表MyClas ...
分类:
其他好文 时间:
2019-10-10 12:54:59
阅读次数:
87
Easy Given a non-empty, singly linked list with head node head, return a middle node of linked list. If there are two middle nodes, return the second ...
分类:
其他好文 时间:
2019-10-10 10:29:24
阅读次数:
70
我的工程实践选题是《基于深度强化学习的智能控制系统设计》,通过搭建Tensorflow、ROS等深度学习和机器人仿真平台,将人工智能理论用于机器人、自动驾驶领域的决策与规划,通过深度强化学习来训练机器人的行为,实现航迹动态规划和智能避障等应用。可能用到的开发工具有Python,C/C++,Linux ...
分类:
其他好文 时间:
2019-10-08 22:25:17
阅读次数:
129
P1816 忠诚 st表竟然写挂了,线段树一遍过(就当练码力) P1198 [JSOI2008]最大数 1.动态在末尾插入一个数 2.输出末尾的L个数的最大值 线段树维护! P3870 [TJOI2009]开关 P2574 XOR的艺术 P2846 [USACO08NOV]光开关Light Swit ...
分类:
其他好文 时间:
2019-10-08 12:47:10
阅读次数:
81
"noip 模拟20190907 T3 位运算(bit)" / reference: translation: solution: trigger: note: record: date: 2019.09.04 / include using namespace std; define rep(i, ...
分类:
其他好文 时间:
2019-10-08 12:09:32
阅读次数:
74
1. Two Sum 2. Add Two Numbers 3. Longest Substring Without Repeating Characters ...
分类:
其他好文 时间:
2019-10-07 00:43:53
阅读次数:
77
题目描述 Given a linked list, return the node where the cycle begins. If there is no cycle, return null. To represent a cycle in the given linked list, we ...
分类:
其他好文 时间:
2019-10-05 20:32:28
阅读次数:
122
119. Pascal's Triangle II Easy Easy Easy Given a non-negative index k where k ≤ 33, return the kth index row of the Pascal's triangle. Note that the r ...
分类:
其他好文 时间:
2019-10-05 10:59:45
阅读次数:
95
"来源" Type These are kinds of IPC in Linux as the following: type|feature | |: : pipe|unnamed pipe fifo|named pipe socketpair | unnamed unix domain soc ...
分类:
系统相关 时间:
2019-10-05 10:50:03
阅读次数:
241