Don Figuerres
  • Home
  • About
  • Skills
  • Experiences
  • Projects
  • More
    Accomplishments Education Recent Posts
  • Posts
  • Dark Theme
    Light Theme Dark Theme System Theme
  • Posts
  • Cloud
    • AWS
      • Hosting a Website Using AWS S3
  • Hardware
    • Lenovo Swap Fn and Ctrl Keys
  • Programming Tutorials
    • Factorial
    • Fibonacci Sequence
  • Software Development
    • Common Tools for Software Development
    • Java
      • Java Performance Testing Using Zerocode
    • Tmux Settings
    • VS Code
      • Python Test Debugging Does Not Hit Breakpoint
  • Version Control
    • Git
      • Changing Committer, Author, and Email in Git
      • Git Connection Errors During Cloning
      • Global gitignore File
      • Multiple SSH Keys
  • Virtualbox
    • CentOS 7 VirtualBox 5.2 Error
  • WSL2
    • Dark Theme in WSL2 GUI
Hero Image
Factorial

Factorial is the product of all positive integers less than or equal to a given positive integer and denoted by that integer and an exclamation point. n! = n * (n-1) * (n-2) * (n-3) ... 3 * 2 * 1 For example 5! = 5 * 4 * 3 * 2 * 1 = 120 Just like the Fibonacci sequence, this is one of the basic forms of exercise used in programming and is commonly used to introduce recursion. I have written here both iterative and recursive implementations.

Tuesday, June 1, 2021 Read
Hero Image
Fibonacci Sequence

The Fibonacci sequence is a series of numbers where a number is the addition of the last two numbers. This is one of the basic forms of exercise used in programming and is almost always present in a programming exam. Therefore, learning how to print the Fibonacci sequence is essential to anyone learning programming or a new programming language. 0 1 1 2 3 5 8 13 21 34 55 89 144 233 377

Tuesday, June 1, 2021 Read
Navigation
  • About
  • Skills
  • Experiences
  • Projects
  • Accomplishments
  • Education
  • Recent Posts
Contact me:
  • lyndonfiguerres@gmail.com

Toha Theme Logo Toha
Copyright © 2021-2022. donfiguerres.com. All rights reserved.
Powered by Hugo Logo