일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- prefix()
- github
- API
- uisearchbar
- 알고리즘
- 싱글톤
- xib
- uikit
- GIT
- 코드업 파이썬 기초 100제
- replacesubrange()
- 프로그래머스
- Segue
- 코딩테스트
- String()
- zip()
- reduce()
- 대문자소문자
- 클론코딩
- components()
- alamofire
- suffix()
- Autolayout
- MVC
- joined()
- Info.plist
- IOS
- swift
- tableView
- 라이징캠프
- Today
- Total
목록코드업 파이썬 기초 100제 (8)
Daeng iOS
[문제집 링크] https://codeup.kr/problemsetsol.php?psid=33 문제집 / Python 기초 100제 codeup.kr [깃허브] https://github.com/yujeong-kwon/Coding-test/tree/master/Codeup GitHub - yujeong-kwon/Coding-test: 코딩테스트 공부 코딩테스트 공부. Contribute to yujeong-kwon/Coding-test development by creating an account on GitHub. github.com 6071부터 6080까지는 반복실행구조, 종합 문제였다 #6071 - 0 입력될 때까지 무한 출력하기 0이 아니면 입력된 정수를 출력하고, 0이 입력되면 출력을 중단 내 ..
[문제집 링크] https://codeup.kr/problemsetsol.php?psid=33 문제집 / Python 기초 100제 codeup.kr [깃허브] https://github.com/yujeong-kwon/Coding-test/tree/master/Codeup GitHub - yujeong-kwon/Coding-test: 코딩테스트 공부 코딩테스트 공부. Contribute to yujeong-kwon/Coding-test development by creating an account on GitHub. github.com 6061부터 6070까지는 비트단위논리연산, 3항연산, 조건/선택실행구조였다 #6061 - 비트단위로 OR하여 출력하기 입력된 정수 두 개를 비트단위로 or 연산한 후 그..
[문제집 링크] https://codeup.kr/problemsetsol.php?psid=33 문제집 / Python 기초 100제 codeup.kr [깃허브] https://github.com/yujeong-kwon/Coding-test/tree/master/Codeup GitHub - yujeong-kwon/Coding-test: 코딩테스트 공부 코딩테스트 공부. Contribute to yujeong-kwon/Coding-test development by creating an account on GitHub. github.com 6051부터 6060까지는 비교연산, 논리연산, 비트단위논리연산이다 #6051 - 정수 2개 입력받아 비교하기4 두 정수(a, b)를 입력받아 a의 값이 b의 값과 서로 ..
[문제집 링크] https://codeup.kr/problemsetsol.php?psid=33 문제집 / Python 기초 100제 codeup.kr [깃허브] https://github.com/yujeong-kwon/Coding-test/tree/master/Codeup GitHub - yujeong-kwon/Coding-test Contribute to yujeong-kwon/Coding-test development by creating an account on GitHub. github.com 6041부터 6050까지는 산술연산, 값변환, 비트시프트연산, 비교연산이 섞여있었다. #6041 - 정수 2개 입력받아 나눈 나머지 계산하기 정수 2개(a, b)를 입력받아 a를 b로 나눈 나머지를 출력 내..
[문제집 링크] https://codeup.kr/problemsetsol.php?psid=33 문제집 / Python 기초 100제 codeup.kr [깃허브] https://github.com/yujeong-kwon/Coding-test/tree/master/Codeup GitHub - yujeong-kwon/Coding-test Contribute to yujeong-kwon/Coding-test development by creating an account on GitHub. github.com 6031번은 값변환, 6032번부터 6040번은 산술연산이었다. #6031 - 정수 입력받아 유니코드 문자로 변환하기 10진 정수 1개를 입력받아 유니코드로 출력 내 풀이 import sys input = ..
[문제집 링크] https://codeup.kr/problemsetsol.php?psid=33 문제집 / Python 기초 100제 codeup.kr [깃허브] https://github.com/yujeong-kwon/Coding-test/tree/master/Codeup GitHub - yujeong-kwon/Coding-test Contribute to yujeong-kwon/Coding-test development by creating an account on GitHub. github.com 6021번 부터 6024번 까지는 기초 중 입출력 파트였다 #6021 - 단어 1개 입력받아 나누어 출력하기 알파벳과 숫자 5개의 문자로 이루어진 단어 1개가 입력될 때, 각 문자를 한 줄에 한 문자씩 분리..
[문제집 링크] https://codeup.kr/problemsetsol.php?psid=33 문제집 / Python 기초 100제 codeup.kr [깃허브] https://github.com/yujeong-kwon/Coding-test/tree/master/Codeup GitHub - yujeong-kwon/Coding-test Contribute to yujeong-kwon/Coding-test development by creating an account on GitHub. github.com 6011부터 6020번은 기초중에서도 입출력 파트였다 #6011 - 실수 1개 입력받아 변환하여 출력하기 변수에 실수값을 저장한 후 변수에 저장되어 있는 값을 그대로 출력 내 풀이 print(float(in..
내 개발 블로그 첫 포스팅은 .. 코드업에서 풀어본 파이썬 기초 100제 풀이 ..! 막연하게 백준으로 코딩테스트 공부를 시작했다가 막막함을 느끼고 공부법을 찾아보던 중에 코드업에 기초 100제가 있다는 것을 알게돼서 풀기 시작했고 며칠전에 드디어 다 풀었다 근데 언제 어느 문제를 풀었는지 기록해놨으면 좋았을 것 같은데 그땐 정리할 생각을 못했던 것 같아서 아쉽다ㅜㅜ 이 이후에 공부하는 코테들은 꼭 기록하고 바로바로 정리하기 연습해야지!!! 우선 이건 내가 푼 문제의 링크고, 코드업에서 모범 답안을 제공해주는데 내가 공부할 때 내 풀이들과 비교해보기도 했고 혹시 보는 사람이 있다면 편하게 참고했으면 해서 같이 올려둘 예정이다 그리고 여러 풀이가 생각 나는 건 여러 번 채점했어서 첨부된 풀이가 여러개인 문..