본문 바로가기 메뉴 바로가기

Data Makes Our Future

프로필사진
  • 글쓰기
  • 관리
  • 태그
  • 방명록
  • RSS

Data Makes Our Future

검색하기 폼
  • 분류 전체보기 (740)
    • Data (18)
      • Statistics (10)
      • Analysis (8)
    • SQL (24)
      • Organize (3)
      • Install (2)
    • R (58)
      • Collection (4)
      • Process (33)
      • Analysis (11)
      • Visualize (4)
      • Install (3)
    • Python (56)
      • Collection (10)
      • Process (27)
      • Visualize (2)
      • Install (3)
    • Web (164)
      • API (16)
      • Spring (58)
      • JAVA (49)
      • Infra (11)
    • PS (366)
      • Algorithm (45)
      • Problem_Solving (311)
      • PS_Note (7)
    • Books (35)
    • ADsP (4)
    • eTc (15)
  • 방명록

nextToken (2)
[JAVA] StringTokenizer

#. StringTokenizer--출처 : https://docs.oracle.com/javase/8/docs/api/ StringTokenizer-- 문자열을 토큰으로 분할할 수 있도록 허용 12345678910111213141516171819202122232425import java.util.StringTokenizer; public class test { public static void main(String[] args) { // String.split 방법을 사용 // String[] result = "this is a test".split("\\s");// for (int x = 0; x

Web/JAVA 2019. 7. 22. 21:49
[SWEA] 1204. 최빈수 구하기(JAVA)

1204. 최빈수 구하기123456789101112131415161718192021222324252627282930313233343536373839404142434445import java.io.BufferedReader;import java.io.InputStreamReader;import java.util.StringTokenizer; public class Solution1204 { public void run() throws Exception { BufferedReader br = new BufferedReader(new InputStreamReader(System.in)); int T = Integer.parseInt(br.readLine()); for(int i=0; i max) { max =..

PS/Problem_Solving 2019. 6. 28. 01:03
이전 1 다음
이전 다음
최근에 올라온 글
최근에 달린 댓글
링크
  • Gitbook
  • resume
Total
Today
Yesterday
TAG
  • DATA
  • spring
  • PYTHON
  • R
  • coding
  • BFS
  • java
  • BOJ
  • 백준
  • dp
  • C
  • Algorithm
  • c++
  • 시뮬레이션
  • DFS
more

Blog is powered by Tistory / Designed by Tistory

티스토리툴바