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 |
Tags
- python
- 유닉스의탄생
- maxlinelength
- conf
- GlobalInterprintLock
- Golang
- goalng
- pyenv
- flake8
- 오큘러스퀘스트2
- 독후감
- Lint
- codewars
- ProxyServer
- vscode
- restfulapi
- organizeImports
- pep8
- typevar
- codewar
- 조엘온소프트웨어
- loadimpact
- Algorithm
- 글쓰기가필요하지않은인생은없다
- httppretty
- springboot
- opensouce
- printer_helper
- 코로나백신
- 규칙없음
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