블로그
- 순위 .*; class Solution { class Node { int node; int win_cnt = 0; int lose_cnt = 0; boolean visited = false ; List link = new LinkedList<>(); public Node(int n){ node = n; } public String toString(){ return
- 대순진리회영문전경 교법 3장 42절 The Canonical Scripture: Dharma 3. 42 Now everything will seek the beginning and return to the original Those who made false clains about their ancestry or denied having descended from certain ancestors to
- [Flutter] WillPopScope 홈에서 뒤로가기시 앱 내려감 방지 방지하려면 Root가 되는 스크린을 WillPopScope로 감싼 뒤 return false 하자.
- [23/07/02]HackerRank 파이썬 코딩테스트_Introduction Write a function : 윤년 여부 확인하기 def is_leap(year): leap = False if year % 400 ==0: leap = True elif year % 100 ==0: leap = False elif year % 4 ==0: leap = True else: leap = False return leap year = int(input
- java base64인코딩 된 문자열 인지 확인하는 로직. new String(decoded).matches(pattern)) return false; String encoded = Base64.getEncoder().encodeToString (decoded); return encoded.equals(str); } catch (IllegalArgumentException e) { return false; } }
- [프로그래머스 Lv1] 배열로 된 음수 양수 더하기 - java/javascript 풀이 실제 정수들의 합을 구하여 return 하도록 solution 함수를 완성해주세요. 입출력 예 입출력 예 설명 - 입출력 예 1 signs가 [true,false,true] .......
- 아무렇게나 c# 정리 노트- [1] char, const, continue, default, do, double, else, enum, extern, float, for, goto, if, int, long, return , short, sizeof, static, struct, switch, typeof, void, while C++(19개) : bool, catch, class, false, finally
- [MS-SQL] 날짜 유효성 체크 true; } int isDate = 쿼리; return isDate == 1 ? true : false; } catch (DateTimeException e) { return false; }catch (SQLException e) { return false; }
- 위상 정렬 프로그램 - 연결된 큐 #define _CRT_SECURE_NO_WARNINGS #include #include #include #define TRUE 1 #define FALSE 0 #define MAX_VERTICES ][c] = 0; } } } void insert_vertex(GrapeType *g, int v) { if (((g->n) + 1) > MAX_VERTICES){ return
- 자료구조 덱 프로그램 #include #include #include #define TRUE 1 #define FALSE 0 typedef int element; typedef struct DlistNode TRUE; else return FALSE; } DlistNode *create_node(DlistNode *llink, element data, DlistNode *rli....
1 페이지
다음 →