Algorithm vs. Program

Поділитися
Вставка
  • Опубліковано 29 вер 2024
  • Algorithms: Algorithm vs. Program
    Topics discussed:
    1. The differences between an Algorithm and a Program.
    Algorithm Playlist: • Design and Analysis of...
    Follow Neso Academy on Instagram: @nesoacademy (bit.ly/2XP63OE)
    Contribute: www.nesoacadem...
    Memberships: bit.ly/2U7YSPI
    Books: www.nesoacadem...
    Website ► www.nesoacadem...
    App ► play.google.co...
    Facebook ► goo.gl/Nt0PmB
    Twitter (X) ► / nesoacademy
    Music:
    Axol x Alex Skrindo - You [NCS Release]
    #AlgorithmsByNeso #Algorithms #AlgorithmVsProgram

КОМЕНТАРІ • 29

  • @purushothamkumar999
    @purushothamkumar999 8 місяців тому +10

    Complete course qucikly if there is possible, sir.

  • @Atif-n9u
    @Atif-n9u 8 місяців тому +6

    Thank you for starting much needed courses. Keep up the uniform pace to proceed this course.

  • @anurag.ae_
    @anurag.ae_ 8 місяців тому +4

    Sir, I've learnt basics of c++ language but haven't completed Data Structures yet, so can I first learn "Design & Analysis of Algorithms" before it? Well I know that Data Structures and Algorithms are two separate things, but still confirming since I've already wasted a lot of my time, thank you.

  • @AniketKumar-sg8ul
    @AniketKumar-sg8ul 8 місяців тому +2

    Hey man, if you could complete the dsa series

  • @anurag.ae_
    @anurag.ae_ 8 місяців тому +4

    Thank you so much for producing such valuable presentations and courses for us in free.

  • @kajal__136
    @kajal__136 День тому

    00:11 Algorithm is abstract, Program is concrete.
    02:08 Algorithm is an abstract concept, Program is Implementable
    04:15 Algorithm for calculating factorial step by step
    06:11 Understanding the difference between an algorithm and a program
    08:11 Algorithm vs. Program
    10:02 Algorithm developed in design phase, program in development phase
    11:59 Algorithm is independent of hardware and OS
    14:01 Programs are tested for specific inputs while algorithms are analyzed for performance and efficiency

  • @tharunkumar8430
    @tharunkumar8430 8 місяців тому +2

    plz upload videos all at a time...I am waiting

  • @jpstayfocus1
    @jpstayfocus1 8 місяців тому +2

    Please update lectures fast. Taking this class this semester

  • @Stockfish-ep3jq
    @Stockfish-ep3jq Місяць тому

    Algorithm is just the computer's way to do things. Plain and simple.

  • @Abhishekyadav-rm6iw
    @Abhishekyadav-rm6iw 8 місяців тому +3

    Lots of love from Nepal 🇳🇵

  • @qreze3313
    @qreze3313 8 місяців тому +1

    Hi do you have verilog tutorial filmed or any recommendation for a verilog tutorial ?

  • @Imran_Shaikh145
    @Imran_Shaikh145 8 місяців тому +2

  • @le31hareeshsureddy82
    @le31hareeshsureddy82 8 місяців тому +1

    Wow good lecture

  • @VijayKumar-fi2oo
    @VijayKumar-fi2oo 13 днів тому

    Great transformation ❤

  • @SEVERINMSANGI
    @SEVERINMSANGI 8 місяців тому

    Question 11
    In a survey of 100 residents of Mgeta village it was found that all men were more than 20
    years old. There were 50 women in the group. Altogether 60 people were over 20 years old.
    Twenty five of the women were married, while 15 of the married residents were over 20
    years old, and 10 of the married women were over 20 years old. Using a Venn diagram or
    otherwise, find:
    a) the number of married residents.
    b) the number of unmarried women who were over 20 years old.
    c) the number of unmarried men who were under 20 years.
    d) the number of married men.
    e) the number of residents who were under 20 years

  • @alialhorani5958
    @alialhorani5958 8 місяців тому

    Can I have the voll course now
    I have algorithm exam at the university next month 😢

  • @shahed164
    @shahed164 3 місяці тому

    Waiting for this course so long. please upload the video daily.

  • @frankwillimasugwu6938
    @frankwillimasugwu6938 8 місяців тому +2

    def fact(x):
    result = 1
    while x >= 1:
    result *= x
    x -= 1
    return result
    This is for my fellow pythonian 😊

  • @blueProgrammer
    @blueProgrammer 8 місяців тому

    0:24 yes I don't know what is an algorithm but I know what is neso academy💪

  • @sefalibhakat143
    @sefalibhakat143 8 місяців тому +2

    First view

  • @iqcodingmake
    @iqcodingmake 2 місяці тому

    Thank you for video.

  • @354_rajput
    @354_rajput 8 місяців тому

    Waiting for 3rd lecture ❤

  • @CS-rr1bc
    @CS-rr1bc 2 місяці тому

    Please complete the course

  • @lokeshkollepara1260
    @lokeshkollepara1260 8 місяців тому

    Waiting for 3rd lecture ❤

  • @SEVERINMSANGI
    @SEVERINMSANGI 8 місяців тому

    Question 9
    A statistics department at Wagoroko Company studied product preferences of 20,000
    consumers. It was found that each of the products A, B, C was liked by 7020, 6230, and 5980
    respectively and all products were liked by 1500; products A and B were liked by 2580,
    products A and C were liked by 1200 and products B and C were liked by 1950. The head of
    Statistics department was promptly fired by the Manager of the company. Why Manager of
    Wagoroko Company made this decision?
    Q

  • @swikrutipadhi7356
    @swikrutipadhi7356 8 місяців тому

    Very Well Explained👍😇