Addi-11 / Addi-11/system-design-excercises

Word-Dictionary CSV implementation: Incorrect indexes if comma in the meaning

オープン
#1 コメント 0 件 リアクション 0 件 担当者 0 名 GitHub で見る
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 はまだ評価されていません。

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。