NOTE


  • 首页

  • 分类

  • 关于

  • 归档

  • 标签

一切都是对象

发表于 2017-01-09   |   分类于 Study Notes , Thinking in Java

在本章,我们将看到 Java 程序的基本组成部分,并体会到在 Java 中(几乎)一切都是对象。

阅读全文 »

对象导论

发表于 2017-01-08   |   分类于 Study Notes , Thinking in Java

面向对象程序设计(Object-oriented Programming,OOP),本章内容以了解 OOP 为主。

阅读全文 »

Interleaving String

发表于 2016-09-13   |   分类于 LeetCode , String , Dynamic Programming

Given s1, s2, s3, find whether s3 is formed by the interleaving of s1 and s2.

阅读全文 »

Longest common subsequence problem

发表于 2016-09-12   |   分类于 Study Notes , String , Dynamic Programming

The longest common subsequence (LCS) problem is the problem of finding the longest subsequence common to all sequences in a set of sequences (often just two sequences). It differs from problems of finding common substrings: unlike substrings, subsequences are not required to occupy consecutive positions within the original sequences. The longest common subsequence problem is a classic computer science problem, the basis of data comparison programs such as the diff utility, and has applications in bioinformatics. It is also widely used by revision control systems such as Git for reconciling multiple changes made to a revision-controlled collection of files. - - - - wikipedia

阅读全文 »

Longest common substring problem

发表于 2016-09-11   |   分类于 Study Notes , String , Dynamic Programming

In computer science, the longest common substring problem is to find the longest string (or strings) that is a substring (or are substrings) of two or more strings.- - - - wikipedia

阅读全文 »
1…567…13
denglyan

denglyan

めざせポケモンマスター

63 日志
31 分类
26 标签
© 2016 - 2018 denglyan
由 Hexo 强力驱动
主题 - NexT.Mist