Ritesh Chauhan
Ritesh Chauhan
  • 58
  • 923 788

วีดีโอ

Prim's Algorithm for Minimum Spanning Tree | Solved Examples | Data Structures
มุมมอง 26510 หลายเดือนก่อน
Minimum Cost Spanning Tree Prim’s Algorithm (Greedy approach) find the minimum spanning tree of the following graph using prim's method GTU exam solved example
AVL TREE | How to Create AVL tree | Rotation in AVL | Solved Example | Data Structure
มุมมอง 1K10 หลายเดือนก่อน
AVL TREE - Rotations in AVL tree Explain rotation rules for AVL tree Construct AVL tree for following sequences: (i) 1, 2, 3, 4, 8, 7, 6, 5, 11, 10, 12 (ii) 10, 20, 30, 40, 50, 60, 70, 80 #gtu example solved at 21:55 its 1 at node 20 instead of -1 LAPS: 0:00 INTRODUCTION 06:52 Rotations in AVL tree 29:50 Construct AVL tree for 1, 2, 3, 4, 8, 7, 6, 5, 11, 10, 12 44:54 Construct AVL tree for 10, ...
Construct Binary Search Tree(BST) | Delete node/element from (BST) with Example | Data Structure
มุมมอง 23410 หลายเดือนก่อน
Data Structure. Construct binary search tree. Construct binary search tree for the following data and find it's Inorder, Preorder, and Postorder Traversal for following data. 10, 3, 15, 22, 6, 45, 65, 23, 78, 34, 5 Try: 38, 13, 51, 10, 12, 40, 84, 25, 89, 37, 66, 95 Try: 14,10,17,12,10,11,20,12,18,25,20,8,21,11,23 Delete node from Binary Search Tree. Delete element from Binary Search Tree. Dele...
Construct Binary Tree from PREORDER / POSTORDER and INORDER Traversal | DATA STRUCTURE | GTU SOLVED
มุมมอง 49811 หลายเดือนก่อน
Construct Binary Tree from Preorder / POSTORDER and INORDER Traversal | DATA STRUCTURE | GTU SOLVED EXAMPLES Given Inorder and Preorder traversal, find Postorder traversal. Inorder:Y B K C F A G X E D H Z Preorder:G B Y A C K F X D E Z H Construct a binary tree having the following traversal sequences: Preorder traversal: A B C D E F G H I Inorder traversal: B C A E D G H F I Construct a Binary...
Preorder, Inorder and Postorder Short Cut Method Solve in 5 Minute| Tree Traversal | Data Stucture
มุมมอง 35111 หลายเดือนก่อน
Tree Traversal There are three ways of traversing a binary tree. 1. Preorder Traversal 2. Inorder Traversal 3. Postorder Traversal Gtu solved Example with Short Cut Method Solve in 5 Minutes
STACK AND QUEUE GTU(EXAM) ASKED NUMERICAL #DATASTRUCTURE
มุมมอง 25811 หลายเดือนก่อน
LAPS: 0:00 INTRODUCTION 10:23 Convert Infix Expression into Postfix expression using stack 33:37 Evaluation of postfix expression 46:55 Example of Queue Insert and Delete 53:19 Example of Circular Queue Insert and Delete 59:26 Outro GTU IMPORTANT NUMERICALS FROM STACK AND QUEUE Convert Infix Expression: A (B*C D) into Postfix expression using stack. Convert the following Infix Expression into P...
Dijkstra Algorithm (Single Source Shortest Path)
มุมมอง 670ปีที่แล้ว
Dijkstra Algorithm (Single Source Shortest Path) example
UNIT-5 Functions | Function in c | Recursive function
มุมมอง 12K3 ปีที่แล้ว
What is user defined function? Explain with example. Define the syntax of function in C. Different categories of functions. Actual argument and formal argument with example Call by value (pass by value) and call by reference (pass by reference) Recursive function
Python for Data Science UNIT 1: Overview of Python and Data Structures (Part-1)
มุมมอง 1.6K3 ปีที่แล้ว
Introduction to Python Why Python? Installing Python Data types in Python Variables in Python User input Comment
PPS: UNIT-4 Array & String
มุมมอง 23K3 ปีที่แล้ว
What is an array? Advantages of an Array Types of an Array Initialization of one dimensional and two-dimensional array String String In-built Functions
AI Unit: 7 Statistical Reasoning
มุมมอง 6K3 ปีที่แล้ว
AI Unit: 7 Statistical Reasoning
TOC: Unit 4 Pushdown Automata
มุมมอง 1.6K3 ปีที่แล้ว
TOC: Unit 4 Pushdown Automata
AI Unit:5 Representing Knowledge Using Rules
มุมมอง 15K3 ปีที่แล้ว
AI Unit:5 Representing Knowledge Using Rules
AI Unit:10 ITERATIVE DEEPENING DFS (IDDFS)
มุมมอง 12K3 ปีที่แล้ว
AI Unit:10 ITERATIVE DEEPENING DFS (IDDFS)
AI Unit:10 MIN-MAX SEARCH AND ALPHA-BETA CUT-OFF
มุมมอง 3.1K3 ปีที่แล้ว
AI Unit:10 MIN-MAX SEARCH AND ALPHA-BETA CUT-OFF
AI Unit:14 Introduction to Prolog (Part-4)
มุมมอง 14K3 ปีที่แล้ว
AI Unit:14 Introduction to Prolog (Part-4)
AI Unit:14 Introduction to Prolog (Part-3)
มุมมอง 7K3 ปีที่แล้ว
AI Unit:14 Introduction to Prolog (Part-3)
AI Unit:14 Introduction to Prolog (Part-2)
มุมมอง 9K3 ปีที่แล้ว
AI Unit:14 Introduction to Prolog (Part-2)
AI Unit:14 Introduction to Prolog (Part-1)
มุมมอง 48K3 ปีที่แล้ว
AI Unit:14 Introduction to Prolog (Part-1)
TOC: Unit 3 Context Free Grammar (CFG) (Part-3)
มุมมอง 1.4K3 ปีที่แล้ว
TOC: Unit 3 Context Free Grammar (CFG) (Part-3)
TOC: Unit 3 Context Free Grammar (CFG) (Part-2)
มุมมอง 2.2K3 ปีที่แล้ว
TOC: Unit 3 Context Free Grammar (CFG) (Part-2)
TOC: Unit-2: Regular Expression
มุมมอง 2.5K3 ปีที่แล้ว
TOC: Unit-2: Regular Expression
TOC: Unit 3 Context Free Grammar (CFG) (Part-1)
มุมมอง 6K3 ปีที่แล้ว
TOC: Unit 3 Context Free Grammar (CFG) (Part-1)
PPS: UNIT-3 Control Structure in C (PART -3)
มุมมอง 11K3 ปีที่แล้ว
PPS: UNIT-3 Control Structure in C (PART -3)
PPS: UNIT-3 Control Structure in C (PART -2)
มุมมอง 10K3 ปีที่แล้ว
PPS: UNIT-3 Control Structure in C (PART -2)
PPS: UNIT-7 Pointers
มุมมอง 8K3 ปีที่แล้ว
PPS: UNIT-7 Pointers
PPS: UNIT-3 Control Structure in C (PART -1)
มุมมอง 46K3 ปีที่แล้ว
PPS: UNIT-3 Control Structure in C (PART -1)
PPS: UNIT-2 Fundamentals of C (PART -2)
มุมมอง 25K3 ปีที่แล้ว
PPS: UNIT-2 Fundamentals of C (PART -2)
PPS: UNIT-2 Fundamentals of C (PART -1 ) | Structure of C Program, Header files, Data types in C
มุมมอง 38K3 ปีที่แล้ว
PPS: UNIT-2 Fundamentals of C (PART -1 ) | Structure of C Program, Header files, Data types in C

