You May Also Enjoy
[프로그래머스]MySQL 문제
13 minute read
SELECT Level01: 모든 레코드 조회하기 https://programmers.co.kr/learn/courses/30/lessons/59034 문제 설명 ANIMAL_INS 테이블은 동물 보호소에 들어온 동물의 정보를 담은 테이블입니다. ANIMAL_INS 테이블 구조는 ...
MySQL 정리
9 minute read
강의자료: https://www.youtube.com/watch?v=vgIc4ctNFbc
[프로그래머스 코딩테스트]Level03 - 네트워크
less than 1 minute read
Level 03 - 네트워크 문제 설명 네트워크란 컴퓨터 상호 간에 정보를 교환할 수 있도록 연결된 형태를 의미합니다. 예를 들어, 컴퓨터 A와 컴퓨터 B가 직접적으로 연결되어있고, 컴퓨터 B와 컴퓨터 C가 직접적으로 연결되어 있을 때 컴퓨터 A와 컴퓨터 C도 간접적으로 연결되어 ...
[Leetcode]85 - Maximul Rectangle
1 minute read
85 - Maximul Rectangle 문제 설명 Given a rows x cols binary matrix filled with 0’s and 1’s, find the largest rectangle containing only 1’s and return its area.