First In first Out! Thanks for this interesting video 😍👍🏼
@DotNetHow6 жыл бұрын
Thanks for watching! :)
@husohomeful4 жыл бұрын
Is it weird to experience ASMR from this awesome tutorial...?
@DotNetHow4 жыл бұрын
ASMR?
@WeistarLive6 жыл бұрын
Is the queue some kind of a stack? Great video by the way! Keep going!
@DotNetHow6 жыл бұрын
Queue is a type of Collection. The same like Stack which is also a collection type. But, a QUEUE stores data in FIFO style (First In First Out) and a STACK stores data in a LIFO style (Last In First Out)
@DotNetHow6 жыл бұрын
You can also check this video to learn more about Stack: kzbin.info/www/bejne/nYawqH6vhL2ih68
@fieryninja23742 жыл бұрын
Actually, understood something. Great!
@DotNetHow2 жыл бұрын
Thanks for watching
@a4advanture7555 жыл бұрын
Thank you Ervis Trupja
@DotNetHow5 жыл бұрын
You are welcome
@kyawsuthway5217 Жыл бұрын
Thank your for your sharing.
@klimentpaskalev9622 жыл бұрын
Good video, thanks.
@DotNetHow2 жыл бұрын
Thanks for watching
@mk98345 жыл бұрын
good tutorial thx
@DotNetHow5 жыл бұрын
Thanks for your feedback!
@seferizzet73824 жыл бұрын
Thanks a lot Ervis Trupja
@DotNetHow4 жыл бұрын
You are welcome, Sefer!
@grekovv5 жыл бұрын
Thank you very much!
@DotNetHow4 жыл бұрын
You are welcome
@august91734 жыл бұрын
Good video but isnt Queue exactly like Stack just in fifo-style rather than lifo style?
@DotNetHow4 жыл бұрын
True
@vihangajuly63164 жыл бұрын
thank you, sir
@DotNetHow4 жыл бұрын
You are most welcome
@khalilelhamidi26346 жыл бұрын
thank you
@DotNetHow5 жыл бұрын
You are welcome!
@deyansavchev16433 жыл бұрын
Hello! I am new in this type of coding. I have a problem in my Console app with this code. When i tried to type it i saw an error with the "Queue" and the "Enqueue" code. It was like "The name space does not exist in the current context". Can i get some help?
@otterrwater39672 жыл бұрын
add all the way on the top: using System.Collections;
@nailtagiyev63405 жыл бұрын
Thanks
@BreegBenjamin5 жыл бұрын
system collection is deprecated. The new class is System.Generic.Collection