0622-1114405019-洪翊滕 Test-4 - #1318
Open
1114405019 wants to merge 2 commits into
Open
1114405019 wants to merge 2 commits into
1114405019 wants to merge 2 commits into
Conversation
先寫 test_search_perf.py 涵蓋 FOUND/NOT FOUND、邊界值、單元素、 cmp 上限與 linear/binary 交叉驗證,此時尚無 search_perf.py 實作, 測試應為紅燈(ModuleNotFoundError)。
新增 search_perf.py(linear_search/binary_search/陣列生成/timeit/雷達圖串接)、 search_perf-easy.py(AI 教的簡化版,含中文註解)、plot.py、requirements.txt、 README.md、AI_LOG.md 與 test_log.txt,test_search_perf.py 12 個測試全數通過。
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
完成題號
執行方式
依賴套件
(見 requirements.txt)
補充說明