CS2613/journal/_src/posts/2022-09-28-lab-six.md
Isaac Shoebottom b70d452341 Correct tags
2022-10-12 11:11:47 -03:00

13 lines
493 B
Markdown

Title: Lab Six
Date: 2022-09-28T08:30:00
Tags: cs2613, lab, racket, hash-table, json
In this lab I learned about using hash sets and json parsing in racket.
<!-- more -->
## 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