Hash Tables
Using a hash table, write the following:
(occurrences ‘(a b r a ca d a b r a))
Returns ((A . 4) (R . 2) (B . 2) (D . 1) (CA . 1))
Previous slide
Next slide
Back to first slide
View graphic version