일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
Tags
- springboot
- springboot #controller #jsp
- Oracle11g
- Web
- Database
- mysql
- Developer
- 스프링시큐리티
- IntelliJ
- 환경변수
- oracle
- postman
- 웹개발
- sqldeveloper
- 스프링부트
- SpringInitializer
- RESTful
- tcping
- development
- Maven
- mssql
- ojdbc
- apache
- restapi
- install
- Tomcat #SpringFramework
- undefined
- SpringSecurity
- HATEOAS
- 스프링부트 #springboot #project #Intellij
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