Thanks to visit codestin.com
Credit goes to github.com

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: onlybooks/python-algorithm-interview
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: ilotoki0804/pythonic-algorithm-interview
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.
  • 5 commits
  • 6 files changed
  • 1 contributor

Commits on Jan 22, 2024

  1. refactoring 11-1

    ilotoki0804 committed Jan 22, 2024
    Configuration menu
    Copy the full SHA
    61b70a9 View commit details
    Browse the repository at this point in the history
  2. Use comprehension

    ilotoki0804 committed Jan 22, 2024
    Configuration menu
    Copy the full SHA
    b933b86 View commit details
    Browse the repository at this point in the history
  3. Add new alternative

    ilotoki0804 committed Jan 22, 2024
    Configuration menu
    Copy the full SHA
    8c9850b View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2024

  1. 임시 변수 사용

    기존 방식은 간결한 대신 논리가 너무 압축적이라 쉽게 알아보기 힘들었다면 이 방식은 조금 더 장황하지만 알아보기는 쉽다.
    
    rev, slow, fast는 관행 같아서 따로 고치지는 않았지만 rev는 reversed와 같이 이름을 고치는 것도 가독성에 도움이 될 듯 하다.
    
    또한 조금 더 비효율적이긴 하지만 rev.next에 재할당하는 대신 rev.prev에 새로 할당해 혼란을 줄이는 것도 고려할 만 하다.
    ilotoki0804 committed Jan 24, 2024
    Configuration menu
    Copy the full SHA
    b078475 View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2024

  1. Configuration menu
    Copy the full SHA
    5ecd73d View commit details
    Browse the repository at this point in the history
Loading