-
Notifications
You must be signed in to change notification settings - Fork 5
Style Guideline
Jose Jimenez edited this page Dec 12, 2019
·
23 revisions
/**
*
* Jose Jimenez
* Brandon Cramer
* Minh Pham
* Tony Guan
* Victor Chen
*
* University of California, San Diego
* IEEE Micromouse Team 2020
*
* File Name: <Name>
* Description: <Short Description>
*/
/**
* Two pairs are equal if the content in the pair are equivalent order does
* not matter.
* @param o object of comparison.
* @return true if pairs have the same content.
*/
@Override
public boolean equals( Object o )
Welcome to the black box of every Micromouse