C# Class Matching.MatchingSolution.Hash

Afficher le fichier Open project: TelerikAcademy/Data-Structures-and-Algorithms

Méthodes publiques

Méthode Description
Add ( char c ) : void
ComputePowers ( int n ) : void
Hash ( string str ) : System
Remove ( char c, int n ) : void

Method Details

Add() public méthode

public Add ( char c ) : void
c char
Résultat void

ComputePowers() public static méthode

public static ComputePowers ( int n ) : void
n int
Résultat void

Hash() public méthode

public Hash ( string str ) : System
str string
Résultat System

Remove() public méthode

public Remove ( char c, int n ) : void
c char
n int
Résultat void