LeetCode 0088. Merge Sorted Array合并两个有序数组【Easy】【Python】【双指针】 题目 "英文题目链接" Given two sorted integer arrays nums1 and nums2 , merge nums2 into nums1 as o ...
分类:
编程语言 时间:
2020-02-12 23:50:19
阅读次数:
89
思考 1.什么是非对称加密? 公钥加密系统,广泛用于数据加密传输 更详细的解释可参考维基百科 ( https://en.wikipedia.org/wiki/RSA_cryptosystem) 2.非对称加密难吗? very easy! 几乎每一种开发语言都能处理,同时也存在大量的工具 Python ...
分类:
编程语言 时间:
2020-02-12 22:25:11
阅读次数:
101
Easy and Hard Problems: NP完全理论是为了在可处理的问题和不可处理的问题之间画一条线,目前最重要的问题是是否这两者是本质不同的,而这个问题目前还没有被解决。典型的结果是一些陈述,比如“如果问题B有一个多项式时间的算法,那么C也会有一个多项式时间的算法”,或者逆否表述为“如果C ...
分类:
其他好文 时间:
2020-02-12 14:44:07
阅读次数:
75
更多LeetCode解题详解 Easy Given an array arr of integers, check if there exists two integers N and M such that N is the double of M ( i.e. N = 2 * M). More ...
分类:
其他好文 时间:
2020-02-12 00:59:17
阅读次数:
85
OWASP ZAP(ZED ATTACK PROXY) Automatically find vulnerabilities in web applications. Free and easy to use. It can also be used for manual testing. This ...
分类:
Web程序 时间:
2020-02-10 22:21:26
阅读次数:
108
题意:给一个字符串,然后来排序,排序规则是可以生成一个新的01序列,然后不同的相邻可以交换 题解:当时做出来了,但是太麻烦了,看过题解,心中一阵......... 就是定义一个双指针然后直接生成就完了.... ...
分类:
其他好文 时间:
2020-02-09 22:24:04
阅读次数:
97
(easy version): 题目链接:http://codeforces.com/contest/1296/problem/E1 题目一句话就是说,两种颜色不同的字符可以相互换位, 问,对这字符串用最多两种颜色染色,然后经过有限次换位 可以变成字典序排序的顺序。 思路:一个字符需不需要换位,应该 ...
分类:
其他好文 时间:
2020-02-08 18:00:20
阅读次数:
81
easy_Maze 从题目可得知是简单的迷宫问题 int __cdecl main(int argc, const char **argv, const char **envp) { __int64 v3; // rax int v5[49]; // [rsp+0h] [rbp-270h] int ...
分类:
其他好文 时间:
2020-02-08 13:50:02
阅读次数:
291
ylbtech-汉语-词语-淡定:百科 淡定,网络流行语。一般是指沉着、镇定,淡泊名利、淡泊一切是是非非。网络中也指一些遇事沉着镇定的人为淡定哥、淡定姐。为了表现得从容些,“淡定、淡定” 似乎已经成了口头禅。 1.返回顶部 1、 中文名:淡定外文名:take it easy,calm down,po ...
分类:
其他好文 时间:
2020-02-07 22:21:28
阅读次数:
84
1、题目 53. Maximum Subarray——Easy Given an integer array nums, find the contiguous subarray (containing at least one number) which has the largest sum a ...
分类:
其他好文 时间:
2020-02-07 20:25:50
阅读次数:
71