Addi-11 / Addi-11/system-design-excercises
Word-Dictionary CSV implementation: Incorrect indexes if comma in the meaning
オープン
bug
good first issue
- 主要言語
- Go
- スター
- 77
- フォーク
- 28
- PR マージ指標
- 30日以内にマージされた PR はありません
説明
For meanings containing a `,`, the index creation process encounters issues. This happens because we split the word and its meaning using `,`. If the meaning itself contains a `,`, the split operation results in incorrect indexes.
https://github.com/Addi-11/system-design-excercises/blob/61fff683a093c074f7afe6d827c404a43f1876f6/28-word-dictionary-csv/index.go#L30
Code: [Word Dictionary in CSV](https://github.com/Addi-11/system-design-excercises/tree/main/28-word-dictionary-csv)
コントリビューションガイド
このリポジトリのコントリビューションガイドは索引されていません
評価
この issue はまだ評価されていません。