CS2613/journal/_src/posts/2022-09-28-lab-six.md
2022-09-29 16:37:45 -03:00

493 B

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.

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