Skip to content

Trie#6

Open
GolrovKirill wants to merge 6 commits into
mainfrom
Trie
Open

Trie#6
GolrovKirill wants to merge 6 commits into
mainfrom
Trie

Conversation

@GolrovKirill

Copy link
Copy Markdown
Owner

No description provided.

@zhitm zhitm left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Сделайте маленькие поправки и будет фулл балл, пока 4/5

Comment thread TRIE/Trie/Program.cs Outdated
Console.WriteLine("Start Trie");
bool end = true;

while (end)

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Было бы корректнее назвать переменную run или сделать переменную false и проверятьwhile(!end)

Comment thread TRIE/Trie/TrieVertices.cs Outdated

public class TrieVertices
{
public class Vertex

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Почему vertex публичный класс?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants