Skip to content

Demo on how to use HashMaps. Used for Google's Applied CS Skills Anagrams Workshop

Notifications You must be signed in to change notification settings

CodeNextAdmin/JavaHashMapExample

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

JavaHashMapExample

This program was created to support understanding of HashMaps, simple logging, and user input, to support the Anagrams lesson in Google's Applied CS Skills. https://appliedcsskills.withgoogle.com/unit?unit=1&lesson=2

Command Line Usage

clone the repo:

git clone https://github.com/CodeNextPaco/JavaHashMapExample.git

compile using the Java Compiler on a Mac:

javac SimpleHashMap.java

run the program:

java SimpleHashMap.java

About

Demo on how to use HashMaps. Used for Google's Applied CS Skills Anagrams Workshop

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%