일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- goalng
- 규칙없음
- maxlinelength
- 유닉스의탄생
- Golang
- Lint
- codewars
- httppretty
- loadimpact
- 조엘온소프트웨어
- printer_helper
- 코로나백신
- pep8
- organizeImports
- 오큘러스퀘스트2
- 독후감
- flake8
- ProxyServer
- opensouce
- 글쓰기가필요하지않은인생은없다
- typevar
- Algorithm
- vscode
- pyenv
- GlobalInterprintLock
- codewar
- springboot
- restfulapi
- conf
- python
- Today
- Total
목록전체 글 (67)
일상적 이야기들.
문제 - https://www.codewars.com/kata/52e88b39ffb6ac53a400022e Codewars: Train your coding skills Codewars is where developers achieve code mastery through challenge. Train on kata in the dojo and reach your highest potential. www.codewars.com 문제풀이 - long 으로 입력받은 숫자를 ip format으로 변경하는 문제입니다. - 2진수 8자리.2진수 8자리.2진수 8자리.2진수 8자리. - IPv4는 위와 같은 Format형식을 가집니다. 그렇기에 long type ip 를 2진수로 분리를 하고, 각 8자리마다 끊어서..
문제 - https://www.codewars.com/kata/errors-histogram/ Codewars: Train your coding skills Codewars is where developers achieve code mastery through challenge. Train on kata in the dojo and reach your highest potential. www.codewars.com 문제 풀이 - 주어진 String에서 예외 문자의 개수를 count하는 문제입니다. - given a string will output the errors as a string representing a histogram of the encountered errors. - 그렇기에 문자를 순회..
문제 - https://www.codewars.com/kata/56ed20a2c4e5d69155000301 Codewars: Train your coding skills Codewars is where developers achieve code mastery through challenge. Train on kata in the dojo and reach your highest potential. www.codewars.com 문제풀이 - 문자열 strng는 "\n" 로 구분이 됩니다. - 한 단어를 반복해야하는 k와, \n 단위로 반복해야하는 v가 입력됩니다. -> strng : "abc\nbcd", k: 2, v: 2 -> abc 와 bcd 로 분리 -> k에 따라, aabbcc (각 문자를 k번 반..