일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- 스프링부트
- apache
- restapi
- 환경변수
- undefined
- springboot
- sqldeveloper
- mysql
- 스프링부트 #springboot #project #Intellij
- Database
- SpringInitializer
- 웹개발
- springboot #controller #jsp
- install
- IntelliJ
- oracle
- tcping
- SpringSecurity
- Maven
- 스프링시큐리티
- Web
- Tomcat #SpringFramework
- ojdbc
- Developer
- Oracle11g
- HATEOAS
- postman
- development
- RESTful
- mssql
Archives
- Today
- Total
목록Algorithm/완전탐색 (1)
여백에 도장 찍기
[프로그래머스/Level2/완전탐색/모의고사]
https://programmers.co.kr/learn/courses/30/lessons/42840 코딩테스트 연습 - 모의고사 수포자는 수학을 포기한 사람의 준말입니다. 수포자 삼인방은 모의고사에 수학 문제를 전부 찍으려 합니다. 수포자는 1번 문제부터 마지막 문제까지 다음과 같이 찍습니다. 1번 수포자가 찍는 programmers.co.kr import java.util.ArrayList; import java.util.Arrays; import java.util.HashMap; class Solution { public int[] solution(int[] answers) { int[] answer = {}; int a = answers.length; // 문항 갯수 int[] supoja1_pa..
Algorithm/완전탐색
2021. 8. 16. 13:09