두라미

두라미

  • 분류 전체보기 (74)
    • Backup (41)
    • Post (26)
    • Master-degree (0)
    • Settings (0)
    • Algorithm (1)
  • 홈
  • 태그
RSS 피드
로그인
로그아웃 글쓰기 관리

두라미

컨텐츠 검색

태그

시트레이트 AWSSAA package.json mongosh AWS자격증 LeetCode .env 크롬익스텐션 vscode typescript Python vue 슬로우쿼리 수면보조제 slowquery 킬레이트 create-react-app 몽키패치 코루틴 다똑같지뭐

최근글

댓글

공지사항

아카이브

LeetCode(2)

  • Day4 Two Pointers - LeetCode 14day

    class Solution: def reverseString(self, s: List[str]) -> None: """ Do not return anything, modify s in-place instead. """ s.reverse() https://leetcode.com/problems/reverse-string/?envType=study-plan&id=algorithm-i Reverse String - LeetCode Level up your coding skills and quickly land a job. This is the best place to expand your knowledge and get prepared for your next interview. leetcode.com 파이썬..

    2022.12.15
  • Day3 Two Pointers - LeetCode 14day (Time Limit Exceeded로 실패)

    class Solution: def twoSum(self, numbers: List[int], target: int) -> List[int]: # 값을 확인한다 # 방법이 생각났다 ㅋㅋ # 타겟에서, 인덱스 차례로 값을 뺸 뒤, 남은 배열에서 그 값이 있는지를 확인한다. # 당연히 자기자신은 제외한다. # 있으면 값을 반환하고 없으면 반복한다. """ # 1 check target value # 2 umm. nice ! # 3 subtract target from numbers[index] # 4 find value with target - numbers[i] # 4 if find return right index or could not find, then one more time. (because it..

    2022.12.15
이전
1
다음
두라미의 티스토리
© 2023 두라미. All rights reserved.

티스토리툴바

단축키

내 블로그

내 블로그 - 관리자 홈 전환
Q
Q
새 글 쓰기
W
W

블로그 게시글

글 수정 (권한 있는 경우)
E
E
댓글 영역으로 이동
C
C

모든 영역

이 페이지의 URL 복사
S
S
맨 위로 이동
T
T
티스토리 홈 이동
H
H
단축키 안내
Shift + /
⇧ + /

* 단축키는 한글/영문 대소문자로 이용 가능하며, 티스토리 기본 도메인에서만 동작합니다.