sncap Style

  • 홈
  • 태그
  • 미디어로그
  • 위치로그
  • 방명록

algorithm/Algorithm-Core 23

Fileoutput example

테스트 파일 생성을 위한 sample code import java.io.BufferedWriter;import java.io.FileWriter; public class Fileoutput {public static void main(String[] args) throws Exception {BufferedWriter bw = null;int MAX = 1000000;int K = 10;int L = 10;StringBuffer sb = new StringBuffer();int temp;for (int i = 1; i < MAX+1; i++) {temp = (int)(Math.random()*10)+1;sb.append(temp);sb.append(" ");}try {bw = new BufferedWr..

algorithm/Algorithm-Core 2017.04.26

소수판별 알고리즘

for (int i = 2; i

algorithm/Algorithm-Core 2017.04.01

최대공약수 최소 공배수 (공식)

최대 공약수 구하는 공식과 최소 공배수 구하는 공식 [최대 공약수] int GCD(int a, int b) {return (b==0)?a : GCD(b, a%b);} [최소 공배수] int LCM(int a, int b) {return (a*b) / GCD(a,b);} 끝.....ㅎㅎ

algorithm/Algorithm-Core 2016.12.14
이전
1 2 3
다음
더보기
프로필사진

sncap Style

[ My Style / My Think / My Life / My world ]

  • 분류 전체보기 (834)
    • 사주명리학 (14)
      • 성명학 (10)
    • algorithm (79)
      • Algorithm-Core (23)
      • Regress_Exam (1)
      • TestCode (1)
      • BOJ (9)
      • 그래프 (13)
      • DP (6)
      • Expert (3)
    • MSA (3)
    • Kubernetes (22)
    • OpenSource (77)
    • Gadget (2)
    • OS (154)
      • Linux (144)
    • Web (11)
    • Data Structure (3)
    • Language (149)
      • Python (7)
      • VueJS (9)
      • Golang (4)
      • Java (65)
      • Solodity (1)
      • NoSQL&JDBC (25)
      • PIWIK (2)
      • Objective-C (18)
      • Android (7)
      • JavaFX (1)
      • UI (4)
      • WebCrawling (6)
    • TOEIC (1)
    • OPIC (83)
    • 인물사진 (7)
    • 좋은글 (65)
    • 낙서장 (23)
    • 추억한장 (8)
    • 미국 (28)
      • Seattle (0)
      • San Fransico (1)
    • 캐나다 (46)
    • 태국 (7)
    • 멕시코 (14)
    • 한국 (1)
    • 이스라엘 (4)
    • 프랑스 (6)
    • 영국 (1)
    • 독일 (3)
    • Beautiful Line (1)
    • School of Music (0)
    • WinowsMobile (1)
    • 07_DC출사 (9)
    • Resume (3)
    • GCP (0)

Tag

Dijkstra, binary search, 인덱스트리, 그래프 탐색, 그래프 이론, 크루스칼, 너비 우선 탐색, 이분탐색, 구간합, MST, 위상정렬, DP, Krukal, FastAPI, 펜윅트리, 세그멘트트리, 다익스트라, 위상 정렬, LIS, 플로이드워셜,

최근글과 인기글

  • 최근글
  • 인기글

최근댓글

공지사항

페이스북 트위터 플러그인

  • Facebook
  • Twitter

Archives

Calendar

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

  • it's koji.
  • 티비의 세상구경
  • Back to the Real Life.

티스토리툴바