CSE concepts with Parinita
Heartiest Welcome to your own Channel🙂 Do SUBSCRIBE 💜
I'm Parinita Hajra; Passionate Professor in an Engineering College.
I've various teaching experiences as well as technical experience working in organizations like TCS 👩💻 & ISRO 🛰🚀
✔Cleared GATE thrice
✔Cleared UGC NET with 99.4 percentile
✔Delivered Expert Talk at various Events
✔University Topper (Gold Medalist🥇) in M.Tech, B.Tech
Wish to clear your Computer Science Engineering/ Information Technology technical concepts?
"CSE Concepts with Parinita" is here to help you out✌🎯
Here you'll get FREE tutorials of CSE / IT for B.Tech, M.Tech, PhD, GATE Exam Coaching Videos, UGC NET & JRF Videos, preparation of PSU like ISRO, BARC, BAIL, etc. The aim of this channel is not only to make you learn things but also to make you understand the concepts thoroughly!
You’ll also get GTU updates, Courses, Certifications, INTERNSHIPS & JOB updates here!
If you are new here, please SHARE & SUBSCRIBE the channel and stay connected 🤝💛💙🖤
Метод дерева рекуррентов для решения рекуррентных уравнений в DAA (хинди) | Рекурсивное дерево в ...
Operator precedence parsing with Brackets ( ) + - * / ^ in compiler design | solved example in Hindi
Operator precedence parsing in compiler design example in Hindi | Operator table | Function graph
Examples to remove left recursion from Context Free Grammar | TOC | CD Eliminate Recursion from CFG
RE to DFA using Syntax Tree Method EXAMPLE 2 | Firstpos Followpos RE to DFA direct method compiler
RE to DFA using Syntax Tree Method | Firstpos Lastpos Followpos RE DFA direct method compiler design
Subset Construction method NFA to DFA conversion example (a|b)*abb | Theory of Computation| TOC | CD
Thompson Construction (Regular Expression to NFA)| Examples RE TO NFA | Thomson method in CD, in TOC
10 OPEN BOOK EXAM TIPS | Open book examination in Hindi | Open book exam kaise hota hai |CA CBSE IIT
KMP algorithm for string matching DAA in Hindi | Knuth-Morris-Pratt | Solved Example ADA | substring
Rabin Karp String Matching Algorithm Example in DAA | Solved example in Hindi| pattern hash function
Rabin-Karp String matching algorithm in DAA | ADA | Solved example in Hindi #rabinkarp #daa
0/1 Knapsack Problem using Branch and Bound in DAA in Hindi | Solved example | Branch & Bound #daa
0/1 Knapsack Problem using Dynamic Programming in DAA in Hindi | Tabular Method |Shortcut table #daa
Floyd Warshall Algorithm in DAA with example in Hindi | All Pair Shortest Path Algorithm| ADA #floyd
How Quick Sort Works STEP-BY-STEP with Example | Quick Sort Algorithm| Divide and Conquer #quicksort
Merge Sort algorithm example in Hindi | Merge Sort in DAA/ADA Data Structure sorting algo #mergesort
Binary Search algorithm example in Hindi| Binary Search in DAA Time complexity, recurrence relation
Assignment problem using Branch and Bound example in DAA in Hindi | Analysis and design of algorithm
Matrix Chain Multiplication in DAA using Dynamic Programming in Hindi | MCM Example & Algorithm
Longest Common Subsequence (LCS) Dynamic Programming | Data structures and algorithms
Activity Selection Problem using Greedy Method in Hindi example | DAA | Algorithm Design & Analysis
Job Sequencing with Deadlines - Greedy Method example in Hindi | Job Scheduling Algorithm
Fractional Knapsack Problem using Greedy Method in Hindi Example| Data structures and algorithms DAA
My NPTEL Experience of 80%🔥 MUST WATCH BEFORE EXAM -how to get good marks in nptel exam Hindi #nptel
Точки сочленения в графах. Пример 2 | Как найти точку сочленения в DAA | Алгоритмы #графы
Articulation point and Biconnected Components in Graphs | DAA | Algorithms #algorithm #graphs #daa
Master's Theorem Examples in Hindi | Recurrence Relation [ T(n)= aT(n/b) + n ] DAA | Algorithms
Solve Recurrence Relation using Backward Substitution Method | T(n) = T(n+1) + n | DAA | Mathematics
Recurrence Relation Examples | T(n) = 2*T(n-1)+1 and T(n) = T(n-1)+n by Forward Substitution | DAA