C# 클래스 Matching.MatchingSolution.Hash

파일 보기 프로젝트 열기: TelerikAcademy/Data-Structures-and-Algorithms

공개 메소드들

메소드 설명
Add ( char c ) : void
ComputePowers ( int n ) : void
Hash ( string str ) : System
Remove ( char c, int n ) : void

메소드 상세

Add() 공개 메소드

public Add ( char c ) : void
c char
리턴 void

ComputePowers() 공개 정적인 메소드

public static ComputePowers ( int n ) : void
n int
리턴 void

Hash() 공개 메소드

public Hash ( string str ) : System
str string
리턴 System

Remove() 공개 메소드

public Remove ( char c, int n ) : void
c char
n int
리턴 void