반응형 [문제모음] Softeer(Python): Lv3 2025. 2. 8. [문제모음] Softeer(Python): Lv2 총 16문제(2025.02.14 기준) 1-10번 문제더보기문제(문제번호)문제 링크풀이회의실 예약(6266)문제 링크풀이전광판(6268)문제 링크풀이비밀 메뉴(6269)문제 링크풀이GBC(6270)문제 링크풀이지도 자동 구축(6280)문제 링크풀이장애물 인식 프로그램(6282)문제 링크풀이8단 변속기(6283)문제 링크풀이바이러스(6284)문제 링크풀이금고털이(6288)문제 링크풀이진정한 효도(7374)문제 링크풀이11-16번 문제더보기문제(문제번호)문제 링크풀이연탄의 크기(7628)문제 링크풀이X marks the spot(7703)문제 링크풀이Recovering the Region(9497)문제 링크풀이Yeah, but How?(9498)문제 링크풀이나무 공격(9657)문제 링크풀이GPT식 숫자 비교.. 2025. 2. 8. [문제모음] Softeer(Python): Lv1 총 11문제(2025.02.07 기준) 1번-11번문제더보기문제문제 링크해설주행거리 비교하기(6253)문제풀이근무 시간(6254)문제풀이A+B(6295)문제풀이나무 심기(7353)문제풀이위험한 효도(7368)문제풀이연탄 배달의 시작(7626)문제풀이Tren del Fin del Mundo(7695)문제풀이개표(7698)문제풀이효도의 시작(7724)문제풀이나무 출력(9655)문제풀이메리 크리스마스(9660)문제풀이 2025. 2. 8. [목차] 알고리즘 기본 - Recursion- Greedy- Implementation- Dynamic Programming- Math - Gcd - Max, Min - Prime Number - Combination - Permutation- Sort: Bubble Sort / Insertion Sort / Selection Sort- Sort: Merge Sort / Quick Sort / Count Sort / Radix Sort- Search: Linear Search / Binary Search- Search: BFS / DFS- Back Tracking- Shortest Path: Dijkstra / Bellman-Ford / Floyd-Warshall- Minimum Spanning T.. 2025. 1. 19. [목차] 자료구조 기본 2.1.1 Array 2.1.2 Linked List 2.1.3 Stack 2.1.4 Queue 2.1.5 Deque 2.1.6 Hash 2.1.7 Tree 2.1.8 Heap(Priority_Queue) 2.1.9 Graph 2024. 7. 13. [참고자료] 인공지능 1. PyTorch- PyTorch 2.3 공식 문서: https://pytorch.org/docs/stable/index.html- [교재] 2. Tensorflow- Tensorflow 2.17 공식 문서: https://www.tensorflow.org/- [교재] 3. 참고자료- [사이트] paperwithcode : 인공지능 관련 논문 및 코드 정리- [교재] Understanding Deep Learning : 인공지능 최신 정보 교재 및 학습 자료 총정리 2024. 7. 13. [참고자료] 웹 개발 1. Django + DjangoRestFramework- Django 4.2 공식 문서: https://docs.djangoproject.com/en/4.2/- DjangoRestFramework 공식 문서: https://www.django-rest-framework.org/- [교재] 예제로 배우는 Django4 2. FastAPI- FastAPI 공식 문서: https://fastapi.tiangolo.com/learn/- Flask 3공식 문서: https://flask.palletsprojects.com/en/3.0.x/- [교재] 가장 빠른 풀스택을 위한 Flask&FastAPI- [교재] 처음 시작하는 FastAPI 3. 배포- pythonanywhere: https://www.python.. 2024. 7. 13. [참고자료] 자료구조/알고리즘/코딩테스트 자료구조- 잔재미코딩: https://www.fun-coding.org/post/funcodingcodes.html#- [교재] 파이썬으로 배우는 자료구조 핵심원리알고리즘- 잔재미코딩: https://www.fun-coding.org/post/funcodingcodes.html#- [교재] 파이썬 알고리즘 인터뷰코딩테스트- [교재] 이것이 취업을 위한 코딩테스트다- [교재] 코딩테스트 합격자되기(파이썬편)- 프로그래머스: https://school.programmers.co.kr/learn/challenges?order=recent 2024. 7. 13. [참고자료] Python Python- python3.10.13 공식 문서: https://docs.python.org/ko/3.10/- devdocs: https://devdocs.io/python~3.10/- [교재] 코딩도장 (+온라인 무료 교재) - [교재] 점프투 파이썬(+온라인 무료 교재) 2024. 7. 13. [로드맵] Python 로드맵 1. Python- Python3.10 → Python3.11 → Python3.121.1 Python (기본:Python3.10)- 환경설정- 소개 및 특징- 변수, 자료형 및 형변환: int/float/complex/bool/str/type- 연산자: - 산술: +(덧셈), -(뺼셈), *(곱셈), /(소수점나눗셈), //(정수나눗셈), %(나머지) - 비교: ==/!=/>/>=/1.2 Python(상세) 1.3 Python(추가: Python3.10 이후) 2. 자료구조2.1 자료구조(기본)- Array- Linked List- Stack- Queue- Deque- Hash- Tree- Heap(Priority_Queue)- Graph2.2 자료구조(심화)- AVL Tree- B Tre.. 2024. 7. 13. 이전 1 2 3 4 5 6 7 ··· 40 다음 반응형