Java代写数据结构 | CS 314 – Specification 7 – Anagrams

 本次美国CS代写的主要内容是Java算法数据结构

CS 314 – Specification 7 – Anagrams

Programming Assignment 7 Individual Assignment. You must complete this assignment on your own. You may not acquire from any source (e.g.  another student or an internet site) a partial or complete solution to a problem or project that has been assigned. You may not show another student your solution to an assignment. You may not have another person (current student, former student, tutor, friend, anyone) “walk you through” how to solve an assignment. You may get help from the instructional staff. You may discuss general ideas and approaches with other students but you may not develop code together.

  • Placed online: Tuesday, March 23
  • 20 points, ~2% of final grade.
  • Due: no later than 11 pm, Thursday, April 1(no fooling)

The purposes of this assignment are:

  1. to use various data structures
  2. to implement a program that uses multiple classes
  3. to implement a recursive backtracking algorithm

Thanks to Stuart Reges for sharing this assignment with me.

In this assignment you will implement several classes that allow a user to find anagrams of words and phrases they type in.