For Teams Create Developer Profile Sign In

Data Structures (Trees, Dictionary)

  • library_books
  • graphic_eq Easy

Technologies

Python

Tags

Data Structure, Python

Max score

200

Start Solving
Description

Data structure is a particular way of organizing data in a computer so that it can be used efficiently. Different kinds of data structures are suited to different kinds of applications.

In this problem set, you'll be introduced to the following data structures.
1. Binary Tree
2. Dictionary

The problems in this problem set require you to write a script in Python using the required data structure and process the data in standard input and output the required output to standard output.