InterView TIPS
The Algorithm Design Manual- recommended book
Introduction to Algorithms
InterView TIPS
The Algorithm Design Manual- recommended book
Introduction to Algorithms
| ____ ____ _ _ __ _ ____ _ _ | |
| | _ \| _ \ / \ | |/ / / \ / ___|| | | | | |
| | |_) | |_) | / _ \ | ' / / _ \ \___ \| |_| | | |
| | __/| _ < / ___ \| . \ / ___ \ ___) | _ | | |
| |_| |_| \_/_/ \_|_|\_/_/ \_|____/|_| |_| | |
| ____ _ _ | |
| | _ \ _ __ __ _| | ____ _ ___| |__ | |
| | |_) | '__/ _` | |/ / _` / __| '_ \ |
Document Structure and Semantics
Logic
Formatting and DIsplay
| // RemoveDuplicates.cpp : main project file. | |
| #include "stdafx.h" | |
| #include <iostream> | |
| #include <stdio.h> | |
| #include <stdlib.h> | |
| #include <crtdbg.h> | |
| #include "DebugHelper.h" | |
| #ifdef _DEBUG |
| #include <iostream> | |
| #include <stack> | |
| #include <algorithm> | |
| using namespace std; | |
| int main() { | |
| int n, x, c; | |
| std::stack<int> main_stack; | |
| std::stack<int> side; | |
| cin >> n; |
| // PREREQ: | |
| // STEP 1: | |
| // Node | |
| // install 'open' node package | |
| // npm install -g open | |
| // change this daily to some random name | |
| var txt = 'asfasdfsdf'; | |
| // STEP 2: | |
| // get the cvid for your account This is a one time thing |
| class Node: | |
| def __init__(self, v=None): | |
| self.val = v | |
| self.left = None | |
| self.right = None | |
| class BST: | |
| def __init__(self): | |
| self.top = Node(); |
| # Graph implementation in python | |
| # adjacency list representation | |
| class Graph: | |
| def __init__(self, no_of_nodes): | |
| self.n = no_of_nodes | |
| self.al = [] | |
| for i in range(no_of_nodes): | |
| self.al.append(list()) |
| {"level":"info","message":"triggered zazu hotkey","timestamp":"2017-02-13T16:14:48.546Z"} | |
| {"level":"verbose","message":"sending showWindow event from toggle event","timestamp":"2017-02-13T16:14:48.557Z"} | |
| {"level":"info","message":"showing window from manual trigger","timestamp":"2017-02-13T16:14:48.558Z"} | |
| {"level":"info","message":"scoping block","timestamp":"2017-02-13T16:14:48.732Z"} | |
| {"plugin":"tinytacoteam/zazu-calculator","level":"info","message":"activate plugin","timestamp":"2017-02-13T16:14:48.738Z"} | |
| {"plugin":"tinytacoteam/zazu-file-finder","level":"info","message":"activate plugin","timestamp":"2017-02-13T16:14:49.010Z"} | |
| {"plugin":"tinytacoteam/zazu-fallback","level":"info","message":"activate plugin","timestamp":"2017-02-13T16:14:49.066Z"} | |
| {"plugin":"tinytacoteam/zazu-template","level":"info","message":"activate plugin","timestamp":"2017-02-13T16:14:49.116Z"} | |
| {"plugin":"tinytacoteam/zazu-system","level":"info","message":"activate plugin","timestamp":"2017-02-13T16:14:49.159Z"} | |
| {"plugin":"tinytacotea |
https://www.youtube.com/watch?v=l_OPR2yh2co
All people seems to need data processing
Network aware applications eg browser