Skip to content

Instantly share code, notes, and snippets.

@aershov24
Created October 13, 2020 05:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save aershov24/8e6f4ecec0aca093cdd4f36c0cd94146 to your computer and use it in GitHub Desktop.
Save aershov24/8e6f4ecec0aca093cdd4f36c0cd94146 to your computer and use it in GitHub Desktop.
Markdium-14 Fibonacci Interview Questions (SOLVED) To Brush Before Coding Interview
// |<-- p: F(n-2) - 1 -->|
// |<--- q --->| |<- r ->|
// +---+---+---+
// | | k | | m
// +---+---+---+
// ^
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment