A-Level Computer Science (9618) - Pseudocode

Поділитися
Вставка
  • Опубліковано 15 вер 2024

КОМЕНТАРІ • 17

  • @HumayraTasnim-e1g
    @HumayraTasnim-e1g 6 місяців тому +5

    Please make a part 2 of this topic. Students at my school find your videos really easy to follow. We've managed to clear our concepts because of your beautifully explained videos. It would be amazing if you posted more content before the A-level exams. Thank you for being generous enough to share these videos for free.

    • @TheCSClassroom
      @TheCSClassroom  6 місяців тому +1

      What would you like to see in a part 2?

    • @HumayraTasnim-e1g
      @HumayraTasnim-e1g 6 місяців тому

      ​@@TheCSClassroom
      1) I have a good understanding of how to write pseudocode and Python code for all Abstract Data Types (ADTs) as they are well-explained in our textbooks. However, I struggle with questions that require me to analyze pre-existing code, such as how to implement a queue with two stacks or improve the structure of a given linked list.
      2) Many of us also find it challenging to write Python code for Recursion. Papers 41 and 42 for 9618 contain questions on Recursion.

  • @thatcarfella8613
    @thatcarfella8613 4 дні тому

    I love you bro, saved my tests fr
    hope youll be more famous

  • @tinevimbomunjoma6983
    @tinevimbomunjoma6983 7 днів тому

    please make a part 2. just going through the thought process and questions

  • @Rainfumes
    @Rainfumes 4 місяці тому

    Tysm! But will I get marked down if I didn't use a nested IF statement cuz it seems more professional to?

    • @TheCSClassroom
      @TheCSClassroom  4 місяці тому +1

      You won't, unless the problem is impossible without a nested if statement (unlikely). It's just another way of solving problems with complex conditions.

    • @noorhatesit9762
      @noorhatesit9762 2 дні тому

      ​@@TheCSClassroom when will you be uploading part 2????

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

    please make part 2

  • @rajipokuri2002
    @rajipokuri2002 Місяць тому

    Sir which ide are you using please let me know

  • @bilaltaj1725
    @bilaltaj1725 6 місяців тому

    please make part 2

  • @heh9708
    @heh9708 11 місяців тому

    Hi is there any reason why i cant join the discord? thanks

    • @TheCSClassroom
      @TheCSClassroom  11 місяців тому

      I closed down the Discord. It was getting a little out of control and I didn't have time to moderate it.

  • @Santa-sk3mm
    @Santa-sk3mm 11 місяців тому

    Volume is 4/3 * pi * radius cubed, you forgot to cube the radius in the first one

    • @TheCSClassroom
      @TheCSClassroom  11 місяців тому

      Thanks! I'll mention this error in the description.