C# 클래스 Source.Hash

파일 보기 프로젝트 열기: TelerikAcademy/Data-Structures-and-Algorithms 1 사용 예제들

공개 메소드들

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

메소드 상세

Add() 공개 메소드

public Add ( char c, int index ) : void
c char
index int
리턴 void

Hash() 공개 메소드

public Hash ( string str, int n ) : System
str string
n int
리턴 System

Remove() 공개 메소드

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