Xing's Techlog

  • Home
  • Categories
  • Tags
  • Archives
  • About
  • Search

删除BIOS中无用的启动项

Posted on 2018-07-09 Edited on 2021-06-11 In Others

在卸载完Ubuntu后,重启电脑发现Boot Menu中还有Ubuntu的启动项,这篇文章告诉你正确删除无用启动项的方法。

Read more »

全排列

Posted on 2018-06-22 Edited on 2021-06-11 In Algorithms & Data Structures

求数组或字符串的全排列算法。

Read more »

数组中只出现1次的数字

Posted on 2018-06-21 Edited on 2021-06-11 In Algorithms & Data Structures

找出数组中只出现1次的数字。

Read more »

滑动窗口算法

Posted on 2018-06-12 Edited on 2021-06-11 In Algorithms & Data Structures

滑动窗口算法可以应用在很多查找字符串子串的算法中。

参考:Sliding Window algorithm template to solve all the Leetcode substring search problem.

Read more »

HashMap底层实现原理

Posted on 2018-05-11 Edited on 2021-06-11 In Java

HashMap底层原理总结,几个Hash集合之间的对比。

参考:什么是HashMap?

参考:Java 8系列之重新认识HashMap

Read more »

二维数组中的查找

Posted on 2018-05-09 Edited on 2021-06-11 In Algorithms & Data Structures

在二维数组中查找。

相关题目:剑指Offer面试题4:二维数组中的查找Leetcode 74. Search a 2D Matrix, Leetcode 240. Search a 2D Matrix II。

Read more »

Java中遍历Map的方法

Posted on 2018-05-03 Edited on 2021-06-11 In Java

如HashMap, TreeMap, ConcurrentHashMap等。

Read more »
1234…8
  • Table of Contents
  • Overview
Xing Xin

Xing Xin

Xing's Tech Blog
54 posts
6 categories
19 tags
0%
© 2021 Xing Xin | Symbols count total: 220k
Powered by Hexo & NexT.Mist
|