mirror of
https://github.com/krahets/hello-algo.git
synced 2025-07-25 19:22:27 +08:00
Update the captions of all the figures.
This commit is contained in:
@ -10,7 +10,7 @@
|
||||
|
||||
如果我们想要给定数组中的一个目标元素 `target` ,获取该元素的索引,那么可以借助一个哈希表实现查找。
|
||||
|
||||

|
||||

|
||||
|
||||
=== "Java"
|
||||
|
||||
@ -74,7 +74,7 @@
|
||||
|
||||
再比如,如果我们想要给定一个目标结点值 `target` ,获取对应的链表结点对象,那么也可以使用哈希查找实现。
|
||||
|
||||

|
||||

|
||||
|
||||
=== "Java"
|
||||
|
||||
|
Reference in New Issue
Block a user