Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

フィボナッチ数の計算・テストを実装 #4

Merged
merged 3 commits into from
Feb 5, 2024

Conversation

HLHHS11
Copy link
Owner

@HLHHS11 HLHHS11 commented Feb 5, 2024

概要

ビジネスロジックとしてのフィボナッチ数の計算とテストを実装。実装の際にはメモ化を用いた。
今回の変更範囲はビジネスロジックのみであり,それを実際にLambdaから呼び出す部分は未実装。

変更内容

  • fibonacci.tsの追加・実装:
    大きな整数に対応できるようbigintで計算し返却するようにした。
  • テストの追加:
    n=1~17あたりの小さな数と,n=50,100,1000などの大きな数でテスト。なお,テストをjestで動かす際にbigintに関わるエラーが発生したので,jest.config.tsに"workerThreads": true"を追記した。(参考リンク)

テスト

実装したfibonacci関数のテストを行った。
先述の通りLambdaからの呼出は未実装なので,APIのテストは行っていない。

関連Issue

#3

@HLHHS11 HLHHS11 merged commit 92a2ed2 into develop Feb 5, 2024
@HLHHS11 HLHHS11 deleted the feat/3-fibonacci branch February 5, 2024 12:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant