Principles of Economics
2019-05-20
Introduction These are my notes for POE. The notes were written using markdown and vim (see iamcco/markdown.nvim plugin) and Pandoc (with eisvogel template). Feel free to collaborate to the Online Version of POE Notes. These are only supplementary notes and NOT Lecture Notes. Some useful resources. …
Graphs and Networks
2019-03-10
List of Algorithms Minimum Spanning Trees Krusikal’s (Any point but min with no cycle) Prim’s (From starting point) Graph Traversal Techniques BFS DFS Djkstra’s Shortest Path Apply DFS for checking cut vertex Eulerian/Hamiltonian Graphs …