• 【day4】java开发工具

    一、文本编辑器 Notepad++、Editplus 二、集成开发环境 eclipse 三、eclipse安装 下载地址:http://www....

  • 【day3】运行一个简单的程序

    一、简单的hello world程序 publicclassWelcome{ publicstaticvoidmain(String[]args...

  • 【day2】IDK和Eclipse的安装

    一、JDK下载网址 www.oracle.com/technetwork/java/javase/downloads/index.html 安装...

  • Resize,w 360,h 240
    【day1】java入门

    一、计算机发展史 机器语言->汇编语言->高级语言 二、常见编程语言 C语言面向过程,主要用于嵌入式开发 C++用于操作系统、网络通讯、系统开发...

  • leetcode121买股票的最佳时机

    class Solution: def maxProfit(self, prices: List[int]) -> int: #找到...

  • Resize,w 360,h 240
    leetcode104二叉树的最大深度

    class Solution(object): def isPalindrome(self, x): """ :type x...

  • leetcode70爬楼梯

    class Solution: def climbStairs(self, n: int) -> int: #先将大问题化简成为小问...

  • leetcode62不同路径

    import numpy as np class Solution: def uniquePaths(self, m: int, n: in...

  • leetcode53最大子序和

    class Solution: def maxSubArray(self, nums: List[int]) -> int: #思路...

个人介绍
未来的程序员一枚