pepe

  • 홈
  • 태그
  • 방명록

RANK 2

Day 22: Binary Search Trees Python (HackerRank)

class Node: def __init__(self,data): self.right=self.left=None self.data = data class Solution: def insert(self,root,data): if root==None: return Node(data) else: if data

HackerRank 2021.10.21

Between Two Sets (HackerRank | Python)

#!/bin/python3 import math import os import random import re import sys from math import gcd # # Complete the 'getTotalX' function below. # # The function is expected to return an INTEGER. # The function accepts following parameters: # 1. INTEGER_ARRAY a # 2. INTEGER_ARRAY b # def LCM(x, y): return x * y // gcd(x, y) def GCDs(arr): while(True): if len(arr) == 1: return arr[0] else: arr.append(gc..

HackerRank 2021.10.21
1
더보기
프로필사진

  • 분류 전체보기 (99) N
    • SpringBoot (19) N
    • Kotlin (6)
    • Rust (1)
    • self-hosted (5)
    • docs (2)
    • 백엔드 (1)
    • Python (0)
    • Airflow (10)
    • C++ (3)
    • C# (1)
    • C (1)
    • Java (3)
    • Ubuntu (3)
    • DB (1)
    • Github (3)
    • 테스트 (4)
    • HackerRank (4)
    • Docker (6)
    • 취미 (1)
    • 윈도우, 컴퓨터 (5)
    • 맥주 (20)

Tag

SQL, naver, Java, Python, Kotlin, Rest, postgres, docker, SpringBoot, Airflow, BEER, spring, Google, API, apache, boot, db, Container, github, 맥주,

최근글과 인기글

  • 최근글
  • 인기글

최근댓글

Archives

Calendar

«   2025/06   »
일 월 화 수 목 금 토
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

방문자수Total

  • Today :
  • Yesterday :
GitHub

Copyright © Kakao Corp. All rights reserved.

티스토리툴바