BaseMax / BaseMax/ArrayListPython

BUGS at add and remove

未關閉
#1 1 則留言 0 個 reaction 已指派 0 人 在 GitHub 檢視
主要語言
Python
星號
3
分支
0
PR 合併指標
30 天內沒有已合併 PR

描述

When you add or remove an element from ArrayList, the count of it should be increase or decrese simultaneously.
But, in your implementation, you seem to forget it.

貢獻指南

這個儲存庫沒有索引到貢獻指南

研究方向

首先定位 ArrayList 的實作及其 add 和 remove 方法。追蹤元素計數的維護方式,然後驗證這兩個操作是否都能一致地更新該計數;每次新增或移除時計數都會變化,即表示 issue 已完成。

由索引模型根據 Issue 內容生成。

評估

技術堆疊
python
領域
backend
Issue 類型
缺陷
難度
2/5
預估耗時
1-3 小時
活躍度
停滯
描述清晰度
基本清楚
新手友好度
35/100

把新 issue 寄到你的電子郵件信箱

精選適合新手參與的 GitHub issue 摘要。