8000 fix(algo): fix a bug · shgopher/408@2dcd2e5 · GitHub
[go: up one dir, main page]

Skip to content

Commit 2dcd2e5

Browse files
committed
fix(algo): fix a bug
1 parent 4fa4c53 commit 2dcd2e5

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

算法/概述/对系统设计非常重要的算法/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
* Copyright (c) 2023 by shgopher, All Rights Reserved.
1010
-->
1111
# 对系统设计非常重要的算法
12-
![](./对系统设计非常重要的算法.jpeg)
12+
![](./system-design.jpeg)
1313
## geohash
1414
Geohash是一种将地理坐标转换为字符串编码的算法,它可以将地球表面的任意位置表示为一个短字符串,方便存储、传输和查询。Geohash算法基于网格划分的思想,将地球表面划分为多个矩形区域,并为每个区域分配一个唯一的字符串编码。以下是Geohash算法的一些特点和应用:
1515

0 commit comments

Comments
 (0)
0