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
- httppretty
- vscode
- Golang
- ProxyServer
- 코로나백신
- conf
- organizeImports
- pyenv
- 독후감
- maxlinelength
- goalng
- Algorithm
- 유닉스의탄생
- typevar
- flake8
- printer_helper
- 글쓰기가필요하지않은인생은없다
- codewar
- opensouce
- springboot
- restfulapi
- Lint
- 조엘온소프트웨어
- loadimpact
- pep8
- 오큘러스퀘스트2
- GlobalInterprintLock
- 규칙없음
- python
- codewars
Archives
- Today
- Total
목록codewars (1)
일상적 이야기들.
codewars: Counting Duplicates
문제 - https://www.codewars.com/kata/counting-duplicates 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 문제풀이 - 입력된 문자열에서, 중복된 char가 몇개 있는지 체크하는 프로그램입니다. - 그렇기에, a~z까지의 배열을 생성하고, 문자열을 순회하면서 해당 문자가 몇번 나왔는지 확인을 하게 됩니다. - 그 이후에, 지금까지 나온 갯수를 판단하여 1개 이상이 나왔다면, resultCnt를 ..
프로그래밍/알고리즘 문제풀이
2019. 7. 4. 16:02