Skip to content

Conversation

@marijarin
Copy link
Owner

No description provided.

@github-actions
Copy link

github-actions bot commented Nov 24, 2023

Code Coverage

Overall Project 76.44% -2.3% 🍏
Files changed 78.37% 🍏

File Coverage
CustomExecutors.java 100% 🍏
CustomThreadPool.java 100% 🍏
FibTask.java 100% 🍏
Runner.java 100% 🍏
MD5Decoder.java 100% 🍏
FixedThreadPool.java 100% 🍏
FibonacciCounter.java 100% 🍏
MD5HashMaker.java 95.59% -4.41% 🍏
Client.java 90.91% -9.09% 🍏
Server.java 89.89% -10.11% 🍏
RoutingMessageHandler.java 88.96% -11.04% 🍏
WorkerThread.java 76.47% -23.53% 🍏
DecoderThreadsStats.java 55.26% -44.74% 🍏
Start.java 0%
Main.java 0%

}

public BigInteger count(int n) {
if (!memoize.containsKey(n)) {

Choose a reason for hiding this comment

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

можно через computeIfAbsent сделать)

P.s. можно через матрицы за log(N) считать)

Copy link
Owner Author

Choose a reason for hiding this comment

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

ок, первое несложно, второе попробую)

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