Skip to content

Conversation

AnnaYasenova
Copy link

  • example without memoize
  • simple memoization in different ways: with function, class, decorator
  • example with file as a cache
  • using lru_cashe

Copy link
Member

@tshemsedinov tshemsedinov left a comment

Choose a reason for hiding this comment

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

Нужно бы сделать rebase с мастером

print('fib(7): ', fib(7))
print('fib(10): ', fib(10))

print('fib(40): ', fib(40)) # here is a problem No newline at end of file
Copy link
Member

Choose a reason for hiding this comment

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

В конце каждого файла добавь пустую строку

@AnnaYasenova AnnaYasenova reopened this Jan 11, 2018
@tshemsedinov tshemsedinov requested a review from agil January 11, 2018 16:58
@tshemsedinov tshemsedinov assigned aqrln and unassigned aqrln Jan 11, 2018
@tshemsedinov tshemsedinov requested a review from aqrln January 11, 2018 16:58
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