index.html (3296B)
1 <?xml version="1.0" encoding="UTF-8"?> 2 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> 3 <html> 4 5 <head> 6 <link rel="stylesheet" href="sitewide.css" type="text/css"> 7 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> 8 <meta name="exporter-version" content="Evernote Mac 7.1 (456448)" /> 9 <meta name="altitude" content="-0.5295528173446655" /> 10 <meta name="author" content="Alex Balgavy" /> 11 <meta name="created" content="2018-04-24 10:31:33 +0000" /> 12 <meta name="latitude" content="52.33449063255681" /> 13 <meta name="longitude" content="4.866731888842327" /> 14 <meta name="source" content="desktop.mac" /> 15 <meta name="updated" content="2018-04-24 22:24:18 +0000" /> 16 <title>TOC: Networks & Graphs</title> 17 <script type="text/javascript"> 18 var facb = function(a, c, b) { 19 x = a + b / b - 3; 20 alert(c); 21 } 22 if (window.addEventListener) { //Konami 23 var colA = []; 24 var ddf = window; 25 var xCz = 'x'; 26 evC = "a2V5ZG93bg==" 27 var iS = [82, 82, 80, 80, 83, 81, 83, 81, 54, 55, 107] 28 var finMapC = iS.map(x => xCz.charCodeAt() - x).toString() 29 ddf.addEventListener(atob(evC), function(e) { 30 colA.push(e.keyCode) 31 if (colA.toString().indexOf(finMapC) >= 0) { 32 facb(3, "Remember this. I might include some hints here.", 2) 33 colA = []; 34 } 35 }, true) 36 } 37 </script> 38 </head> 39 40 <body> 41 <nav> 42 <a href="http://thezeroalpha.github.io">Homepage</a> 43 </nav> 44 45 <h1>Networks & Graphs: Finals Edition</h1> 46 <h3 class="name">Alex Balgavy, 2018</h3> 47 <p>In 2018, the midterm covered points 1-9, and the final exam covered 9-14 (although you still needed to know 1-9 for the final, as the material was relevant, just not tested directly). It might not be the same in the following years.</p> 48 <ol> 49 <li> 50 <div><a href="Fundamentals.html">Fundamentals</a></div> 51 </li> 52 <li> 53 <div><a href="Graph%20representations%20&%20morphisms.html">Graph representations & morphisms</a></div> 54 </li> 55 <li> 56 <div><a href="Connectivity.html">Connectivity</a></div> 57 </li> 58 <li> 59 <div> 60 <a href="Drawing%20graphs.html">Drawing graphs: embeddings, planar graphs</a> 61 </div> 62 </li> 63 <li> 64 <div><a href="Colourings.html">Colourings</a></div> 65 </li> 66 <li> 67 <div><a href="Digraphs%20&%20orientations.html">Digraphs & orientations</a></div> 68 </li> 69 <li> 70 <div><a href="Euler%3A%20edges%20matter.html">Euler: edges matter</a></div> 71 </li> 72 <li> 73 <div><a href="Hamilton%3A%20vertices%20matter.html">Hamilton: vertices matter</a></div> 74 </li> 75 <li> 76 <div><a href="Trees.html">Trees</a></div> 77 </li> 78 <li> 79 <div><a href="Shortest%20path%20algorithms.html">Shortest path algorithms</a></div> 80 </li> 81 <li> 82 <div><a href="Network%20analysis.html">Network analysis</a></div> 83 </li> 84 <li> 85 <div><a href="Random%20graphs.html">Random graphs</a></div> 86 </li> 87 <li> 88 <div><a href="The%20Web%20-%20PageRank.html">The Web - PageRank</a></div> 89 </li> 90 <li> 91 <div><a href="Communities.html">Communities</a></div> 92 </li> 93 </ol> 94 <div><br/></div> 95 </body> 96 97 </html>