make my life better

  • languages

전체 글 27

206. Reverse Linked List

206. Reverse Linked List  Given the head of a singly linked list, reverse the list, and return the reversed list. Example 1: Input: head = [1,2,3,4,5]Output: [5,4,3,2,1]Example 2: Input: head = [1,2]Output: [2,1]Example 3:Input: head = []Output: [] Constraints:The number of nodes in the list is the range [0, 5000].-5000  class Solution: def reverseList(self, head: Optional[ListNode]) -> Optio..

algo/algorithms 2025.03.03

213. House Robber II

213. House Robber IIYou are a professional robber planning to rob houses along a street. Each house has a certain amount of money stashed. All houses at this place are arranged in a circle. That means the first house is the neighbor of the last one. Meanwhile, adjacent houses have a security system connected, and it will automatically contact the police if two adjacent houses were broken into on..

algo/leetcode 2025.02.28

79. Word Search

79. Word Search Given an m x n grid of characters board and a string word, return true if word exists in the grid.The word can be constructed from letters of sequentially adjacent cells, where adjacent cells are horizontally or vertically neighboring. The same letter cell may not be used more than once. Example 1:Input: board = [["A","B","C","E"],["S","F","C","S"],["A","D","E","E"]], word = "ABC..

algo/leetcode 2025.02.27
이전
1 2 3 4 ··· 9
다음
더보기
프로필사진

make my life better

  • 분류 전체보기 (27)
    • languages (0)
      • kotlin (0)
      • python (0)
    • algo (26)
      • leetcode (24)
      • algorithms (2)
    • system design (1)
    • book (0)
      • 가상 면접 사례로 배우는 대규모 시스템 설계 기초.. (0)
    • database (0)

Tag

leetcode, System Design,

최근글과 인기글

  • 최근글
  • 인기글

최근댓글

공지사항

페이스북 트위터 플러그인

  • Facebook
  • Twitter

Archives

Calendar

«   2025/10   »
일 월 화 수 목 금 토
1 2 3 4
5 6 7 8 9 10 11
12 13 14 15 16 17 18
19 20 21 22 23 24 25
26 27 28 29 30 31

방문자수Total

  • Today :
  • Yesterday :

Copyright © Kakao Corp. All rights reserved.

티스토리툴바