전체 글

Weekly I learned
· work
소스코드 : https://github.com/wnghdcjfe/csnote GitHub - wnghdcjfe/csnote: csnotecsnote. Contribute to wnghdcjfe/csnote development by creating an account on GitHub.github.com 소스코드 : https://github.com/gilbutITbook/080326 GitHub - gilbutITbook/080326: csnotecsnote. Contribute to gilbutITbook/080326 development by creating an account on GitHub.github.com(자바스크립트) 온라인 코드 에디터 : https://playcode.io/new Ja..
· coding_test
1) 문제https://school.programmers.co.kr/learn/courses/30/lessons/42628 프로그래머스SW개발자를 위한 평가, 교육, 채용까지 Total Solution을 제공하는 개발자 성장을 위한 베이스캠프programmers.co.kr처음 PriorityQueue로 접근했는데,최소힙과 최대힙을 동시에 설정하는 것이 어렵다 느껴 chatgpt의 도움을 받아 TreeMap 자료구조를 학습했다.2) 내가 구현한 코드import java.util.*;class Solution { public int[] solution(String[] operations) { int[] answer = new int[2]; TreeMap tm = new Tree..
· coding_test
1) 문제https://school.programmers.co.kr/learn/courses/30/lessons/42626 프로그래머스SW개발자를 위한 평가, 교육, 채용까지 Total Solution을 제공하는 개발자 성장을 위한 베이스캠프programmers.co.kr   2) 내가 작성한 코드 및 오류부분(수정한코드 포함)비교적 쉬웠음에도 불구하고 몇가지 놓친 부분이 있었다.1. 모든 음식의 스코빌 지수를 K 이상으로 만들 수 없는 경우의 로직을 어떻게 판단하며 어디에 넣을 것인가?2. 스코빌을 섞을 때 힙 안에 값이 2개 이상인지 체크를 어떻게 할것인가?import java.util.*;class Solution { public int solution(int[] scoville, int K)..
· docker
1)  docker를 이용해 node.js 서버 구동하기 centOS 에 simpleweb.js 작성하기nano 로 작성함//simpleweb.js 파일을 편집const http = require('http');http.createServer((req, res) => { res.statusCode = 200; res.setHeader('Content-Type', 'text/plain'); res.end('Hello World');}).listen(7777);        docker run --privileged -d -p 7777:7777 -v /root:/root --name nodeweb node:lts-alpine node /root/simpleweb.js 1) docker : 도커2) ru..
· docker
https://github.com/jaeheela/docker/blob/main/docker.txt docker/docker.txt at main · jaeheela/dockerContribute to jaeheela/docker development by creating an account on GitHub.github.com위의 텍스트내용 참고해 실습해보록 하자~ (centOS 에서 docker 이용해 tomcat 실행시키고 접속해볼 것이다!)    1) 준비Window 에서 CentOS에 SSH로 접속해두기   2) Window 환경에 Docker 설치1. wsl(Windows Subsystem for Linux) 설치 (가장 먼저 설치 후 실행시켜보자!!!! - 도커부터 설치시 에러가 발생하여 도..
· docker
1) 사용 파일   2) 학점을 DBMS에 입력하고 원하는 정보를 쿼리해서 출력makecsv.py : 테스트 데이터 생성 # 1) 학점 정보 : ID, KOR, MATH, GRADE# - ID: 숫자 (임의, 중복X)# - KOR : 국어 점수# - MATH : 수학점수# - GRAE : A~F# 2) 파이썬 프로그램을 이용해서 위 조건에 맞는 임의의 데이터 100건을 만든다.# 이때 해당 결과를 grade.csv로 저장한다.# ID, KOR, MATH, GRADE# 1, 100, 100, A# .. # 100건. import csvdata = []for i in range(100): student..
· coding_test
1) 문제다솜이는 사람의 마음을 읽을 수 있는 기계를 가지고 있다. 다솜이는 이 기계를 이용해서 2008년 4월 9일 국회의원 선거를 조작하려고 한다.다솜이의 기계는 각 사람들이 누구를 찍을 지 미리 읽을 수 있다. 어떤 사람이 누구를 찍을 지 정했으면, 반드시 선거때 그 사람을 찍는다.현재 형택구에 나온 국회의원 후보는 N명이다. 다솜이는 이 기계를 이용해서 그 마을의 주민 M명의 마음을 모두 읽었다.다솜이는 기호 1번이다. 다솜이는 사람들의 마음을 읽어서 자신을 찍지 않으려는 사람을 돈으로 매수해서 국회의원에 당선이 되게 하려고 한다. 다른 모든 사람의 득표수 보다 많은 득표수를 가질 때, 그 사람이 국회의원에 당선된다.예를 들어서, 마음을 읽은 결과 기호 1번이 5표, 기호 2번이 7표, 기호 3번..
· coding_test
1) 문제https://leetcode.com/problems/delete-greatest-value-in-each-row/description/  You are given an m x n matrix grid consisting of positive integers.Perform the following operation until grid becomes empty:Delete the element with the greatest value from each row. If multiple such elements exist, delete any of them.Add the maximum of deleted elements to the answer.Note that the number of columns..
· coding_test
1) 문제https://leetcode.com/problems/take-gifts-from-the-richest-pile/ You are given an integer array gifts denoting the number of gifts in various piles. Every second, you do the following:Choose the pile with the maximum number of gifts.If there is more than one pile with the maximum number of gifts, choose any.Leave behind the floor of the square root of the number of gifts in the pile. Take th..
· coding_test
1) 문제https://www.acmicpc.net/problem/19638센티는 마법 도구들을 지니고 여행을 떠나는 것이 취미인 악당이다.거인의 나라에 도착한 센티는 자신보다 키가 크거나 같은 거인들이 있다는 사실이 마음에 들지 않았다.센티가 꺼내 들은 마법 도구는 바로 마법의 뿅망치로, 이 뿅망치에 맞은 사람의 키가 ⌊ 뿅망치에 맞은 사람의 키 / 2 ⌋로 변하는 마법 도구이다. 단, 키가 1인 경우 더 줄어들 수가 없어 뿅망치의 영향을 받지 않는다.하지만 마법의 뿅망치는 횟수 제한이 있다. 그래서 센티는 마법의 뿅망치를 효율적으로 사용하기 위한 전략을 수립했다. 바로 매번 가장 키가 큰 거인 가운데 하나를 때리는 것이다.과연 센티가 수립한 전략에 맞게 마법의 뿅망치를 이용한다면 거인의 나라의 모든 ..
jeri
JERI LOG
loading