Advanced Maths
I hold a Ph.D. from the University of Freiburg, Germany, and have over ten years of teaching experience at a university. I have a passion for mathematics and theoretical computer science. My goal is to create comprehensive lecture videos for various courses.
While I may never reach a million subscribers and generate enough income to sustain myself through YouTube advertisements, I sincerely appreciate your support. Hopefully, with your continued support, I can aspire to become a full-time content creator one day. If you'd like to make my day, consider supporting my channel:
https://www.buymeacoffee.com/drfaisalaslam
Вычислимость и сложность: сокращения за полиномиальное время (A ≤p B)
Computability & Complexity: Countable vs. Uncountable Infinity and Cantor's Diagonalization
Computability & Complexity: Proof That the Halting Problem Is Undecidable
Compilers: An Overview of Parsing Techniques -- LL(1), Recursive Descent, SLR, CLR, and LALR
Quantum Computing: How to Construct a Quantum Fourier Transform (QFT) Circuit
Quantum Computing: A Step-by-Step Example of Grover's Algorithm
Compilers: Key Loop Optimization Techniques Explained with Examples
Compilers: Live Variable Analysis Explained Step-by-Step
Компиляторы: изучите рекурсивный спусковой анализ с помощью пошагового руководства по коду
Compilers: Creating a Parse Tree Using LL(1) Parsing Table
Compilers: How to Create LL(1) Parsing Table? Step-by-Step Explanation
Lattice Cryptography: What is a Fundamental Region and How to Compute It
Compilers: Regular Expression To NFA Conversion
Compilers: What is a Regular Language? Definitions, Explanation, and Examples
Compiler Construction: Creating Syntax Analyzer Using Bison
Lattice Cryptography: What Are Lattices? Definition, Explanation, and Examples.
Data Structures: What is an Abstract Data Type (ADT)?
Компиляторы: почему вам следует изучить компиляторы?
Compilers: Finding FOLLOW Sets of a Context Free Grammar
Quantum Computing: What is Phase? Understanding Global and Relative Phases
Квантовые вычисления: алгоритм Бернштейна-Вазирани
Compiler Construction: Top 10 LLVM Classes and Their Uses: A Step-by-Step Example
Bison: Creating Syntax Analyzer of Simple Simple C
Compiler Construction: Creating Complete Lexical Analyzer Using Flex
Compiler Construction: What is LLVM? Benefits of Using LLVM for Compiler Creation
Компиляторы: пример создания автомата LR(1) и канонической таблицы анализа LR (CLR)
Compilers: Look-Ahead LR (LALR) Parsing Table Creation
Компиляторы: поиск первых наборов контекстно-свободной грамматики
Quantum Computing: Fast Hadamard Gate Computing Using a Tabular Method
Compilers: Creating SLR(1) and LR(0) Parsing Tables with Conflict Resolution