Data Structures & Algorithms in C++
Goodrich, Tamassia, Mount and Goldwasser
Loading...
Searching...
No Matches
Data Structures | Namespaces | Functions
scoreboard.h File Reference
#include <stdexcept>
#include <string>
#include "array/game_entry.h"
Include dependency graph for scoreboard.h:
This graph shows which files directly or indirectly include this file:

Data Structures

class  dsac::array::Scoreboard
 Class for storing high scores ordered within an array. More...
 

Namespaces

namespace  dsac
 Code from the zyBook "Data Structures and Algorithms in C++" by Goodrich/Tamassia/Mount/Goldwasser.
 
namespace  dsac::array
 Code from the chapter "Array-Based Structures".
 

Functions

ostream & dsac::array::operator<< (std::ostream &os, const Scoreboard &sb)
 Inserts string representation of the entry to the output stream.