Add most of lab 6 content

This commit is contained in:
Isaac Shoebottom
2022-09-29 16:37:45 -03:00
parent 7d96f68a5e
commit 8addf5798a
3 changed files with 56 additions and 0 deletions

View File

@ -5,3 +5,9 @@
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