Stack ADT | CIE A Level Computer Science (9618)

  Рет қаралды 3,252

Robert Morrison: Computer Science Lessons

Robert Morrison: Computer Science Lessons

Жыл бұрын

A complete overview of the stack ADT according to the Cambridge 9618 specification.
Code demo available:
replit.com/@robertjmorrison/C...

Пікірлер: 13
@user-jn5of9iv9s
@user-jn5of9iv9s 9 ай бұрын
thank u sm robert please upload more videos u make it so easy to understand
@kaixx1984
@kaixx1984 Жыл бұрын
please upload more vids, they are amazing!
@raj_7317
@raj_7317 Жыл бұрын
I love you videos man it's so easy to understand Thankyouu
@user-cg7gd2ld5y
@user-cg7gd2ld5y 4 ай бұрын
you're so good at this :(( why'd you stop
@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.
@manualidadesde5minutos865
@manualidadesde5minutos865 7 ай бұрын
please also explain Linked Lists
@user-mh3zw9wj3j
@user-mh3zw9wj3j Жыл бұрын
Sir please upload a lecture on linked list...paper is near
@user-mh3zw9wj3j
@user-mh3zw9wj3j Жыл бұрын
Also please cover Binary Tree
@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.
@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
Queue ADT | CIE A Level Computer Science (9618)
20:24
Robert Morrison: Computer Science Lessons
Рет қаралды 2,7 М.
Binary Search Algorithm | CIE A Level Computer Science (9618)
24:53
Robert Morrison: Computer Science Lessons
Рет қаралды 1,9 М.
FOOTBALL WITH PLAY BUTTONS ▶️❤️ #roadto100million
00:20
Celine Dept
Рет қаралды 35 МЛН
I’m just a kid 🥹🥰 LeoNata family #shorts
00:12
LeoNata Family
Рет қаралды 16 МЛН
A Level Computer Science 9618 Paper 2: Linear Search
11:49
Haguin School
Рет қаралды 5 М.
Use Arc Instead of Vec
15:21
Logan Smith
Рет қаралды 136 М.
Stacks and Queues (Python) - Data Structures and Algorithms
14:54
Stacks and Queues - Computer Science A level
4:47
Learning Dashboard
Рет қаралды 1,5 М.
Dependency Injection, The Best Pattern
13:16
CodeAesthetic
Рет қаралды 753 М.
Unlocking your CPU cores in Python (multiprocessing)
12:16
mCoding
Рет қаралды 294 М.