Skip to content

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%