aixh
aixh
全部文章
分类
Java(117)
LeetCode(33)
Linux(1)
MongoDB(1)
MySQL(2)
计算机安全与网络编程(1)
归档
标签
去牛客网
登录
/
注册
aixh的博客
全部文章
(共155篇)
565. Array Nesting
A zero-indexed array A of length N contains all integers from 0 to N-1. Find and return the longest length of set S, where S[i] = {A[i], A[A[i]], A[A[...
2019-05-27
0
520
项目开发记录--Realm Defense
最近时间比较多的情况下,抱着对Realm Defense游戏的热爱,也由于在群内(帝国守卫战 Realm Defense 725166239)“康子”的英雄觉醒进度自动计算表的灵感下,信息生出了写一个网页版的Realm Defense英雄觉醒进度更新表,当然也要有一些其他的功能,这些功能会单独写一篇...
MongoDB
SpringBoot
Realm Defense
2019-05-16
0
789
记录一次服务器上安装mongodb的全过程
前言:之前自己的服务器由于是32位的,所以有很多限制,于是重新购买了一个64位的服务器,于是很多东西都需要重新安装了,其中就有mongodb。 1,ssh进服务器,对照mongoDB 4.X - Ubuntu 完全安装手册安装好mongodb4.x。 2,创建数据库管理员用户和创建新...
2019-05-15
0
546
457. Circular Array Loop
You are given a circular array nums of positive and negative integers. If a number k at an index is positive, then move forward k steps. Conversely, i...
LeetCode
2019-05-09
0
581
442. Find All Duplicates in an Array
Given an array of integers, 1 ≤ a[i] ≤ n (n = size of array), some elements appear twice and others appear once. Find all the elements that appear tw...
2019-05-06
0
576
289. Game of Life
According to the Wikipedia's article: "The Game of Life, also known simply as Life, is a cellular automaton devised by the British mathematician ...
2019-05-06
0
617
215. Kth Largest Element in an Array
Find the kth largest element in an unsorted array. Note that it is the kth largest element in the sorted order, not the kth distinct element. Example...
2019-04-30
0
613
二叉查找树(BST)
二叉查找树(BST) 特殊的二叉树,又称为排序二叉树、二叉搜索树、二叉排序树。 二叉查找树实际上是数据域有序的二叉树,即对树上的每个结点,都满足其左子树上所有结点的数据域均小于或等于根结点的数据域,右子树上所有结点的数据域均大于根结点的数据域。如下图所示: 二叉查找树通...
2019-04-30
0
677
214. Shortest Palindrome
待续。。。 找时间攻克KMP算法。。。
2019-04-29
0
480
212. Word Search II
Given a 2D board and a list of words from the dictionary, find all words in the board. Each word must be constructed from letters of sequentially adj...
2019-04-29
0
593
首页
上一页
1
2
3
4
5
6
7
8
9
10
下一页
末页