The Awesome Dude
  • Home
  • About Me
Subscribe
Tagged

Algorithm

A collection of 3 posts

Algorithm

First Phone Interview for Software Development Engineer Position in Amazon.com

About few months ago, one of amazon.com recruiter asking my CV through Linkedin and invite me for the recruitment that would be conducted in Singapore. The position is for Software Development Engineer that will be based in Seattle, US. With full of interest I decided to sent the CV

  • Jon Kartago Lamida
Jon Kartago Lamida Jan 5, 2013 • 2 min read
Java

Fibonacci Sequence With and Without Recursion

Fibonacci sequence is sequence with subsequent number is the sum of the previous two. See snapshot below from wikipedia. We can implement this algorithm either using recursion or without. Let see both.Before the implementation let see how is the sequence defined for every F(n). F(0) = 1 or

  • Jon Kartago Lamida
Jon Kartago Lamida Jan 2, 2013 • 1 min read
Algorithm

Nine Algorithms that Changed The Future

Let's start from the basic. What is algorithm? Formal definition can be found in text book and maybe will cited in wikipedia. For me algorithm can be explained as follow: Algorithm = Recipes Recipe is step by step definition to cook food. Same with algorithm, step by step definition to solve

  • Jon Kartago Lamida
Jon Kartago Lamida Oct 21, 2012 • 1 min read
The Awesome Dude © 2025
Powered by Ghost