Skip to content

Conversation

@kamendov-maxim
Copy link
Owner

No description provided.

@kamendov-maxim kamendov-maxim force-pushed the master branch 2 times, most recently from 13b071e to 2e7b4c9 Compare March 23, 2024 07:36
Copy link

@zhitm zhitm left a comment

Choose a reason for hiding this comment

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

Выглядит хорошо!

Comment on lines +78 to +89
// private static (int[], int) getNumbersAndBwtPosition(byte[] bytes)
// {
// int bwtPosition = BitConverter.ToInt32(new byte[] { bytes[0], bytes[1], bytes[2], bytes[3] });
// var buffer = new NumberBuffer();
// for (int i = 5; i < bytes.Length; ++i)
// {
// var oneByte = bytes[i];
// buffer.AddByte(oneByte, true);
// }
// return (buffer.Numbers.ToArray(), bwtPosition);
// }
}
Copy link

Choose a reason for hiding this comment

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

delete commented code

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.

3 participants