Toggle navigation
Hot Examples
ES
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Buscar
Inicio
Matching
MatchingSolution.Hash
C# Class Matching.MatchingSolution.Hash
Mostrar archivo
Open project: TelerikAcademy/Data-Structures-and-Algorithms
Public Methods
Method
Description
Add
(
char
c
) :
void
ComputePowers
(
int
n
) :
void
Hash
(
string
str
) :
System
Remove
(
char
c
,
int
n
) :
void
Method Details
Add()
public
method
public
Add
(
char
c
) :
void
c
char
return
void
ComputePowers()
public
static
method
public
static
ComputePowers
(
int
n
) :
void
n
int
return
void
Hash()
public
method
public
Hash
(
string
str
) :
System
str
string
return
System
Remove()
public
method
public
Remove
(
char
c
,
int
n
) :
void
c
char
n
int
return
void