CS2613/journal/_src/posts/2022-09-28-lab-six.md

13 lines
493 B
Markdown
Raw Normal View History

2022-09-29 12:09:15 -03:00
Title: Lab Six
Date: 2022-09-28T08:30:00
Tags: cs2163, lab, racket, hash-table, json
In this lab I learned about using hash sets and json parsing in racket.
<!-- more -->
2022-09-29 16:37:45 -03:00
## Hash Sets
I learned about how to create, access and how to perform operations around hash sets, such as retrieving a color when accessing the hash set with the key of a fruit. You can use them to keep track of counts of a given string, such as in the test module in the lab.
## JSON Parsing
To be filled