Dear Coders, What Is Your Most Hated Programming Language?

แชร์
ฝัง
  • เผยแพร่เมื่อ 26 ธ.ค. 2024

ความคิดเห็น •

  • @adhritgulati6794
    @adhritgulati6794 13 วันที่ผ่านมา +98

    I think the OP is just stupid. Anyone with any amount of coding experience can do the fibanacci sequence, no matter which language

    • @Entification
      @Entification 13 วันที่ผ่านมา +8

      Fr. How do you fuck up the Fibonacci sequence?

    • @bananozavr
      @bananozavr 12 วันที่ผ่านมา +2

      Yep, I agree, and with some knowledge from math, you can even get to the O(logN) algorithm

    • @Entification
      @Entification 12 วันที่ผ่านมา +1

      @@bananozavr Yeah, and with the formula you can get O(1) too

    • @sebastiankeddy167
      @sebastiankeddy167 12 วันที่ผ่านมา +1

      Bro i understood the fibonacci sequence in grade four what is a college student complaining about

  • @capbarker
    @capbarker 13 วันที่ผ่านมา +121

    I'm sorry... Hours? To write code that outputs the Fibonacci sequence?? I understand getting annoyed at being marked down for efficiency but come on... "HOURS"????

    • @Entification
      @Entification 13 วันที่ผ่านมา +14

      Genuinely how do you make an inefficient program for the Fibonacci sequence? The FIRST algorithm that comes to mind would work in O(n) time with O(1) memory use. How do you fail this badly?

    • @Entification
      @Entification 13 วันที่ผ่านมา +5

      The only possible problem I see with any program would be a bit limit but come on, you can afford three doubles to avoid any bugs. I could code the program in like 5 minutes (including the time to come up with the algorithm)😭💀🙏

    • @ashnton
      @ashnton 12 วันที่ผ่านมา +5

      This story must be some advanced kind of rage bait

  • @Владимир-ъ4и7о
    @Владимир-ъ4и7о 12 วันที่ผ่านมา +10

    Fibonacci sequence requires one recursive method in Java, no more. It takes 30 minutes maximum if you paid a little attention during the class and make all possible mistakes.
    It looks like auther write it without methods, which is possible(I don’t know for sure) but in my class this assignment was required to be done with recursion, this is why he got C (had done the assignment but done it wrong)

  • @ReeseHamblin
    @ReeseHamblin 12 วันที่ผ่านมา +21

    is everybody just going to ignore the lady on the bed, like what the flip??

  • @thorH.
    @thorH. 12 วันที่ผ่านมา +1

    I call skill issue

  • @junkyie
    @junkyie 13 วันที่ผ่านมา +17

    idk anything about coding so i don’t have anything smart to say but i hope op passed their class this time 💗

    • @Entification
      @Entification 13 วันที่ผ่านมา +6

      Nah, op is absolutely stupid bruh. Literal 10 year old me could probably program better than OP

  • @proximitygaming8253
    @proximitygaming8253 13 วันที่ผ่านมา +13

    For fibonacci u can just use binet's formula and round phi^n / sqrt(5)

    • @Entification
      @Entification 13 วันที่ผ่านมา +1

      Ooh, why does that work? I’m interested

    • @proximitygaming8253
      @proximitygaming8253 13 วันที่ผ่านมา +2

      @@Entification In Binet's formula for the n-th fibonacci number, there's two terms in the numerator. One of them has an absolute value less than 1, so if you raise to a big power, it quickly goes to 0. So if you just ignore that term and round everything you get the n-th fibonacci number without needing previous ones.

    • @AsiccAP
      @AsiccAP 12 วันที่ผ่านมา

      ​@@EntificationWiki has a derivation utilizing matrices

  • @ranveersrivastava3592
    @ranveersrivastava3592 12 วันที่ผ่านมา +5

    Op was just stupid, atleast in india, the Fibonacci sequence code is something we do in like 11 grade

  • @ao1479
    @ao1479 12 วันที่ผ่านมา

    Damn, I mean damn... I mean what? damn