πŸ‘¨β€πŸ’»
Cracking-Interview
search
⌘Ctrlk
πŸ‘¨β€πŸ’»
Cracking-Interview
  • Data Structures and Algorithms
  • Arrays
  • Linked List
  • Strings
  • Binary Tree
    • Terminology and Formula
    • N-ary Tree
    • Tree Traversals
    • Problems Related to Binary Trees
  • Stack and Queue
  • Hash Table
  • Binary Search
  • Binary Search Tree
  • Bit manipulation
  • Graph
  • Disjoint Sets(Union-Find)
  • Heap and Priority Queue
  • Trie
  • Dynamic Programming
  • Greedy Algorithms
  • Backtracking
  • Sub Array and Sliding Window Problems
  • Design
  • Maths
  • Sorting-Algorithms
    • Merge Sort
    • Quick Sort
    • Heap Sort
    • Selection Sort
    • Bubble Sort
    • Insertion Sort
  • Expected Interview MCQ and Questions c++
  • Concepts in C++
  • System Design Questions
  • πŸ’ΎDBMS
    • Introduction
    • RBMS
    • JOINS
    • SQL
  • πŸ–₯️OS
    • OS and Its Types
    • Process Concept and Threads
    • Process Synchronization
    • Deadlock in Operating System
    • Memory Management
    • Imp Questions of OS for Interviews
  • πŸš™OOPS
    • Introduction and Definitions
  • πŸ“¨COMPUTER-NETWORKS
    • OSI | TCP IP Model
    • Topology
    • Network Devices
    • IP Address
gitbookPowered by GitBook
block-quoteOn this pagechevron-down

Binary Tree

Various problems related to Binary Trees

hashtag
Tree Traversals

2.Pre-order Traversalchevron-right1.In-order Traversalchevron-right3.Post-order Traversalchevron-right4.Level-order Traversalchevron-right5.Vertical Order Traversalchevron-right

hashtag
Problems

Problems Related to Binary Treeschevron-right

hashtag
Theory

Terminology and Formulachevron-right

PreviousRabin-Karp Algorithm for Pattern Searchingchevron-leftNextTerminology and Formulachevron-right

Last updated 5 years ago

  • Tree Traversals
  • Problems
  • Theory