Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: 505555998/AlgorithmsByPython
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: Jack-Lee-Hiter/AlgorithmsByPython
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 9 commits
  • 4 files changed
  • 4 contributors

Commits on May 4, 2017

  1. Update 不用加减乘除做加法.py

    通过每次对num1进行与操作保证是一个32位的整形,因此最后我们可以判断符号位是否为1做处理。可以使Python AC
    Sen1992 authored May 4, 2017
    Configuration menu
    Copy the full SHA
    ae60086 View commit details
    Browse the repository at this point in the history
  2. Merge pull request Jack-Lee-Hiter#1 from Sen1992/Sen1992-patch-1

    Update 不用加减乘除做加法.py
    Sen1992 authored May 4, 2017
    Configuration menu
    Copy the full SHA
    f47cbc0 View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2017

  1. Update 二维数组查找.py

    需要判断float是否有小数点,如果有小数点的话float肯定不是整数
    wangershi authored Nov 5, 2017
    Configuration menu
    Copy the full SHA
    9f0a15e View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2017

  1. Update 替换空格.py

    replace1方法和replace2方法都是O(n*m)的时间复杂度,这里m是空格的数量,因为list的insert是一个O(n)的复杂度。
    而list的append是一个O(1)的时间复杂度,除了扩容时的时间损耗,append方法只需要遍历一次数组即可得结果。
    wangershi authored Nov 6, 2017
    Configuration menu
    Copy the full SHA
    85dea78 View commit details
    Browse the repository at this point in the history

Commits on Jan 27, 2018

  1. Merge pull request Jack-Lee-Hiter#6 from wangershi/patch-2

    Update 替换空格.py
    Jack-Lee-Hiter authored Jan 27, 2018
    Configuration menu
    Copy the full SHA
    fdb75db View commit details
    Browse the repository at this point in the history
  2. Merge pull request Jack-Lee-Hiter#1 from Sen1992/master

    你可以看一下
    Jack-Lee-Hiter authored Jan 27, 2018
    Configuration menu
    Copy the full SHA
    0cbf915 View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2018

  1. fix index out of range

    reece15 committed Aug 17, 2018
    Configuration menu
    Copy the full SHA
    c4b94d1 View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2018

  1. Merge pull request Jack-Lee-Hiter#8 from reece15/master

    fix index out of range
    Jack-Lee-Hiter authored Aug 21, 2018
    Configuration menu
    Copy the full SHA
    f57eb34 View commit details
    Browse the repository at this point in the history
  2. Merge pull request Jack-Lee-Hiter#5 from wangershi/patch-1

    Update 二维数组查找.py
    Jack-Lee-Hiter authored Aug 21, 2018
    Configuration menu
    Copy the full SHA
    78d7ac4 View commit details
    Browse the repository at this point in the history
Loading