GitHub MCP Server Practice Repository
About
Practice repository for MCP server implementation
Details
- Author
- soso0024
- Downloads
- 234
- Categories
- Developer Tools
Jump to
- Recursive Fibonacci implementation (fibonacci_recursive)
- Iterative Fibonacci implementation (fibonacci_iterative)
- Sequence generation function (fibonacci_sequence)
- Performance comparison between recursive and iterative approaches
Clone the repository and run the provided Python functions. For example, call fibonacci_sequence(10) to generate the first ten terms, or fibonacci_iterative(10) to compute the 10th term.
GitHub MCP Server Practice Repository
このリポジトリは、GitHub MCP Serverの練習用リポジトリです。
プロジェクトの目的
- GitHubの基本的な操作の練習 - ブランチの作成と管理 - Pull Requestの作成とレビュー現在の実装
フィボナッチ数列を計算するための異なるアプローチを実装したPythonプログラムが含まれています。実装された機能
1. 再帰的アプローチ(fibonacci_recursive)
2. 反復的アプローチ(fibonacci_iterative)
3. 数列生成機能(fibonacci_sequence)
使用方法
```python
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.





