sunil-sopho / Anagram

Data Structure Assingment

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Goal: The goal of this assignment is to get some practice with collision resolution and hash functions. On the side you will also learn basic string manipulations. It’s a fun assignment where the task is to find valid anagrams of a given input.

Run:

javac Anagram.java java Anagram

Test Run:

java Anagram vocabulary.txt vocabulary.txt

About

Data Structure Assingment


Languages

Language:Java 100.0%