Skip to content

Instantly share code, notes, and snippets.

@marcduiker
Last active June 2, 2023 10:15
Show Gist options
  • Select an option

  • Save marcduiker/a8c48505c149b829f16664178c945b1b to your computer and use it in GitHub Desktop.

Select an option

Save marcduiker/a8c48505c149b829f16664178c945b1b to your computer and use it in GitHub Desktop.

Revisions

  1. marcduiker revised this gist Jun 2, 2023. No changes.
  2. marcduiker revised this gist Jun 2, 2023. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion recursion.md
    Original file line number Diff line number Diff line change
    @@ -6,7 +6,7 @@ function recursion() {
    // Forever repeating
    // Getting one step closer every time
    // Each iteration is a new chance
    // of getting neaer to the goal
    // of getting nearer to the goal
    // Infinity won't be reached
    // but we can get close
    // How long will it take?
  3. marcduiker revised this gist Jun 2, 2023. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion recursion.md
    Original file line number Diff line number Diff line change
    @@ -6,7 +6,7 @@ function recursion() {
    // Forever repeating
    // Getting one step closer every time
    // Each iteration is a new chance
    // of getting closer to the goal
    // of getting neaer to the goal
    // Infinity won't be reached
    // but we can get close
    // How long will it take?
  4. marcduiker revised this gist Jun 2, 2023. 1 changed file with 1 addition and 0 deletions.
    1 change: 1 addition & 0 deletions recursion.md
    Original file line number Diff line number Diff line change
    @@ -17,4 +17,5 @@ function recursion() {
    // Let me tell you about
    recursion();
    }

    ```
  5. marcduiker revised this gist Jun 2, 2023. 1 changed file with 1 addition and 0 deletions.
    1 change: 1 addition & 0 deletions recursion.md
    Original file line number Diff line number Diff line change
    @@ -1,6 +1,7 @@
    # Recursion

    ```javascript

    function recursion() {
    // Forever repeating
    // Getting one step closer every time
  6. marcduiker revised this gist Jun 2, 2023. No changes.
  7. marcduiker revised this gist Jun 2, 2023. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion recursion.md
    Original file line number Diff line number Diff line change
    @@ -13,7 +13,7 @@ function recursion() {
    // Patiently we wait
    // and call it once again

    // let me tell you about
    // Let me tell you about
    recursion();
    }
    ```
  8. marcduiker revised this gist Jun 2, 2023. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion recursion.md
    Original file line number Diff line number Diff line change
    @@ -9,7 +9,7 @@ function recursion() {
    // Infinity won't be reached
    // but we can get close
    // How long will it take?
    // We don't know
    // we don't know
    // Patiently we wait
    // and call it once again

  9. marcduiker revised this gist Jun 2, 2023. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion recursion.md
    Original file line number Diff line number Diff line change
    @@ -7,7 +7,7 @@ function recursion() {
    // Each iteration is a new chance
    // of getting closer to the goal
    // Infinity won't be reached
    // But we can get close
    // but we can get close
    // How long will it take?
    // We don't know
    // Patiently we wait
  10. marcduiker revised this gist Jun 2, 2023. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion recursion.md
    Original file line number Diff line number Diff line change
    @@ -5,7 +5,7 @@ function recursion() {
    // Forever repeating
    // Getting one step closer every time
    // Each iteration is a new chance
    // Of getting closer to the goal
    // of getting closer to the goal
    // Infinity won't be reached
    // But we can get close
    // How long will it take?
  11. marcduiker revised this gist Jun 2, 2023. No changes.
  12. marcduiker revised this gist Jun 2, 2023. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion recursion.md
    Original file line number Diff line number Diff line change
    @@ -11,7 +11,7 @@ function recursion() {
    // How long will it take?
    // We don't know
    // Patiently we wait
    // and call
    // and call it once again

    // let me tell you about
    recursion();
  13. marcduiker revised this gist Jun 2, 2023. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion recursion.md
    Original file line number Diff line number Diff line change
    @@ -11,7 +11,7 @@ function recursion() {
    // How long will it take?
    // We don't know
    // Patiently we wait
    //
    // and call

    // let me tell you about
    recursion();
  14. marcduiker revised this gist Jun 2, 2023. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion recursion.md
    Original file line number Diff line number Diff line change
    @@ -11,7 +11,7 @@ function recursion() {
    // How long will it take?
    // We don't know
    // Patiently we wait

    //

    // let me tell you about
    recursion();
  15. marcduiker revised this gist Jun 2, 2023. 1 changed file with 1 addition and 0 deletions.
    1 change: 1 addition & 0 deletions recursion.md
    Original file line number Diff line number Diff line change
    @@ -11,6 +11,7 @@ function recursion() {
    // How long will it take?
    // We don't know
    // Patiently we wait


    // let me tell you about
    recursion();
  16. marcduiker revised this gist Jun 2, 2023. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion recursion.md
    Original file line number Diff line number Diff line change
    @@ -9,7 +9,7 @@ function recursion() {
    // Infinity won't be reached
    // But we can get close
    // How long will it take?
    We don't know
    // We don't know
    // Patiently we wait

    // let me tell you about
  17. marcduiker revised this gist Jun 2, 2023. 1 changed file with 2 additions and 1 deletion.
    3 changes: 2 additions & 1 deletion recursion.md
    Original file line number Diff line number Diff line change
    @@ -8,7 +8,8 @@ function recursion() {
    // Of getting closer to the goal
    // Infinity won't be reached
    // But we can get close
    // How long will it take? We don't know
    // How long will it take?
    We don't know
    // Patiently we wait
    // let me tell you about
  18. marcduiker revised this gist Jun 2, 2023. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion recursion.md
    Original file line number Diff line number Diff line change
    @@ -7,7 +7,7 @@ function recursion() {
    // Each iteration is a new chance
    // Of getting closer to the goal
    // Infinity won't be reached

    // But we can get close
    // How long will it take? We don't know
    // Patiently we wait

  19. marcduiker revised this gist Jun 2, 2023. 1 changed file with 1 addition and 0 deletions.
    1 change: 1 addition & 0 deletions recursion.md
    Original file line number Diff line number Diff line change
    @@ -7,6 +7,7 @@ function recursion() {
    // Each iteration is a new chance
    // Of getting closer to the goal
    // Infinity won't be reached

    // How long will it take? We don't know
    // Patiently we wait

  20. marcduiker revised this gist Jun 2, 2023. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion recursion.md
    Original file line number Diff line number Diff line change
    @@ -6,7 +6,7 @@ function recursion() {
    // Getting one step closer every time
    // Each iteration is a new chance
    // Of getting closer to the goal
    // Infinity won't be
    // Infinity won't be reached
    // How long will it take? We don't know
    // Patiently we wait

  21. marcduiker revised this gist Jun 2, 2023. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion recursion.md
    Original file line number Diff line number Diff line change
    @@ -6,7 +6,7 @@ function recursion() {
    // Getting one step closer every time
    // Each iteration is a new chance
    // Of getting closer to the goal
    // Infinity
    // Infinity won't be
    // How long will it take? We don't know
    // Patiently we wait

  22. marcduiker revised this gist Jun 2, 2023. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion recursion.md
    Original file line number Diff line number Diff line change
    @@ -6,7 +6,7 @@ function recursion() {
    // Getting one step closer every time
    // Each iteration is a new chance
    // Of getting closer to the goal
    // Will we reach in
    // Infinity
    // How long will it take? We don't know
    // Patiently we wait

  23. marcduiker revised this gist Jun 2, 2023. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion recursion.md
    Original file line number Diff line number Diff line change
    @@ -6,7 +6,7 @@ function recursion() {
    // Getting one step closer every time
    // Each iteration is a new chance
    // Of getting closer to the goal
    // Will we reach
    // Will we reach in
    // How long will it take? We don't know
    // Patiently we wait

  24. marcduiker revised this gist Jun 2, 2023. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion recursion.md
    Original file line number Diff line number Diff line change
    @@ -6,7 +6,7 @@ function recursion() {
    // Getting one step closer every time
    // Each iteration is a new chance
    // Of getting closer to the goal
    //
    // Will we reach
    // How long will it take? We don't know
    // Patiently we wait

  25. marcduiker revised this gist Jun 2, 2023. 1 changed file with 1 addition and 0 deletions.
    1 change: 1 addition & 0 deletions recursion.md
    Original file line number Diff line number Diff line change
    @@ -6,6 +6,7 @@ function recursion() {
    // Getting one step closer every time
    // Each iteration is a new chance
    // Of getting closer to the goal
    //
    // How long will it take? We don't know
    // Patiently we wait

  26. marcduiker revised this gist Jun 2, 2023. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion recursion.md
    Original file line number Diff line number Diff line change
    @@ -7,7 +7,7 @@ function recursion() {
    // Each iteration is a new chance
    // Of getting closer to the goal
    // How long will it take? We don't know
    // Patience
    // Patiently we wait

    // let me tell you about
    recursion();
  27. marcduiker revised this gist Jun 2, 2023. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion recursion.md
    Original file line number Diff line number Diff line change
    @@ -6,7 +6,7 @@ function recursion() {
    // Getting one step closer every time
    // Each iteration is a new chance
    // Of getting closer to the goal
    // How long will it take? we don't know
    // How long will it take? We don't know
    // Patience

    // let me tell you about
  28. marcduiker revised this gist Jun 2, 2023. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion recursion.md
    Original file line number Diff line number Diff line change
    @@ -7,7 +7,7 @@ function recursion() {
    // Each iteration is a new chance
    // Of getting closer to the goal
    // How long will it take? we don't know
    // Patie
    // Patience

    // let me tell you about
    recursion();
  29. marcduiker revised this gist Jun 2, 2023. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion recursion.md
    Original file line number Diff line number Diff line change
    @@ -7,7 +7,7 @@ function recursion() {
    // Each iteration is a new chance
    // Of getting closer to the goal
    // How long will it take? we don't know
    // Pat
    // Patie

    // let me tell you about
    recursion();
  30. marcduiker revised this gist Jun 2, 2023. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion recursion.md
    Original file line number Diff line number Diff line change
    @@ -7,7 +7,7 @@ function recursion() {
    // Each iteration is a new chance
    // Of getting closer to the goal
    // How long will it take? we don't know
    //
    // Pat

    // let me tell you about
    recursion();