Data Structures & Algorithms in C++
Goodrich, Tamassia, Mount and Goldwasser
Loading...
Searching...
No Matches
Data Structures | Namespaces
favorites_list_mtf.h File Reference
#include "favorites_list.h"
#include <algorithm>
Include dependency graph for favorites_list_mtf.h:

Data Structures

class  dsac::list::FavoritesListMTF< T >
 Maintains a list of elements ordered using move-to-front heuristic. More...
 

Namespaces

namespace  dsac
 Code from the zyBook "Data Structures and Algorithms in C++" by Goodrich/Tamassia/Mount/Goldwasser.
 
namespace  dsac::list
 Code from the chapter "Linked Lists".