IamGroot

Blog of Chungen lchungen@qq.com


  • 首页

  • 分类

  • 归档

  • 标签

Leetcode-155 Min Stack

发表于 2020-03-25 | 分类于 Leetcode
Min Stack Design a stack that supports push, pop, top, and retrieving the minimum element in constant time. push(x) — Push element x onto stack. pop( ...
阅读全文 »

Leetcode-160 Intersection of Two Linked Lists

发表于 2020-03-24 | 分类于 Leetcode
Intersection of Two Linked Lists Write a program to find the node at which the intersection of two singly linked lists begins. Notes: If the two link ...
阅读全文 »

Leetcode-19 Remove Nth Node From End of List

发表于 2020-03-23 | 分类于 Leetcode
Remove Nth Node From End of List Given a linked list, remove the n-th node from the end of list and return its head. Note: Given n will always be vali ...
阅读全文 »

Leetcode-20 Valid Parentheses

发表于 2020-03-22 | 分类于 Leetcode
Valid Parentheses Given a string containing just the characters '(', ')', '{', '}', '[' and ']', deter ...
阅读全文 »

Leetcode-17 Letter Combinations of a Phone Number

发表于 2020-03-21 | 分类于 Leetcode
Letter Combinations of a Phone Number Given a string containing digits from 2-9 inclusive, return all possible letter combinations that the number cou ...
阅读全文 »

Leetcode-5 Longest Palindromic Substring

发表于 2020-03-20 | 分类于 Leetcode
Longest Palindromic Substring Given a string s, find the longest palindromic substring in s. You may assume that the maximum length of s is 1000. Exa ...
阅读全文 »

Leetcode-11 Container With Most Water

发表于 2020-03-19 | 分类于 Leetcode
Container With Most Water Given n non-negative integers a1, a2, …, an , where each represents a point at coordinate (i, ai). n vertical lines are draw ...
阅读全文 »

Leetcode-4 Median of Two Sorted Arrays

发表于 2020-03-18 | 分类于 Leetcode
Median of Two Sorted Arrays There are two sorted arrays nums1 and nums2 of size m and n respectively.Find the median of the two sorted arrays. The ove ...
阅读全文 »

VMware 虚拟机通过 GNS3 路由器联网

发表于 2020-03-09 | 分类于 网络
1. 说明本机为 PC 机,系统为 Windows 10,模拟器为 GNS3 2.2.3 一个无线网卡(192.168.0.108),用于 PC 连接互联网 一个有线网卡(192.168.0.104),用于关联 Cloud 节点 VMware 虚拟机,每台虚拟机配置一个网卡 2. Cloud ...
阅读全文 »

VIM配置YouCompleteMe

发表于 2019-08-15 | 分类于 教程 , linux
条件 Vim版本大于等于7.4,并且支持python2或python3。 编译YouCompleteMe需要cmake,且依赖python文件,可用以下命令安装: 1sudo apt install build-essential cmake python3-dev clang是一个面向C族语言 ...
阅读全文 »
1…345
Chungen

Chungen

所谓自由,不是随心所欲,而是自我主宰!

46 日志
10 分类
11 标签
GitHub 博客园 简书 CSDN
© 2018 - 2020 Chungen
人次 次