UniExercises
UniExercises
  • 45
  • 10 421
Properties of the Expected Value
Properties of the Expected Value
มุมมอง: 2

วีดีโอ

Jointed and Pairwise Independency
มุมมอง 46 ชั่วโมงที่ผ่านมา
Jointed and Pairwise Independency
Poisson Distribution
มุมมอง 57 ชั่วโมงที่ผ่านมา
Poisson Distribution
Bayes and Total Probability
มุมมอง 107 ชั่วโมงที่ผ่านมา
Bayes and Total Probability
Indicator Functions
มุมมอง 69 ชั่วโมงที่ผ่านมา
Indicator Functions
Determining a Distribution I
มุมมอง 19 ชั่วโมงที่ผ่านมา
Determining a Distribution I
Coin Toss
มุมมอง 87 ชั่วโมงที่ผ่านมา
Coin Toss
Properties of o and O
มุมมอง 229 ชั่วโมงที่ผ่านมา
Properties of o and O
Modeling
มุมมอง 79 ชั่วโมงที่ผ่านมา
Modeling
Limits of Sets
มุมมอง 119 ชั่วโมงที่ผ่านมา
Limits of Sets
Elemental Properties of Sets
มุมมอง 109 ชั่วโมงที่ผ่านมา
Elemental Properties of Sets
Miniklausur ITE 2023
มุมมอง 61หลายเดือนก่อน
Miniklausur ITE 2023
Construction of the MPCP for a Turing Machine Me
มุมมอง 1228 หลายเดือนก่อน
Construction of the MPCP for a Turing Machine Me
Hash Tables Demystified: A Beginner's Guide to Essential Theories and Concepts
มุมมอง 34ปีที่แล้ว
📊 In This Tutorial, We’ll Cover: Linear Probing: We'll navigate through the world of collision resolution using linear probing, ensuring our data remains retrievable even when multiple keys hash to the same index. Chaining: Together, we'll unravel the methodology of utilizing linked lists (or chains) for handling collisions, maintaining a neat and organized data structure. Universal & Perfect H...
Deadlocks 2 : RAGs and cycles
มุมมอง 39ปีที่แล้ว
3.3 Resource Allocation Graphs (RAGs) are used for deadlock detection (multiple instances of a resource per resource type can occur). Draw an RAG for each of the following two situations: (i) the RAG contains a cycle and a deadlock exists, and (ii) the RAG contains a cycle but a deadlock may or may not occur.
Deadlocks 1 : Definition and simple example
มุมมอง 65ปีที่แล้ว
Deadlocks 1 : Definition and simple example
Memory Management 4 : R-Bits
มุมมอง 35ปีที่แล้ว
Memory Management 4 : R-Bits
Memory Management 3 : Calculating Page & Frame Numbers
มุมมอง 58ปีที่แล้ว
Memory Management 3 : Calculating Page & Frame Numbers
Memory Management 2 : Inverted Page Table
มุมมอง 418ปีที่แล้ว
Memory Management 2 : Inverted Page Table
Memory Management 1 : Normal Page Table
มุมมอง 48ปีที่แล้ว
Memory Management 1 : Normal Page Table
Proving Convergence of Sequences
มุมมอง 24ปีที่แล้ว
Proving Convergence of Sequences
Limits of fractions
มุมมอง 18ปีที่แล้ว
Limits of fractions
Process Syncronization Exercises
มุมมอง 107ปีที่แล้ว
Process Syncronization Exercises
MST with Kruskal
มุมมอง 55ปีที่แล้ว
MST with Kruskal
Disjointed Spanning Subtrees
มุมมอง 28ปีที่แล้ว
Disjointed Spanning Subtrees
Binary Search Tree Faulty Traversals
มุมมอง 38ปีที่แล้ว
Binary Search Tree Faulty Traversals
Insertion Sort with CPP implementation
มุมมอง 31ปีที่แล้ว
Insertion Sort with CPP implementation
Introduction to sequences
มุมมอง 16ปีที่แล้ว
Introduction to sequences
External Sort Exercises
มุมมอง 59ปีที่แล้ว
External Sort Exercises
External Sort explained easy!
มุมมอง 8Kปีที่แล้ว
External Sort explained easy!

