Пікірлер
@randroid4504
@randroid4504 4 ай бұрын
PLEASE make videos on linked lists and binary trees! your previous videos helped me a lot in understanding the algorithms
@user-cg7gd2ld5y
@user-cg7gd2ld5y 4 ай бұрын
you're so good at this :(( why'd you stop
@zxd4100
@zxd4100 5 ай бұрын
thank you sir!
@stellahcheloti2584
@stellahcheloti2584 5 ай бұрын
please do one video for Linked list. I will appreciate
@nortix1202
@nortix1202 5 ай бұрын
Hey! Could you please give a google drive link to the 0478 Unit 3: Computer architecture and storage on pg online
@areebahsharminaftab8255
@areebahsharminaftab8255 5 ай бұрын
Thank you so much for the video. Really helped me understand the topic better than I did in class. Would appreciate it if you could make more videos on other complex topics in the syllabus.
@maryamimran9714
@maryamimran9714 7 ай бұрын
why is numofelements >= SIZE and not numofelements == SIZE? the number of elements cant exceed the size of the array.
@rjmcompsci
@rjmcompsci 6 ай бұрын
If everything else goes smoothly, == will work fine. But in general when we are programming, we want to think about making our code as robust as possible. If something goes wrong elsewhere and numElements somehow goes above size, we still want these checks to catch that.
@jwanfuqaha537
@jwanfuqaha537 7 ай бұрын
your videos are amazing, could you please upload the rest of the series?
@manualidadesde5minutos865
@manualidadesde5minutos865 7 ай бұрын
please also explain Linked Lists
@notwasi4522
@notwasi4522 7 ай бұрын
I do not often leave comments. But truly thank you! what a great video!
@user-jn5of9iv9s
@user-jn5of9iv9s 9 ай бұрын
thank u sm robert please upload more videos u make it so easy to understand
@ItzGreyLOL
@ItzGreyLOL Жыл бұрын
Please upload more 9618 advanced programming
@bak1707
@bak1707 Жыл бұрын
Sir please upload linked list python code video. The P4 A level exam is on 24th May 2023. Please sir you are the best teacher you will explain it the best
@danyal3552
@danyal3552 Жыл бұрын
sir in the code you have written Found = True inside the while loop, so my question is that is the true able to overwrite the Found = false which you declared at the start before the while loop?
@bak1707
@bak1707 Жыл бұрын
Sir please just upload Linked List python code before the May june 2023 computer science A level exam... Please sir I know it will be difficult to cover all the paper 4 syllabus before the exam, but please just do linked list. It's very tough
@bak1707
@bak1707 Жыл бұрын
sir please upload the remaining A level computer science python codes... exam is only 5 days away :( It's on 25th May. You are the only teacher whose lectures i fully understand
@kaixx1984
@kaixx1984 Жыл бұрын
please upload more vids, they are amazing!
@kaixx1984
@kaixx1984 Жыл бұрын
this guy is amazing i wish i had found him earlier
@bak1707
@bak1707 Жыл бұрын
you are the best teacher
@bak1707
@bak1707 Жыл бұрын
sir to be honest I never really understood ADT's since the start in school. But by just watching your wonderful playlist I have fully understood ADT's. Thankyou soooo much. I can't thank you enough. every teacher shoud be like you. you explain wonderfully!> Thankyou
@bak1707
@bak1707 Жыл бұрын
sir you didnt include the link...
@rjmcompsci
@rjmcompsci Жыл бұрын
Sorry, I filmed this to be part of a series covering all ADTs and search algorithms. Sadly I didn't get the videos for linked list and binary tree filmed. I hope to complete the series soon.
@bak1707
@bak1707 Жыл бұрын
@@rjmcompsci thankyou sir for the quick response. the exam is on 22nd May
@kaixx1984
@kaixx1984 Жыл бұрын
@@rjmcompsci Please upload them over this weekend. Would really be helpful!!
@bak1707
@bak1707 Жыл бұрын
sir if counting in python is started form 0, then why did you put the size as 8?
@rjmcompsci
@rjmcompsci Жыл бұрын
Because when looping in Python, the loop doesn't run for the upper bound. For example for i in range(0, 5) will run for 0, 1, 2, 3 and 4 only. In pseudocode, if the array starts from 0 you would loop from there to SIZE-1
@bak1707
@bak1707 Жыл бұрын
@@rjmcompsci ok thankyou
@user-mh3zw9wj3j
@user-mh3zw9wj3j Жыл бұрын
Also please cover Binary Tree
@ItzGreyLOL
@ItzGreyLOL Жыл бұрын
thank you so much for your videos, helped alot, ur very underrated
@user-mh3zw9wj3j
@user-mh3zw9wj3j Жыл бұрын
Sir please upload a lecture on linked list...paper is near
@thepineappleman5587
@thepineappleman5587 Жыл бұрын
Thanks a lot for the video!
@siennathompson2969
@siennathompson2969 Жыл бұрын
Why have you put f before the string in the print statements?
@rjmcompsci
@rjmcompsci Жыл бұрын
"f string" is a python technique that makes printing the values of variables alongside strings easier. For example print(f"i am {age} years old") can replace print("I am " + str(age) + " years old"). It's a lot cleaner, I find.
@user-mh3zw9wj3j
@user-mh3zw9wj3j Жыл бұрын
This is the best computer science channel ever....excellent video quality and explanation
@areebhussain9953
@areebhussain9953 Жыл бұрын
Hey sir, the videos are really helpful! Thank you so much for uploading these. Please upload others topics as well like OOP.
@noahcast8365
@noahcast8365 Жыл бұрын
Thank you it was really good
@raj_7317
@raj_7317 Жыл бұрын
I love you videos man it's so easy to understand Thankyouu
@raj_7317
@raj_7317 Жыл бұрын
THANKYOUUU
@danthemantis453
@danthemantis453 Жыл бұрын
Cheers mate good video