240 发简信
IP属地:德克萨斯州
  • 2. 拜访对象村

    以对象来思考:当设计类时类(class) song实例变量(instance var...

  • 1. 基本概念

    Java 工作方式:源代码(.java)-编译器(javac)-输出(.class)-JVM 每个java程序都至少会有一个类以及一个main(...

  • DP

    LC279. Perfect SquaresInput: n = 13Output: 2Explanation: 13 = 4 + 9.

  • BFS

    LC127. Word LadderInput:beginWord = "hit",endWord = "cog",wordList = ["h...

  • island

    LC695. Max Area of Island

  • OS MP2

    In this machine problem, we need to implement frame pool manager to allo...

  • Stack and Queue

    LC155. Min StackMinStack minStack = new MinStack();minStack.push(-2);min...

  • Tree

    LC144. Binary Tree Preorder TraversalInput: [1,null,2,3]12/3 Output: [1,...

  • Binary Search

    LC34. Find First and Last Position of Element in Sorted ArrayInput: nums...