13 lines
493 B
Markdown
13 lines
493 B
Markdown
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 -->
|
|
|
|
## 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 |