Git Product home page Git Product logo

interview-guide's Introduction

Interview Guide

This repo is my guide for interview preparation. Feel free to use it as you see fit. It consists of common data structure and algorithm implementations and notes, complexity analyses, and interview questions I have come across. My implementations are done in Python for uniformity and convenience. However, the solutions that I provided to the interview questions are not necessarily done in Python.



Data Structures

Linked Lists
Singly Linked code notes
Doubly Linked code notes
Stacks
LIFO code notes
Queues
FIFO code notes
Deque code notes
Priority Queue code notes
Trees
BST code notes
AVL code notes
Red-Black code notes
Hash Tables
Open Addressing code notes
Separate Chaining code notes
Graphs
Adjacency List code notes
Adjacency Matrix code notes


Algorithms

Sorting

Bubblesorts
Bubblesort code notes
Simple Sorts
Insertion Sort code notes
Selection Sort code notes
Efficient Sorts
Merge Sort code notes
Quicksort code notes
Heapsort code notes
Distribution Sorts
Bucket Sort code notes
Counting Sort code notes
Radix Sort code notes

Graphing

Greedy
Kruskal's Algorithm code notes
Prim's Algorithm code notes
Huffman Coding code notes
Dynamic Programming
Bellman-Ford Algorithm code notes
Dijkstra's Algorithm code notes
A* Search Algorithm code notes
Breadth First Search
Breadth First Search code notes
Depth First Search
Depth First Search code notes


Interview Q&A

Coding

Easy
Balanced Delimiters code notes
First Repeating Character code notes
Add Reversed Linked Lists code notes
Rectangle Overlap code notes
Greatest Time code notes
Prime Numbers code notes
Merge Sort code notes
BST code notes
Medium
NxN Board Game code notes
Longest Palindrome code notes
Product Seeds code notes
Iterative Inorder Traversal code notes
Minimum Length Subarray code notes
Linked List Palindrome code notes
k Most Frequent Elements code notes
Hard
Kth Nearest Point code notes
Shortest Path with Obstacle Avoidance code notes
code notes

Brain Teasers

Easy
Sudoku Sub-Grid Problem
10x10x10 Rubik's Cube Problem
Medium
Three Wise Men Problem
Hard

Theory/Technology

interview-guide's People

Contributors

arlieu avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

interview-guide's Issues

Bugs and optimizations

List bugs and optimizations along with the file and, if known, relevant line numbers.

To Do

  1. Comment code
  2. Test edge cases

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.