Job Sequencing Problem (Greedy Algorithm) | GeeksforGeeks

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

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

  • @kausikhm
    @kausikhm 7 ปีที่แล้ว +16

    Thanks to this I passed my exam!!!

  • @TheMightyBean321
    @TheMightyBean321 6 ปีที่แล้ว +13

    Watching a few of your videos and in this one it seems like you are talking as if to not wake up someone sleeping next to you. You can still hear everything clearly, but I just thought it was kinda funny. Thanks for the video :)

  • @utkarshankit
    @utkarshankit 6 ปีที่แล้ว +2

    so what is the difference remains between job sequencing problem and activity selection problem??

  • @skewbinge6157
    @skewbinge6157 3 ปีที่แล้ว +1

    these videos are good but you should consider raising the voice either nt the mic options or when editing the video

  • @vatsalmankodi9050
    @vatsalmankodi9050 7 ปีที่แล้ว +4

    Thank You for such videos. Hoping for many such helpful tutorials form GeeksForGeeks.

    • @GeeksforGeeksVideos
      @GeeksforGeeksVideos  7 ปีที่แล้ว +2

      You're welcome, Vatsal. :)
      More tutorials are on the way. Stay tuned.

    • @VijayReddyV
      @VijayReddyV 7 ปีที่แล้ว

      Vatsal Mankodi kcr

  • @aditigupta6870
    @aditigupta6870 10 หลายเดือนก่อน

    Time complexity should be O(nlogn+n*T) right and SC should be O(T) and not O(n) but its written in article O(n)?

    • @AB-iv4bq
      @AB-iv4bq 9 หลายเดือนก่อน

      they have assumed the profit array to be sorted already ,that is why order of n

  • @angshukNag
    @angshukNag 2 ปีที่แล้ว

    Will Greedy method work for this (profit, deadline) tuple set ? .... { (5, 1) , (33, 4), (35, 4), (37, 4) }?

  • @shubhamjain54519
    @shubhamjain54519 7 หลายเดือนก่อน

    I am getting time limit exceeded with this approach

  • @snehah1629
    @snehah1629 7 ปีที่แล้ว +3

    Thanks a lot. I have a doubt can we allot job A in the time slot from 0-1 ?

  • @jdragon8184
    @jdragon8184 4 ปีที่แล้ว

    its very cringy for me cuz i just completed dynamic p , but i thought why do a job if it can be delayed

  • @santoshr4212
    @santoshr4212 3 ปีที่แล้ว

    Volume is too too low.

  • @sayantangupta1403
    @sayantangupta1403 7 ปีที่แล้ว

    You People are doing an excellent job. Keep it up. If you need any help, just let me know dear.

    • @GeeksforGeeksVideos
      @GeeksforGeeksVideos  7 ปีที่แล้ว

      Thanks Sayantan. Liking and sharing our videos and subscribing to our channel would really help!

  • @sheetalmor9048
    @sheetalmor9048 7 ปีที่แล้ว

    would you please explain the Sort ( arr,arr+n,comparison ) function

    • @GeeksforGeeksVideos
      @GeeksforGeeksVideos  7 ปีที่แล้ว +5

      It is the STL sort function. You can learn about it here: www.geeksforgeeks.org/sort-c-stl/

  • @yogeshyewale478
    @yogeshyewale478 3 ปีที่แล้ว

    Voice is very low

  • @tswfootball
    @tswfootball 7 ปีที่แล้ว +4

    This is good, but you should explain how you can be sure this is the optimal solution.

    • @anantsingh7106
      @anantsingh7106 6 ปีที่แล้ว

      greedy is always sub-optimal

    • @jayturakhia2261
      @jayturakhia2261 6 ปีที่แล้ว

      Not always. It may generate optimal as well

  • @TheIshaan94
    @TheIshaan94 7 ปีที่แล้ว +5

    I love your videos but the volume is so low.

    • @GeeksforGeeksVideos
      @GeeksforGeeksVideos  7 ปีที่แล้ว

      Thanks for the feedback. We'll share this with the contributor.

  • @mahabirsaha5777
    @mahabirsaha5777 6 ปีที่แล้ว +2

    Greatly explained !!!

  • @satadhi
    @satadhi 7 ปีที่แล้ว +3

    this is 2017, why cant you guys make videos in 720p ? btw these videos are awesome! to the point and human friendly

    • @GeeksforGeeksVideos
      @GeeksforGeeksVideos  7 ปีที่แล้ว +3

      Thanks for the feedback. We will convey this and the appreciation to our contributor. :)

  • @mohamedbashir7797
    @mohamedbashir7797 5 ปีที่แล้ว

    Can this question be done at O(n) ?

    • @leapingquark
      @leapingquark 3 ปีที่แล้ว

      I think O(n) is not possible but you can optimize it to execute in O(nlog(n)) time if you use binary search instead of searching linearly. Hope that helps 😃

  • @Programming-mind
    @Programming-mind 5 ปีที่แล้ว +1

    Nice explanation 👍
    Thnx

  • @23ritik
    @23ritik 4 ปีที่แล้ว +1

    please add java codes to all problems

  • @sarthakkumar856
    @sarthakkumar856 3 ปีที่แล้ว

    Really great explanation :D

  • @SonuSonu-tk5pk
    @SonuSonu-tk5pk 7 ปีที่แล้ว

    very clear and neat explanation
    Thanks very much

  • @vamsikumar93477
    @vamsikumar93477 3 ปีที่แล้ว

    Thanku for nice explanation

  • @f4lld4ark3
    @f4lld4ark3 6 ปีที่แล้ว +7

    Very inteligente Man…..muito inteligente senhor e muita qualidade muito respeito

  • @thetruereality2
    @thetruereality2 5 ปีที่แล้ว

    i didnt get you at 2:55

  • @maruf7956
    @maruf7956 6 ปีที่แล้ว +1

    The description box lol illuminati confirmed

  • @ketan_sahu
    @ketan_sahu 5 ปีที่แล้ว

    awesome explanation!!!

  • @alieser7770
    @alieser7770 6 ปีที่แล้ว

    why is this greedy? isn't it always the optimal solution?

    • @harshitagrawal2044
      @harshitagrawal2044 5 ปีที่แล้ว +1

      Greedy algorithms too give optimal solutions quite often!
      It is basically the most optimal solution at the current time which when done each time, turns out to be optimal for the whole problem

  • @AkashRaj-ib6wz
    @AkashRaj-ib6wz 3 ปีที่แล้ว

    Sets can help us to do it nlogn 🤔

  • @tithidutta2879
    @tithidutta2879 7 ปีที่แล้ว +1

    how u can find the time complexity...?? nd can u make a video over HOW TO PROOF THAT A GREEDY ALGORITHM ALWAYS FIND AN OPTIMAL SCHEDULE??? it's really very very urgent...plzz reply if u can...

  • @HeroicHaroon
    @HeroicHaroon ปีที่แล้ว

    Thanks a ton

  • @simranc9773
    @simranc9773 6 ปีที่แล้ว

    Plz include d code in C as well

  • @achin4140
    @achin4140 7 ปีที่แล้ว

    i beg you please tell about TSP using Greedy Approach,Please explain about Hamilatrian circuit or cycle in this and also tell how to solve TSP using Nearest Neighbour Aprroach (NN approach ) and also Shortest Edge approach(SE ) and also tell how to find the weighted Adjacency Matrix and how to solve TSp please i am crying i am not understanding please tell sir please

    • @GeeksforGeeksVideos
      @GeeksforGeeksVideos  7 ปีที่แล้ว

      Hi Achin,
      We have these topics on our list and will be covering them in the coming weeks.

  • @kapboom_9432
    @kapboom_9432 6 ปีที่แล้ว

    Shedule? ok..

  • @anthonybacena2850
    @anthonybacena2850 4 ปีที่แล้ว

    I cant see the whole statement bec. Of your subtitle but thank you

  • @kurtweynegaso9773
    @kurtweynegaso9773 4 ปีที่แล้ว

    SHEDULING

  • @niteshhebbare3339
    @niteshhebbare3339 7 ปีที่แล้ว +1

    Thanks sir

  • @neerajchoudhary3709
    @neerajchoudhary3709 2 ปีที่แล้ว

    bhai tum khud gfg ho, kya bol rahe ho

  • @ChetturuKhaleel-h5p
    @ChetturuKhaleel-h5p 10 หลายเดือนก่อน

    Who are watching this in 2024

  • @kashifakhursheed1350
    @kashifakhursheed1350 3 ปีที่แล้ว

    speak a bit louder

  • @suraj2085
    @suraj2085 7 ปีที่แล้ว

    Thanks!

  • @Ms9999Christina
    @Ms9999Christina 5 ปีที่แล้ว

    all praise illuminati