Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
Tags
- Algorithm
- goalng
- 오큘러스퀘스트2
- conf
- Golang
- 글쓰기가필요하지않은인생은없다
- ProxyServer
- 유닉스의탄생
- httppretty
- codewar
- organizeImports
- 독후감
- printer_helper
- typevar
- GlobalInterprintLock
- loadimpact
- flake8
- 조엘온소프트웨어
- vscode
- opensouce
- 규칙없음
- python
- Lint
- restfulapi
- pep8
- maxlinelength
- pyenv
- codewars
- 코로나백신
- springboot
Archives
- Today
- Total
목록전체 글 (67)
일상적 이야기들.
codewar: Beginner - Lost Without a Map
문제 - https://www.codewars.com/kata/beginner-lost-without-a-map 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 문제 설명: - Parameter로 Int형 Array가 전달되며, Return형으로 "전달 받은 Array" 요소 값마다 *2 를 해서 Int형 Array를 전달 해줘야함. 문제풀이: - 언어는 자바로 사용하였습니다. - 문제의 핵심은, "배열의 크기만큼 순회를 할 수 있는..
프로그래밍/알고리즘 문제풀이
2019. 6. 12. 10:34