23년 5월에 푼 것들
코딩문제
- https://leetcode.com/problems/create-target-array-in-the-given-order/submissions/943182892/
- https://leetcode.com/problems/decode-xored-array/submissions/943185281/
- https://leetcode.com/problems/sum-multiples/submissions/946685062/
SQL 문제
- https://leetcode.com/problems/combine-two-tables/submissions/948722300/
- https://leetcode.com/problems/bank-account-summary-ii/submissions/946679328/
느낀점
- SQL은 선언형이고, Java 로 코딩문제를 풀면 명령형인데, 완전 다른 느낌이라 같이풀면 두배로 머리가 사용되는 느낌이라 좋다
- 선언형 언어는 HTML, CSS, .yaml 처럼 무엇과 같은지를 설명하는 경우에 “선언형"이라고 하며
- 명령형은 어떤 방법으로 구현해야하는지를 나타낸다