This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
SDES Algorithm | |
By: Rahul S Dambre | |
*/ | |
package RahulDambre.SDES; | |
import java.util.*; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
ToDO : | |
Add Generics | |
Better hasing function | |
Proper handling of size , and autoResize | |
Add more operations | |
*/ |