Coders Packet

Packets submitted by Rishita

C++ code for top view of a binary tree

It is a C++ code with explanation for printing the top view of binary tree. Top view of a binary tree is the set of nodes visible when the tree is viewed from the top.

Scientific Calculator in C++

A calculator built using C++ which can perform basic arithmetic operations like addition, subtraction, multiplication, division, etc.