본문 바로가기

Scribbling

검색하기
Scribbling
프로필사진 focalpoint

  • 분류 전체보기 (407)
    • Computer Science (392)
      • C++ (38)
      • Coding Test (225)
      • Algorithms & Data Structure.. (44)
      • Computer Knowledge (25)
      • Python (32)
      • Java (19)
      • Data Science (6)
      • Basics of Basics (2)
      • ETC (0)
    • Knowledge Repo (4)
      • Quant (1)
      • RF (3)
    • Hobby (9)
      • News Critic (5)
      • Diary (2)
      • LOL (2)
Guestbook
Notice
Recent Posts
Recent Comments
Link
  • Git
  • Portfolio
  • LinkedIn
«   2025/04   »
일 월 화 수 목 금 토
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
Tags
  • t1
  • LeetCode
  • 컴퓨터의 구조
  • Convert Sorted List to Binary Search Tree
  • 715. Range Module
  • Decorator
  • 시바견
  • Regular Expression
  • Python Code
  • Class
  • Python Implementation
  • 프로그래머스
  • data science
  • 파이썬
  • 315. Count of Smaller Numbers After Self
  • iterator
  • 운영체제
  • Substring with Concatenation of All Words
  • 밴픽
  • concurrency
  • Python
  • 109. Convert Sorted List to Binary Search Tree
  • kaggle
  • Protocol
  • DWG
  • attribute
  • shiba
  • 30. Substring with Concatenation of All Words
  • 43. Multiply Strings
  • Generator
more
Archives
Today
Total
관리 메뉴
  • 글쓰기
  • 방명록
  • RSS
  • 관리

목록Single Number (1)

Scribbling

LeetCode: 136. Single Number

class Solution: def singleNumber(self, nums: List[int]) -> int: num = nums[0] for i in range(1, len(nums)): num ^= nums[i] return num

Computer Science/Coding Test 2021. 12. 9. 10:25
이전 Prev 1 Next 다음

Blog is powered by kakao / Designed by Tistory

티스토리툴바