Answered step by step
Verified Expert Solution
Link Copied!

Question

00
1 Approved Answer

Assume, you are given a text file that includes the data about the facebook collected through the METUNCC account. This file includes the following information

Assume, you are given a text file that includes the data about the facebook collected through the METUNCC account. This file includes the following information
PostID: this is the unique id for the post made
PostMessage: this is the content of the post message
Type: It shows the type of the post which can be "Link" or "photo".
Total Reach: The total number of people the post has been served to.
Assume you process this file, and generate a BST tree according to the TotalReach information.
Write a func (an algorthm or a code) to display the details of the post with the least number of people the post hasbeenservedto

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access with AI-Powered Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Students also viewed these Databases questions