ความคิดเห็น

  • @dilkhush8458
    @dilkhush8458 2 วันที่ผ่านมา

    Thank you sir

  • @DevPatel-qj9qk
    @DevPatel-qj9qk 3 วันที่ผ่านมา

    Best explanation - Still Relevant, Still helpful even in job.🫡🫡

  • @smitdesai2307
    @smitdesai2307 19 วันที่ผ่านมา

    jordar sir

  • @shakyahettiarachchi9480
    @shakyahettiarachchi9480 26 วันที่ผ่านมา

    Thank you 🙏🙏🙏👅👅👅

  • @shwetaraghuwanshi4014
    @shwetaraghuwanshi4014 หลายเดือนก่อน

    Great explanation sir

  • @Hardik_Kamaliya5978
    @Hardik_Kamaliya5978 หลายเดือนก่อน

    solid explanation sir 👏👏

  • @arhamkhxn
    @arhamkhxn หลายเดือนก่อน

    Excellent lecture! Just wanted to add that Forward chaining is Data-driven and Backward Chaining is goal driven.

  • @amankumar-xt6cw
    @amankumar-xt6cw หลายเดือนก่อน

    Sir notes mil sakta hai kya please

  • @JustwaitNwatch-w
    @JustwaitNwatch-w 2 หลายเดือนก่อน

    how many states will be there in total for a(b | c)*a*c following your method i got 15 states in total but chat gpt says it will be 16 because you have to add an epsilon transition from end state of a* to start state of c. but in your example (a|b)*abb you have not added any epsilon transition after (a|b)* to a please clarify

    • @riteshchauhan1413
      @riteshchauhan1413 2 หลายเดือนก่อน

      13 states are produced according to thomsan method

  • @ColleGPT
    @ColleGPT 2 หลายเดือนก่อน

    bhai bahout easy way me samjaya hai aapne.......thank you so much bhai❤❤‍🔥❤‍🔥❤‍🔥

  • @alaminerca
    @alaminerca 2 หลายเดือนก่อน

    Thank you very much sir!

  • @PARTHBOYFF
    @PARTHBOYFF 2 หลายเดือนก่อน

    Sir , how to get this PDF 😅

  • @Munmun2720
    @Munmun2720 3 หลายเดือนก่อน

    very nice sir. may i get these ppts for reference?

  • @gss-01
    @gss-01 4 หลายเดือนก่อน

    Very Helpful

  • @JainamDoshi-di5wr
    @JainamDoshi-di5wr 4 หลายเดือนก่อน

    Sir write a c program to find factorial of a given number in this question's answer we write this question' answer program that write a c program to find factorial of a given number using recursion so we will get full marks?

  • @Googlinghelpers
    @Googlinghelpers 4 หลายเดือนก่อน

    Finally somebody explained thomson rule .

  • @GouravChouhan-xd1ik
    @GouravChouhan-xd1ik 5 หลายเดือนก่อน

    Great explanation sir❤🙏

  • @SherazVerses061
    @SherazVerses061 5 หลายเดือนก่อน

    kfueit se prhne k bad yahn ana farz hai ap per ,, compiler itna mushkil nhi jinta hmy btaya gya tha ,,

  • @omsoni4528
    @omsoni4528 5 หลายเดือนก่อน

    nice explanation ❤

  • @Ruhanigrover1
    @Ruhanigrover1 5 หลายเดือนก่อน

    please provide the pdf as well of this

  • @divyanshu4675
    @divyanshu4675 5 หลายเดือนก่อน

    why is there a null in some of the expressions ?

  • @dhruvrajvyas6682
    @dhruvrajvyas6682 5 หลายเดือนก่อน

    For (a | b)*a(a | b) does I have to draw ( a | b) two times or only one time while concetenation

  • @rachamallarahul6579
    @rachamallarahul6579 6 หลายเดือนก่อน

    Thanks... Nobody not posted this unit..

  • @soumyadeepsaha1765
    @soumyadeepsaha1765 6 หลายเดือนก่อน

    what will be the answer of leftrecursion 3rd question

    • @riteshchauhan1413
      @riteshchauhan1413 6 หลายเดือนก่อน

      S--> A | B A--> aA' | aaA' A' --> BCA' | cdA' | € B--> bB' B' --> eeB' | €

  • @JB10125
    @JB10125 6 หลายเดือนก่อน

    Please sir give me a pdf all pps lecture 🙏

  • @abhijeetgupta1493
    @abhijeetgupta1493 6 หลายเดือนก่อน

    great explanation

  • @sourav_chhotray
    @sourav_chhotray 6 หลายเดือนก่อน

    Thank you so much, unable to find any clear video in compiler designer for this topic. This one is one of the best!

  • @ChallengeAll
    @ChallengeAll 6 หลายเดือนก่อน

    Thank you so much 🎉

  • @Feezzaaa
    @Feezzaaa 6 หลายเดือนก่อน

  • @alnoor10
    @alnoor10 7 หลายเดือนก่อน

    Notes pdf ??

  • @mdmunju3937
    @mdmunju3937 8 หลายเดือนก่อน

    Y=b+c-d+20

  • @socify4410
    @socify4410 8 หลายเดือนก่อน

    wow keep uploading you are a gem teacher

  • @raajaabijan
    @raajaabijan 8 หลายเดือนก่อน

    ❤❤❤

  • @beenathomas9880
    @beenathomas9880 9 หลายเดือนก่อน

    Thank you May God bless you sir

  • @beenathomas9880
    @beenathomas9880 9 หลายเดือนก่อน

    Thank you May God bless you sir

  • @rohailkhan2278
    @rohailkhan2278 9 หลายเดือนก่อน

    Thanks sir

  • @sunilrajbhar6049
    @sunilrajbhar6049 9 หลายเดือนก่อน

    Now perfectly understand sir... Thank you😊

  • @AyushRana-2k03
    @AyushRana-2k03 9 หลายเดือนก่อน

    what happened in this a=(b+c)*(b+c)*2 please help

  • @md.sowmik7944
    @md.sowmik7944 10 หลายเดือนก่อน

    very helpful... thank you

  • @tusharwadkar_2121
    @tusharwadkar_2121 10 หลายเดือนก่อน

    Great lecture Appreciate for your efforts sir ❤

  • @wetubetech49
    @wetubetech49 10 หลายเดือนก่อน

    Sir please upload video on turing machine

  • @harshuchadiya
    @harshuchadiya 10 หลายเดือนก่อน

    Thank you sir

  • @trupthinaik6816
    @trupthinaik6816 10 หลายเดือนก่อน

    Thank you sir . Explaination was really good Can you provide me solution for while loop.

  • @harshjain7339
    @harshjain7339 11 หลายเดือนก่อน

    thnkuhh so muuch sirr this is much needed😭🫀

  • @shiree-un-nisa
    @shiree-un-nisa 11 หลายเดือนก่อน

    Thankyou sir..

  • @bhavinravalia9285
    @bhavinravalia9285 11 หลายเดือนก่อน

    👍👍👍

  • @RivuLaha-zv6ll
    @RivuLaha-zv6ll 11 หลายเดือนก่อน

    sir on 22:36 what if the string given like id + id * id * id ? then how can I do it ?

    • @riteshchauhan1413
      @riteshchauhan1413 11 หลายเดือนก่อน

      id+id*id*id E+T*F*F <+ <*> * reduce T-->T*F <+ <*> reduce T-->T*F, <+>. Reduce E--> E+T

  • @DevPatel-qj9qk
    @DevPatel-qj9qk 11 หลายเดือนก่อน

    Still one of the best out there…..

  • @digvijaysingh-mb4sv
    @digvijaysingh-mb4sv 11 หลายเดือนก่อน

    postfix 3452**+ answer tell am i correct or not

    • @riteshchauhan1413
      @riteshchauhan1413 11 หลายเดือนก่อน

      Correct answer is 34*52*+ Watch that example again

  • @ADITYAKUMAR-nq1um
    @ADITYAKUMAR-nq1um 11 หลายเดือนก่อน

    the answer of the homwork quesiton is 34*52*+