Results 1 to 8 of 8

Thread: Programming Fail

  1. Registered TeamPlayer salty99's Avatar
    Join Date
    05-13-09
    Location
    Arizona
    Posts
    6,117
    Post Thanks / Like
    Blog Entries
    3
    Stat Links

    Programming Fail Programming Fail Programming Fail Programming Fail Programming Fail
    Gamer IDs

    Gamertag: salty99 PSN ID: mynameisfatmike salty99's Originid: mynameisfatmike
    #1

    Programming Fail

    so in my CS122 class, the lass few weeks we've been learning the basics of C++, you know, printing things, taking inputs, file manipulation, for/while loops, data types and operators...the basics. So today my professor busts out sorting algorithms and big O notation... quite a jump don't you think? this class is the first exposure most people have ever had to programming.


  2. Registered TeamPlayer Imisnew2's Avatar
    Join Date
    01-19-08
    Posts
    4,588
    Post Thanks / Like
    Blog Entries
    9
    #2

    Re: Programming Fail

    Quote Originally Posted by salty99
    so in my CS122 class, the lass few weeks we've been learning the basics of C++, you know, printing things, taking inputs, file manipulation, for/while loops, data types and operators...the basics. So today my professor busts out sorting algorithms and big O notation... quite a jump don't you think? this class is the first exposure most people have ever had to programming.
    Lol.
    Big-O is a hard concept to grasp fully, but I don't think the definition is that hard to understand:
    The worst performance an algorithm can do.

    But still... I wasn't intro'd to it until my third programming class... but I still knew that the longer a loop ran, the more time it took :P.
    Btw, I was intro'd to sorting algorithms in my first class (albeit it was just bubble sort).

    And I basically just had a year of algorithms... 1/2 for in-memory, and the other 1/2 for on disk.

  3. Registered TeamPlayer sickwookie's Avatar
    Join Date
    05-14-09
    Posts
    652
    Post Thanks / Like
    Stat Links

    Programming Fail
    Gamer IDs

    Steam ID: sickwookie
    #3

    Re: Programming Fail

    It is pretty standard stuff to see in an early CS class. Most CS programs also require a math like calculus which will get you familiar with limits and such. It is the same idea really.

  4. Registered TeamPlayer
    Join Date
    04-21-10
    Posts
    24
    Post Thanks / Like
    #4

    Re: Programming Fail

    Big O... as in orgasm? :9

  5. Registered TeamPlayer Consultant's Avatar
    Join Date
    02-22-06
    Posts
    11,906
    Post Thanks / Like
    Stat Links

    Programming Fail Programming Fail
    Gamer IDs

    Steam ID: BzAMcNasty
    #5

    Re: Programming Fail

    Quote Originally Posted by CumminsTurbo
    Big O... as in orgasm? :9
    Says the guy named CumminsTurbo...

  6. Registered TeamPlayer
    Join Date
    04-21-10
    Posts
    24
    Post Thanks / Like
    #6

    Re: Programming Fail

    Quote Originally Posted by Consultant

    Says the guy named CumminsTurbo...
    Well as the old diesel saying goes "I'd rather be Cummin' than Strokin'"

  7. Administrator Kanati's Avatar
    Join Date
    05-15-08
    Location
    Pekin, Illinois, United States
    Posts
    17,724
    Post Thanks / Like
    Stat Links

    Programming Fail Programming Fail Programming Fail Programming Fail Programming Fail Programming Fail
    #7

    Re: Programming Fail

    Quote Originally Posted by CumminsTurbo
    Big O... as in orgasm? :9
    That would be Big O-Face programming. Totally different.

    Krakkens and shit. stop tempting them.
    -- Bigdog

  8. Registered TeamPlayer Angelforge's Avatar
    Join Date
    04-22-09
    Posts
    461
    Post Thanks / Like
    #8

    Re: Programming Fail

    I hated Big-O notation. I had to teach it to myself (My teacher wasn't a teacher. She was just in the room grading tests and assigning homework without actually going over stuff) and I really struggled. I still don't really understand how to find the Big-O notation of a piece of code.

    Sorting algorithms are really, really enjoyable. Especially when you really get into them and figure out how they work and how useful they are. Definitely one of my favorite parts of my Comp Sci AB class last year. That and designing and implementing a large program. That was fun.

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Title