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

chenjx85的技术专栏

专栏作者
207
文章
185320
阅读量
44
订阅数
hyper-v安装ubuntu18的全过程+踩过的坑(win10家庭版)
最开始尝试了双系统的方法,但是安装完之后不能wifi上网,显卡MX250不能适配,触控板失效,很麻烦。
chenjx85
2020-02-25
9.1K0
c++中的const和volatile知识自我总结
1、const限制一个变量不能修改其内容,如果强行修改的话,如下面代码这样子,编译就会报错,“表达式必须是可修改的左值”。
chenjx85
2019-05-06
5710
leetcode-599-Minimum Index Sum of Two Lists
Suppose Andy and Doris want to choose a restaurant for dinner, and they both have a list of favorite restaurants represented by strings.
chenjx85
2019-03-14
2730
完全多部图的判断(个人思考)
给定一张包含N个点、M条边的无向图,每条边连接两个不同的点,且任意两点间最多只有一条边。对于这样的简单无向图,如果能将所有点划分成若干个集合,使得任意两个同一集合内的点之间没有边相连,任意两个不同集合内的点之间有边相连,则称该图为完全多部图。现在你需要判断给定的图是否为完全多部图。
chenjx85
2018-09-29
6330
leetcode-17-电话号码的字母组合
vector<string> letterCombinations(string digits) 
chenjx85
2018-08-16
3200
leetcode-8-字符串转整数 (atoi)
在找到第一个非空字符之前,需要移除掉字符串中的空格字符。如果第一个非空字符是正号或负号,选取该符号,并将其与后面尽可能多的连续的数字组合起来,这部分字符即为整数的值。如果第一个非空字符是数字,则直接将其与之后连续的数字字符组合起来,形成整数。
chenjx85
2018-08-01
5990
leetcode-599-Minimum Index Sum of Two Lists
题目描述: Suppose Andy and Doris want to choose a restaurant for dinner, and they both have a list of favorite restaurants represented by strings. You need to help them find out their common interest with the least list index sum. If there is a choice tie betw
chenjx85
2018-05-22
4760
leetcode-657-Judge Route Circle
题目描述: Initially, there is a Robot at position (0, 0). Given a sequence of its moves, judge if this robot makes a circle, which means it moves back to the original place. The move sequence is represented by a string. And each move is represent by a characte
chenjx85
2018-05-22
4490
leetcode-475-Heaters
题目描述: Winter is coming! Your first job during the contest is to design a standard heater with fixed warm radius to warm all the houses. Now, you are given positions of houses and heaters on a horizontal line, find out minimum radius of heaters so that all
chenjx85
2018-05-22
4070
leetcode-349-Intersection of Two Arrays
题目描述: Given two arrays, write a function to compute their intersection. Example: Given nums1 = [1, 2, 2, 1], nums2 = [2, 2], return [2]. Note: 1、Each element in the result must be unique. 2、The result can be in any order. 要完成的函数: vector<int> intersection
chenjx85
2018-05-21
5200
没有更多了
社区活动
腾讯技术创作狂欢月
“码”上创作 21 天,分 10000 元奖品池!
Python精品学习库
代码在线跑,知识轻松学
博客搬家 | 分享价值百万资源包
自行/邀约他人一键搬运博客,速成社区影响力并领取好礼
技术创作特训营·精选知识专栏
往期视频·千货材料·成员作品 最新动态
领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档