Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
適切なハッシュ関数で与えられた次の操作でハッシュテーブルを設計します..:
挿入 () –O(1)
find()-O(1)
削除()-O(1)
トラバース()-O(n)
要素をハッシュ テーブルに挿入すると、リンク リストにも要素が追加されます。ハッシュ テーブルをトラバースするように求められたら、リンクされたリストを反復処理します。
私は次のようなものを持っています
<div container style="width: 100%"> <table id="t1" style="width: 40%"> ... </table> <table id="t2" style="width: 60%">