Research Paper > University of Colorado, Boulder - CSCI 2270MovieTree


#include "MovieTree.hpp"#include <iostream>#include <string>#include<fstream>#include <sstream>using namespace std;// MovieNode: node struct that will be stored in the MovieTree BSTMovieNode* getMovieNode(int rank, string t, int y, float r) {MovieNode* nn = new MovieNode;nn->title = t;nn->ranking = rank;nn->year = y;nn->rating = r;return nn;}MovieTree::MovieTree() {//write your coderoot = nullptr; ...[Show More]

Preview 1 out of 4 pages
Purchase this document to unlock the blurred part and the rest of the document

Unlock Now

Reviews( 0 )

Unlock this Document

Purchase the document to unlock it.

$7.00

Unlock Now

2
1

Category:
Number of pages: 4
Language: English
Last updated: 3 years ago
Downloads: 1
Views: 2

Can't Find what you want?

PLACE CUSTOM WRITING ORDER

Related documents

Get more on Research Paper »