BitMagic-C++
Typedefs | Functions
strsvsample02.cpp File Reference

Example: str_sparse_vector<> insertion sort example. More...

#include <iostream>
#include <string>
#include <vector>
#include <random>
#include <algorithm>
#include "bm.h"
#include "bmstrsparsevec.h"
#include "bmsparsevec_algo.h"
#include "bmundef.h"
Include dependency graph for strsvsample02.cpp:

Go to the source code of this file.

Typedefs

typedef bm::bvector bvector_type
 
typedef bm::str_sparse_vector< char, bvector_type, 32 > str_sv_type
 

Functions

static void generate_string_set (vector< string > &str_vec)
  More...
 
static void insertion_sort (str_sv_type &str_sv, const vector< string > &str_vec)
  More...
 
int main (void)
  More...
 

Detailed Description

Example: str_sparse_vector<> insertion sort example.

Definition in file strsvsample02.cpp.