Thread: Recursion link

  1. #1
    www.entropysink.com
    Join Date
    Feb 2002
    Posts
    603

    Recursion link

    I thought you all might be interested in this great link I found on recursion.
    Visit entropysink.com - It's what your PC is made for!

  2. #2
    Just because ygfperson's Avatar
    Join Date
    Jan 2002
    Posts
    2,490
    huh. your page is intriging. but wait... there's a link. let me click on it.

    //edit: huh... for some reason this page gets old fast. maybe this link will finally lead to something interesting..

    ////edit: no such luck. maybe this time...

    //////edit: ya'know, this could be a dumb blond joke. [stereotype]only dumb blonds can be stupid[/stereotype] but i believe this time, i will finally reach the page at the end of your maze.

    ////////edit: huh. i got something called a "stack overflow.", then explorer shut down, then it told me that one of my windows will be closed. let me try the link one more time.

    //////////edit: aw shucks, why don't you just tell me what information about recursion that page had?

  3. #3
    Registered User Strider's Avatar
    Join Date
    Aug 2001
    Posts
    149
    You should show your work.
    Code:
    void explain_recursion( void )
    {
        if (person == "moron")
            explain_recursion();
    }

    David
    One Ring to rule them all, One Ring to find them,
    One Ring to bring them all and in the darkness bind them
    In the Land of Mordor where the Shadows lie.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Linked List, Please Help!
    By CodeMonkeyZ in forum C Programming
    Replies: 5
    Last Post: 02-17-2009, 06:23 AM
  2. I'm confused about link lists (again)
    By JFonseka in forum C Programming
    Replies: 4
    Last Post: 06-13-2008, 08:13 PM
  3. Function to check memory left from malloc and free?
    By Lechx in forum C Programming
    Replies: 4
    Last Post: 04-24-2006, 05:45 AM
  4. Binary Search Trees Part III
    By Prelude in forum A Brief History of Cprogramming.com
    Replies: 16
    Last Post: 10-02-2004, 03:00 PM
  5. Request for comments
    By Prelude in forum A Brief History of Cprogramming.com
    Replies: 15
    Last Post: 01-02-2004, 10:33 AM