2016 Update
This commit is contained in:
parent
948b86eafa
commit
dcf5d15da3
7965 changed files with 139854 additions and 31002 deletions
8
Task/Soundex/UNIX-Shell/soundex-1.sh
Normal file
8
Task/Soundex/UNIX-Shell/soundex-1.sh
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
declare -A value=(
|
||||
[B]=1 [F]=1 [P]=1 [V]=1
|
||||
[C]=2 [G]=2 [J]=2 [K]=2 [Q]=2 [S]=2 [X]=2 [Z]=2
|
||||
[D]=3 [T]=3
|
||||
[L]=4
|
||||
[M]=5 [N]=5
|
||||
[R]=6
|
||||
)
|
||||
Loading…
Add table
Add a link
Reference in a new issue