Interview Documentation
latest

Data Structures

  • Array
  • Stack
  • Linked List

Algorithms

  • Array
  • Linked List
  • Searching
  • Sorting
  • Two Pointers

Networking

  • IP Address

Interview

  • Interview Preparation
  • Networking

Technical Interview

  • Python Interview Questions

Resources

  • Resources
  • Credits
  • Collaborators
Interview Documentation
  • »
  • Welcome to Interview Documentation!
  • Edit on GitHub

Welcome to Interview Documentation!¶

Interview Documentation

Data Structures¶

  • Array
    • Static Array
    • Complexity
    • Array Operations
    • Important Problems
  • Stack
    • Complexity
    • Stack Operations
    • Important Problems
  • Linked List
    • Where are they used
    • Pros and Cons
    • Complexity
    • Node
      • Defining the node for a Linked List
    • Search
    • Insert
      • Insert at head
      • Insert at Tail
      • Insert at an Index
    • Delete
      • Delete at head
      • Delete at Tail
      • Delete at Index
    • Important Problems
      • Leetcode Problems

Algorithms¶

  • Array
    • Boyer–Moore majority vote algorithm
  • Linked List
    • Floyd’s Tortoise and Hare
  • Searching
    • Linear Search
    • Binary Search
  • Sorting
    • Bubble Sort
    • Selection Sort
    • Insertion Sort
    • Merge Sort
    • Quick Sort
  • Two Pointers
    • Description

Networking¶

  • IP Address
    • IPv4

Interview¶

  • Interview Preparation
    • Interview Best Practices
    • Common Mistakes
    • Types of Inerviews
    • Analyzing the Job Description
    • Answering Inappropriate Questions
    • General Standards
    • Overcoming Nerves
  • Networking

Technical Interview¶

  • Python Interview Questions

Resources¶

  • Resources
    • Books
    • Competitive Coding
    • Online Study Materials
  • Credits
  • Collaborators

Indices and tables¶

  • Index

  • Module Index

  • Search Page

Next

© Copyright 2021, Aditya Raman Revision d89a101c.

Built with Sphinx using a theme provided by Read the Docs.