C#.Algo. Symbol Table Structrure on Linked list

Jasewick origin

Git

Basic here is one linked list. Following methods are implemented

first

contains

size

izEmpty

get

put

delete

iterator (IEnumerable)

Example illustrates some kind of dictionary with Key and Value, 2 examples – one just shows some standart abilities, another – counts frequency of words

a – is array of words, in source author load some book to that structure and shows that it is not so effective to use – long time operations

 

My attempt to realize

Git

Jasewick, p 344

 

This entry was posted in C#. Bookmark the permalink.