{"id":612386,"student_id":3795,"content":"{\"html\":\"\u003c!DOCTYPE html\u003e\\n\u003chtml\u003e\\n\u003chead\u003e\\n\\t\u003ctitle\u003eDocument\u003c/title\u003e\\n\u003c/head\u003e\\n\u003cbody\u003e\\n \u003cdiv id=\\\"screenshot\\\"\u003e\\n \u003cp\u003e題目:\u003c/p\u003e\\n \u003cdiv id=\\\"log\\\"\u003eloading...\u003c/div\u003e\\n \u003c/div\u003e\\n\u003c/body\u003e\\n\u003c/html\u003e\",\"css\":\"* {\\n margin: 0;\\n padding: 0;\\n box-sizing: border-box;\\n font-size: 16px;\\n}\\n\\nhtml, body {\\n width: 100%;\\n height: 100%;\\n background-color: #333;\\n padding: 10px;\\n}\\n\\np {\\n color: white;\\n margin-bottom: 10px;\\n}\\n\\n#log {\\n color: #03F501;\\n padding: 10px;\\n border: 1px solid white;\\n border-radius: 5px;\\n}\\n\\n#code {\\n color: #03F501;\\n padding: 10px;\\n border: 1px solid white;\\n border-radius: 5px;\\n overflow-x: scroll;\\n}\\n\\n#question {\\n height: 130px;\\n border: 1px solid white;\\n padding: 20px;\\n margin-bottom: 10px;\\n}\\n\\n#screenshot {\\n border: 1px solid white;\\n padding: 20px;\\n margin-bottom: 10px;\\n}\",\"js\":\"// -- 說明 -- //\\n// 請想想看要如何組合和調整程式碼,\\n// 執行後才能讓網頁上的顯示文字與下方相同。\\n\\n// -- 提示 -- //\\n// if (array[mid] === target) {\\n// return mid;\\n// } else if (array[mid] \u003c target) {\\n// left = mid + 1;\\n// } else {\\n// right = mid - 1;\\n// }\\n// const mid = Math.floor((left + right) / 2);\\n// while (left \u003c= right) {}\\n\\nfunction binarySearch(array, target) {\\n let left = 0; // 左邊界索引\\n let right = array.length - 1; // 右邊界索引\\n while (left \u003c= right) { // 當左邊界小於等於右邊界時繼續搜尋\\n const mid = Math.floor((left + right) / 2); // 取得中間元素的索引\\n if (array[mid] === target) { // 如果中間元素等於目標值,則找到目標值\\n return mid; // 回傳目標值的索引\\n } else if (array[mid] \u003c target) { // 如果中間元素小於目標值,則目標值在右半部分\\n left = mid + 1; // 更新左邊界索引為中間索引加一\\n } else { // 如果中間元素大於目標值,則目標值在左半部分\\n right = mid - 1; // 更新右邊界索引為中間索引減一\\n }\\n }\\n return -1; // 搜尋結束後仍未找到目標值,回傳 -1 表示未找到\\n}\\n\\n// 定義一個已排序的數字陣列\\nconst array = [2, 4, 6, 8, 10, 12, 14, 16, 18, 20];\\nconst target = 10; // 目標值\\nconst index = binarySearch(array, target); // 呼叫二分搜尋函式尋找目標值的索引\\n\\nif (index !== -1) { // 如果找到目標值的索引不等於 -1,表示找到目標值\\n console.log(`Target ${target} found at index ${index}`); // 輸出找到目標值的訊息\\n} else { // 否則未找到目標值\\n console.log(`Target ${target} not found in the array`); // 輸出未找到目標值的訊息\\n}\"}","created_at":"2023-09-16T11:04:20.794+08:00","updated_at":"2023-09-16T11:05:08.959+08:00","name":"【綜合練習】五子棋 AI:實作 1 - 問題 副本","language":"web","screenshot":{"url":"https://cdn3.koding.school/uploads/project/screenshot/612386/eeee8c6d7a6f73de97f8f8ab6e965632.jpg"},"parent_id":576476,"plugin":"(function () {\n if (!console) {\n console = {};\n }\n var old = console.log;\n var logger = document.getElementById('log');\n logger.innerHTML = \"\"\n console.log = function (message) {\n if (typeof message == 'object') {\n logger.innerHTML += (JSON \u0026\u0026 JSON.stringify ? JSON.stringify(message) : String(message)) + '\u003cbr /\u003e';\n } else {\n logger.innerHTML += message + '\u003cbr /\u003e';\n }\n }\n})();\n","description":null,"note":null,"status":"public","like_student_ids":[],"is_featured":false,"views":20,"hashid":"wdksww5jp","is_content_changed":false,"review_status":"unsubmitted","submitted_at":null,"reviewed_at":null,"advise":null,"is_deleted":false}
[{"id":13782772,"file_name":"koding.png","project_id":612386,"asset_id":665031,"created_at":"2023-09-16T11:04:20.799+08:00","updated_at":"2023-09-16T11:04:20.799+08:00"}]
橘蘋學習平台
我的作品
檢視專案頁
匯出
複製
匯入
刪除
下載 Android APP (APK)
截圖
前往網站頁面
繁中
简中
English
日本語
1:1:1
1:1
全寬
用手機掃描下方 QRCode 進行安裝
或您也可以
下載 APK
到這台電腦
用手機掃描下方 QRCode 進行安裝
或您也可以
下載 APK
到這台電腦