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: smartfly/ChineseCodingInterviewAppendix
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: zhedahht/ChineseCodingInterviewAppendix
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.
  • 4 commits
  • 1 file changed
  • 2 contributors

Commits on Sep 10, 2015

  1. Add three test cases:

    zhedahht committed Sep 10, 2015
    Configuration menu
    Copy the full SHA
    36d25bb View commit details
    Browse the repository at this point in the history
  2. Format Code

    Rename parameter string as str in order to void potential name conflicts, because string is a type name in C++ STL.
    
    Test Cases added in the previous change:
        Test("Test16", ".", false);
        Test("Test17", ".e1", false);
        Test("Test18", "+.", false);
    zhedahht committed Sep 10, 2015
    Configuration menu
    Copy the full SHA
    18bdb32 View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2016

  1. Configuration menu
    Copy the full SHA
    91e7155 View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2016

  1. Merge pull request zhedahht#1 from cooljacket/master

    简化面试题54的匹配逻辑,修改参数类型为const char*...使得g++不报一堆warning
    zhedahht authored Sep 12, 2016
    Configuration menu
    Copy the full SHA
    5e62caf View commit details
    Browse the repository at this point in the history
Loading