Our first design video. Here we go with the breakdown of a possible portfolio project!
Skip to content

takeUforward

Change Theme
Change Theme
  • Striver’s DSA Sheets
    • Strivers A-Z DSA Course
      (Absolute beginner)
    • Strivers SDE Sheet
      (For anyone who knows DSA)
    • Strivers 79 Sheet
      (For anyone with minimal time for interviews)
  • Striver’s DSA Playlists
    • Patterns (Beginner)
    • Arrays Series
    • Tree Series
    • Graph Series
    • DP Series
  • System Design
  • CS Subjects
    • SDE Core Sheet
    • Operating Systems
    • Computer Networks
  • Interview Prep Sheets
    • Blind 75
    • TCS NQT Coding Sheet
    • Interview Experience
    • Interview Prep Roadmap
  • Striver’s CP Sheet

Category: Binary Tree

April 4, 2023 Binary Tree

Binary Tree Representation in Java

A Binary Tree in Java is represented as pointers connecting to each other in a hierarchical manner where a node

Continue reading
April 4, 2023 Binary Tree

Binary Tree Representation in C++

A Binary Tree in C++ is represented as pointers connecting to each other in a hierarchical manner where a node

Continue reading
March 22, 2023 Binary Tree

Introduction to Trees

A Tree is a hierarchical data structure that is different from linear data structures like arrays, linked lists, stacks, and

Continue reading
August 3, 2022 Binary Tree / Data Structure

Subtree of Another Tree

Problem statement: Given the roots of two binary trees root and subRoot, return true if there is a subtree of

Continue reading
July 7, 2022 Binary Search Tree / Binary Tree / Data Structure

Check if Binary Tree is BST

Problem Statement: You are given the root of a binary tree. The task is to determine if the given binary

Continue reading
February 6, 2022 Binary Tree / dynamic programming

Count Number of Nodes in a Binary Tree

In this article, we will solve the most asked coding interview problem: Count Number of Nodes in a Binary Tree

Continue reading
February 1, 2022 Binary Tree

Binary Tree Traversal : Inorder Preorder Postorder

The tree is a non-linear data structure, unlike Linked List and Arrays. It is a hierarchical data structure that can

Continue reading
January 29, 2022 Binary Tree

Application of Tree Data Structure

The tree is a non-linear data structure, unlike Linked List and Arrays. It is a hierarchical data structure as each

Continue reading
January 25, 2022 Binary Tree / Data Structure

Construct Binary Tree from Inorder and PostOrder Traversal

In this article, we will solve the most asked coding interview problem: Construct A Binary Tree from Inorder and PostOrder

Continue reading
January 20, 2022 Binary Tree / Data Structure

Construct A Binary Tree from Inorder and Preorder Traversal

In this article we will solve the most asked coding interview problem: Construct A Binary Tree from Inorder and Preorder

Continue reading

Posts navigation

1 2 3 4 Next Posts»
Latest Video on takeUforward
Latest Video on Striver

Recent Posts

  • Functions in Java (Pass by Reference and Value)
  • Functions in C++ (Pass by Reference and Value)
  • While Loops in Programming
  • Understanding For Loop
  • Switch Case Statements

TUF Logo

Don't have an account?

TUF Logo

Already have an account?

Company tags



0/4000

Company yt-sol

takeUforward
The best place to learn data structures, algorithms, most asked
coding interview questions, real interview experiences free of cost.
Follow Us
DSA Playlist Array Series Tree Series Graph Series DP Series
DSA Sheets Striver’s SDE Sheet Striver’s A2Z DSA Sheet SDE Core Sheet Striver’s CP Sheet
Contribute Write an Article
Copyright © 2023 takeuforward | All rights reserved