https://github.com/limm-jk/algorhthm_with_problem
문제로 풀어보는 알고리즘 / 문제 풀이
https://github.com/limm-jk/algorhthm_with_problem
Last synced: about 2 months ago
JSON representation
문제로 풀어보는 알고리즘 / 문제 풀이
- Host: GitHub
- URL: https://github.com/limm-jk/algorhthm_with_problem
- Owner: Limm-jk
- Created: 2020-11-04T04:48:29.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-01-16T13:35:56.000Z (over 4 years ago)
- Last Synced: 2025-02-09T07:36:16.638Z (3 months ago)
- Language: Python
- Size: 3.91 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
# 문제로 풀어보는 알고리즘
프로그래밍 인사이트 출판사의 문제로 풀어보는 알고리즘의 코드 풀이모음시작일자 : 20.11.04
### 1. 재귀적 프로그래밍
* factorial
* 이항계수
* 피보나치
* 지폐 계산