17. Generic Stack in C# | احترف السي شارب بالعربي

  Рет қаралды 1,475

Codographia

Codographia

Күн бұрын

A stack is an abstract data type that follows the Last In First Out (LIFO) principle. It is a collection of elements that allows two main operations: push, which adds an element to the collection, and pop, which removes the most recently added element that was not yet removed. Additionally, a peek operation can return the value of the last element added without modifying the stack. Stacks are commonly used in computer science for a variety of applications, including the evaluation of expressions, function calls, and memory management
كورس سي شارب للمبتدئين
• كورس سي شارب للمبتدئين
ASP.NET Core مقدمة في تعلم
• ASP.NET Core مقدمة في ...
▬▬▬▬▬▬ Subscribe NOW! ▬▬▬▬▬▬
cutt.ly/5jib8Fd
▬▬▬▬▬▬ Our Social Media Platforms ▬▬▬▬▬▬
Facebook ► / codographia
Facebook Group ► / codographia
Instagram ► / codographia
Buy Me Coffee ► www.buymeacoff...

Пікірлер: 10
@abdallahnour9442
@abdallahnour9442 Жыл бұрын
كالعاده الاسلوب السهل البسيط لتوصيل المعلومه الف شكر وفى انتظار باقى دروس السلسلة
@ismailmohammedrashid4509
@ismailmohammedrashid4509 Жыл бұрын
لماذا خمسة فيديوهات منها مخفية Hidden ؟
@omarwagih2635
@omarwagih2635 Жыл бұрын
يا هندسه هتشرح event& delegate؟؟؟
@Codographia
@Codographia Жыл бұрын
اه والله بس ماشي بتسلسل
@omarwagih2635
@omarwagih2635 Жыл бұрын
@@Codographia تمام يا هندسه جزاك الله خيرا ♥️♥️
@RababNoun
@RababNoun Жыл бұрын
ممكن حل لسؤال اقلب اسم متل ملاك يصير كالم
@RaafatAshraf
@RaafatAshraf Жыл бұрын
هات الاكونت بتاعك وانا ادخل احللك عشان متتعبش نفسك
@RababNoun
@RababNoun Жыл бұрын
ممكن حل ل سؤال تفرقة الكلمة مثل world تصير w o r l d
@RaafatAshraf
@RaafatAshraf Жыл бұрын
using System.Text; string str = "world"; StringBuilder sb = new StringBuilder(); foreach (char c in str) sb.Append(c + " "); Console.WriteLine(sb);
@RaafatAshraf
@RaafatAshraf Жыл бұрын
string str = "world"; Console.WriteLine(Regex.Replace(str, @"(\w)", s => s.Groups[1].Value.Insert(1, " ")));
C# [032] Lists And Dictionaries
56:45
Metigator | عصام عبدالنبي
Рет қаралды 9 М.
🕊️Valera🕊️
00:34
DO$HIK
Рет қаралды 9 МЛН
啊?就这么水灵灵的穿上了?
00:18
一航1
Рет қаралды 63 МЛН
World‘s Strongest Man VS Apple
01:00
Browney
Рет қаралды 69 МЛН
24. C# - Stack
6:36
Ervis Trupja
Рет қаралды 25 М.
C# LinkedList Tutorial How to Use A Linked List
17:00
Journey To Programming
Рет қаралды 50 М.
[ أصول البرمجة ] 9- الحجز الديناميكي - Stack Vs Heap ( مهم )
18:38
This Is Why Python Data Classes Are Awesome
22:19
ArjanCodes
Рет қаралды 810 М.
26. Interfaces in C# | شرح سي شارب
22:32
Codographia
Рет қаралды 6 М.
#1- شرح مفهوم الـ C# Delegates
18:11
محمود سامي Hard-Code l
Рет қаралды 4,5 М.
Learn Stack data structures in 10 minutes 📚
10:07
Bro Code
Рет қаралды 223 М.
My 10 “Clean” Code Principles (Start These Now)
15:12
Conner Ardman
Рет қаралды 250 М.
How To Create Generics in C#, Including New Features
38:51
IAmTimCorey
Рет қаралды 49 М.
شرح الـ stack - data structure (stack)
12:01
Mega Code
Рет қаралды 136 М.
🕊️Valera🕊️
00:34
DO$HIK
Рет қаралды 9 МЛН