mn dịch giúp mình câu in đậm với,mình đã thử dịch rồi mà vẫn k hiểu.
"những người lập trình ko sử dụng term như “dictionary” cho cái gì mà không làm việc như từ điển thực tế đầy đủ các từ, vậy nên hãy sử dụng cái đó như ví dụ thực tế.
What Dictionaries Can Do
Dictionaries are another example of a data structure, and like lists they are one of the most commonly used data structures in programming. A dictionary is used to map or associate things you want to store to keys you need to get them. Again, programmers don’t use a term like “dictionary” for something that doesn’t work like an actual dictionary full of words, so let’s use that as our real world example.