ความคิดเห็น

  • @RushWars-y5r
    @RushWars-y5r 9 ชั่วโมงที่ผ่านมา

    0:43 You forgot to put the video link in the description

    • @UniExercises
      @UniExercises 9 ชั่วโมงที่ผ่านมา

      true! Here you go th-cam.com/video/Ajar_6MAOLw/w-d-xo.html&pp=ygUaY29udmVyZ2VuY2UgaW4gcHJvYmFiaWxpdHk%3D Happy Studying mate!

  • @CommonAsian-b2z
    @CommonAsian-b2z หลายเดือนก่อน

    Nice one

  • @RushWars-y5r
    @RushWars-y5r หลายเดือนก่อน

    Und bei der KMF bei 35:21 muss man doch eigentlich die einzelnen Literale wieder negieren oder? Also so das die Lösung (B+C)(B+A+!C)(!A+C+D) ist. Vielen Dank für die Hilfe

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

      Nicht ganz. Normalerweise, wenn wir eine Funktion sehen und ihre KMF finden wollen, suchen wir nach den Zeilen, in denen wir die Ausgabe als 0 haben, also sagen wir: a b c d F 1 0 0 1 0 0 1 1 0 1 In diesem Fall, wenn wir die DNF suchen, nehmen wir einfach die negierten Versionen der Zeilen wo wir 0 haben , in denen wir 1 als Output haben, also: DNF = !abc!d Bei der KNF ist deine Intuition richtig, die Variablen zu invertieren, aber das wäre, wenn wir die 1en unserer Variablen nehmen und sie negieren würden: a b c d F 1 0 0 1 0 0 1 1 0 1 KNF = (!a+b+c+!d) Und wir negieren die Variablen KNF = (a + !b + !c + d) Im Video habe ich die inverse Version direkt berechnet, indem ich mich nicht auf die 1en konzentriere, sondern den gleichen Prozess wie bei der DNF durchführe, d.h. die 0en negiere a b c d F 1 0 0 1 0 0 1 1 0 1 KNF= (a + !b + !c + d) Es ist also keine Negation nötig, und das habe ich auch im Video gemacht

    • @RushWars-y5r
      @RushWars-y5r หลายเดือนก่อน

      @@UniExercisesOk danke für die schnelle Antwort um diese Uhrzeit

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

      @ kein Stress :)

  • @RushWars-y5r
    @RushWars-y5r หลายเดือนก่อน

    Warum hast du bei 16:06 nur die Bits von a7 bis a1 notiert und nicht von a7 bis a0, wie in der Aufgabe angegeben? Von a7 bis a0 sind es ja 8 Bits für die Spalten, was dann insgesamt 11 Prüfbits sind. Bei 20:08 bei der c) hast du dann wieder 8 Bits notiert.

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

      Ja, du hast in beiden Punkten recht, p. Ich habe die Übungen nur "beschleunigt", aber ja, ich hätte von a7 bis a0 notieren sollen und dann mit den 11 Bits übereinstimmen sollen.

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

    Bless You! 06:25 - Amazing video, Thank You!

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

    Thank you so much for this dear Jedi

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

    Thanks! It really help me understand the external sorting algorithm!

  • @karthikbaluguri3987
    @karthikbaluguri3987 ปีที่แล้ว

    hey,the merging phase is called 3-way merging,right?

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

      k-way merge, to be exact. There are "k" chunks of "n" items to merge.

  • @freddiedarwin4836
    @freddiedarwin4836 ปีที่แล้ว

    "PromoSM"

  • @maikeli574
    @maikeli574 ปีที่แล้ว

    You explain everything sooooo well

  • @maikeli574
    @maikeli574 ปีที่แล้ว

    Omg I love your videos

  • @maikeli574
    @maikeli574 ปีที่แล้ว

    Wanna take a look at my r-bits?👀

    • @kamixd4491
      @kamixd4491 ปีที่แล้ว

      what could you have possibly meant by this?

    • @maikeli574
      @maikeli574 ปีที่แล้ว

      I think we both know what I mean

  • @maikeli574
    @maikeli574 ปีที่แล้ว

    Teach me math daddy😮‍💨

  • @maikeli574
    @maikeli574 ปีที่แล้ว

    I love your voice🤤

  • @giannigagliardi6367
    @giannigagliardi6367 ปีที่แล้ว

    huevos fritos con malditos tacos!!!

  • @mandelkuchen2288
    @mandelkuchen2288 ปีที่แล้ว

    Les go