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: davecom/ClassicComputerScienceProblemsInPython
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: alextometzki/ClassicComputerScienceProblemsInPython
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 19 commits
  • 10 files changed
  • 1 contributor

Commits on Apr 4, 2022

  1. nothing was commited for some reason

    Alexander Tometzki committed Apr 4, 2022
    Configuration menu
    Copy the full SHA
    ed269ee View commit details
    Browse the repository at this point in the history
  2. Revert "nothing was commited for some reason"

    This reverts commit ed269ee.
    Alexander Tometzki committed Apr 4, 2022
    Configuration menu
    Copy the full SHA
    b9a43f6 View commit details
    Browse the repository at this point in the history
  3. solve circuit problem

    Alexander Tometzki committed Apr 4, 2022
    Configuration menu
    Copy the full SHA
    f83c1ea View commit details
    Browse the repository at this point in the history
  4. Small fix

    Alexander Tometzki committed Apr 4, 2022
    Configuration menu
    Copy the full SHA
    68f9f95 View commit details
    Browse the repository at this point in the history
  5. wordsearch can now overlap

    Alexander Tometzki committed Apr 4, 2022
    Configuration menu
    Copy the full SHA
    ec6b220 View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2022

  1. Improve word search so words can be backwords and overlapping.

    Alexander Tometzki committed Apr 5, 2022
    Configuration menu
    Copy the full SHA
    d741235 View commit details
    Browse the repository at this point in the history
  2. Improve word search so words can be backwords and overlapping.

    Alexander Tometzki committed Apr 5, 2022
    Configuration menu
    Copy the full SHA
    e3b9a17 View commit details
    Browse the repository at this point in the history
  3. Attempt to solve sudoku, but fail...

    Alexander Tometzki committed Apr 5, 2022
    Configuration menu
    Copy the full SHA
    43fa54e View commit details
    Browse the repository at this point in the history
  4. Solve sudoku starting with empty grid

    Alexander Tometzki committed Apr 5, 2022
    Configuration menu
    Copy the full SHA
    af5b9bb View commit details
    Browse the repository at this point in the history

Commits on Apr 7, 2022

  1. Fix type hinting with help of mypy

    Alexander Tometzki committed Apr 7, 2022
    Configuration menu
    Copy the full SHA
    8518beb View commit details
    Browse the repository at this point in the history
  2. Add __init__.pyi to avoid type hinting error

    Alexander Tometzki committed Apr 7, 2022
    Configuration menu
    Copy the full SHA
    857d0b2 View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2022

  1. Add support to graph for removing edges.

    Alexander Tometzki committed Apr 8, 2022
    Configuration menu
    Copy the full SHA
    b7c0354 View commit details
    Browse the repository at this point in the history
  2. Correct some dijkstra type hints

    Alexander Tometzki committed Apr 8, 2022
    Configuration menu
    Copy the full SHA
    20bf56c View commit details
    Browse the repository at this point in the history
  3. Extend framework so vertices canbe deleted

    Alexander Tometzki committed Apr 8, 2022
    Configuration menu
    Copy the full SHA
    177bd90 View commit details
    Browse the repository at this point in the history
  4. Clean up sudoku.py

    Alexander Tometzki committed Apr 8, 2022
    Configuration menu
    Copy the full SHA
    75943f1 View commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2022

  1. Add starting parameters to sudoku.

    Alexander Tometzki committed Apr 9, 2022
    Configuration menu
    Copy the full SHA
    4baa980 View commit details
    Browse the repository at this point in the history
  2. Add digraph.py

    Alexander Tometzki committed Apr 9, 2022
    Configuration menu
    Copy the full SHA
    f2702d2 View commit details
    Browse the repository at this point in the history
  3. Add beginning of seven bridges problem

    Alexander Tometzki committed Apr 9, 2022
    Configuration menu
    Copy the full SHA
    fd606d1 View commit details
    Browse the repository at this point in the history
  4. Desperately try to appease mypy.

    Alexander Tometzki committed Apr 9, 2022
    Configuration menu
    Copy the full SHA
    4bd547c View commit details
    Browse the repository at this point in the history
Loading