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

개발 정리 모음집

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

개발 정리 모음집

검색하기 폼
  • 분류 전체보기 (56)
    • spring (4)
    • springboot (8)
    • cs (2)
    • java (18)
    • 오곡(Ogok) (2)
    • 버드북(birdbook-backend) (1)
    • 소소한 정리 (5)
    • infra & cloud (1)
    • 알고리즘 (8)
    • python (1)
    • 티미 (4)
    • 우테코 프리코스 (0)
    • c++ (2)
  • 방명록

c++ (2)
vector

#include #include #include using namespace std; vector arr(3); // 빈 배열 4개를 만들고 시작하겠다. vector alist(4); int main() { arr[0] = { 'A','B','T' }; arr[2] = { 'R','S' }; for (int i = 0; i = 0; j--) { cout

c++ 2022. 9. 27. 18:34
인접행렬(adjacency matrix)

#include #include #include using namespace std; int map[100][100]; int node_num; int path[5] = { 0 }; void input() { cin >> node_num; for (int i = 0; i > map[i][j]; } } } void run(int num, int lev) { if (lev == 2) { for (int i = 0; i < 3; i++) { cout

c++ 2022. 9. 27. 17:30
이전 1 다음
이전 다음
공지사항
최근에 올라온 글
최근에 달린 댓글
Total
Today
Yesterday
링크
  • 깃허브
TAG
  • JPA
  • 이진탐색
  • id생성전략
  • checkedException
  • Optional
  • Thymeleaf
  • upperBound
  • 동등성
  • 메인메소드
  • 유효성 검사
  • springboot
  • StreamAPI
  • 티스토리챌린지
  • uncheckedException
  • 일급컬렉션
  • @NoArgsConstructor
  • N+1문제
  • 백준
  • @Spring
  • 자바
  • Java
  • lowerBound
  • NPE
  • 생성자
  • 오블완
  • @ConfigurationProperties
  • ddl-auto
  • null
  • @Value
  • Spring
more
«   2025/05   »
일 월 화 수 목 금 토
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
글 보관함

Blog is powered by Tistory / Designed by Tistory

티스토리툴바