C# Class Matching.MatchingSolution.Hash

Datei anzeigen 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