C# Class Source.Hash

显示文件 Open project: TelerikAcademy/Data-Structures-and-Algorithms Class Usage Examples

Public Methods

Method Description
Add ( char c, int index ) : void
Hash ( string str, int n ) : System
Remove ( char c, int index ) : void

Method Details

Add() public method

public Add ( char c, int index ) : void
c char
index int
return void

Hash() public method

public Hash ( string str, int n ) : System
str string
n int
return System

Remove() public method

public Remove ( char c, int index ) : void
c char
index int
return void