Skip to content

Commit

Permalink
Added videos.
Browse files Browse the repository at this point in the history
  • Loading branch information
kmchandy committed Dec 4, 2024
1 parent 23ec164 commit 8d40649
Showing 1 changed file with 54 additions and 1 deletion.
55 changes: 54 additions & 1 deletion table_of_contents.html
Original file line number Diff line number Diff line change
Expand Up @@ -319,6 +319,12 @@ <h4 class="w3-text-teal">Snapshots and Clocks</h4>
href="ChannelSnapshots/LogicalClocksSnapshots.html">
Global Snapshots with Logical Clocks
</a>
</li>
<li>
<a
href="ChannelSnapshots/SnapshotsFromLogicalTime.mp4">
Global Snapshots with Logical Clocks Video
</a>
</li>

<li>
Expand All @@ -334,6 +340,12 @@ <h4 class="w3-text-teal">Snapshots and Clocks</h4>
Detecting Database Deadlock
</a>
</li>
<li>
<a
href="ChannelSnapshots/DeadlockDetection_And.mp4">
Detecting Database Deadlock Video
</a>
</li>
</ol>


Expand All @@ -347,7 +359,7 @@ <h4 class="w3-text-teal">Agent knowledge</h4>
</ol>


<h4 class="w3-text-teal">Diffusing and gossip computations</h4>
<h4 class="w3-text-teal">Diffusing and Gossip computations</h4>
<ol>
<li>
<a
Expand All @@ -356,6 +368,41 @@ <h4 class="w3-text-teal">Diffusing and gossip computations</h4>
The Dijkstra-Scholten diffusing computation algorithm
</a>
</li>
<li>
<a
href=
"DiffusingComputations/ScenarioActiveIdle.html">
Diagrams showing Diffusing Computation
</a>
</li>
<li>
<a
href=
"DiffusingComputations/ApplicationsDiffusingComputation.html">
Applications of Diffusing Computation
</a>
</li>
<li>
<a
href=
"DiffusingComputations/ApplicationsDiffusingComputation.html">
Applications of Diffusing Computation
</a>
</li>
<li>
<a
href=
"DiffusingComputations/DiffusingComputationsExample.html">
Combining Algorithms: How an Agent determines a Global Snapshot.
</a>
</li>
<li>
<a
href=
"DiffusingComputations/ApplicationsDiffusingComputationSelfTest.html">
Diffusing Computation: A Small Self Test
</a>
</li>
</ol>


Expand All @@ -380,6 +427,12 @@ <h4 class="w3-text-teal">Consensus Algorithms</h4>
</a>
</li>
<li>
<a
href="Paxos/PaxosExamples.html">
Paxos Self Test
</a>
</li>
<li>
The Raft algorithm: Not done
</li>
</ol>
Expand Down

0 comments on commit 8d40649

Please sign in to comment.