Documentation of 'edu.princeton.cs.algs4.DeDup' Java class
DeDup
edu.princeton.cs.algs4

Class DeDup



  • public class DeDup
    extends java.lang.Object
    The DeDup class provides a client for reading in a sequence of words from standard input and printing each word, removing any duplicates. It is useful as a test client for various symbol table implementations.

    For additional documentation, see Section 3.5 of Algorithms, 4th Edition by Robert Sedgewick and Kevin Wayne.

    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method and Description
      static void main(java.lang.String[] args) 
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • main

        public static void main(java.lang.String[] args)

DataMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.