Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@kislayabhi
kislayabhi / The Technical Interview Cheat Sheet.md
Created November 4, 2015 07:09 — forked from tsiege/The Technical Interview Cheat Sheet.md
This is my technical interview cheat sheet. Feel free to fork it or do whatever you want with it. PLEASE let me know if there are any errors or if anything crucial is missing. I will add more links soon.

Studying for a Tech Interview Sucks, so Here's a Cheat Sheet to Help

This list is meant to be a both a quick guide and reference for further research into these topics. It's basically a summary of that comp sci course you never took or forgot about, so there's no way it can cover everything in depth. It also will be available as a gist on Github for everyone to edit and add to.

Data Structure Basics

###Array ####Definition:

  • Stores data elements based on an sequential, most commonly 0 based, index.
  • Based on tuples from set theory.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@kislayabhi
kislayabhi / mkm.ipynb
Created August 3, 2014 12:55
visiting cards
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@kislayabhi
kislayabhi / SCENE.ipynb
Last active August 29, 2015 14:04
Scene Classification
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@kislayabhi
kislayabhi / ANPR.ipynb
Last active March 28, 2019 02:30
ANPR
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@kislayabhi
kislayabhi / conversion.cpp
Last active August 29, 2015 14:01
shogun::SGMatrix<float64_t> to cv::Mat conversion and vice versa.
#include <opencv2/core/core.hpp>
#include <opencv2/highgui/highgui.hpp>
#include <shogun/base/init.h>
#include <shogun/lib/common.h>
#include <shogun/lib/SGMatrix.h>
#include <shogun/features/DenseFeatures.h>
#include <map>
#include <iostream>
@kislayabhi
kislayabhi / pca
Created April 19, 2014 10:37
tentative notebook with fixed legends
This file has been truncated, but you can view the full file.
{
"metadata": {
"name": "",
"signature": "sha256:3c7a0e4cb9075c8c3377a4eb4d32074d3662e9f265738399356cac1b5e568833"
},
"nbformat": 3,
"nbformat_minor": 0,
"worksheets": [
{
"cells": [