#include <iostream>
#include <vector>
#include <algorithm>
...

C++ The 3n+1 problem

by https://me.yahoo.com/a/PdY5mndw1tV8wEfh9xk0bSYa9tKf5g.hRlk-, February 15, 2011 22:59, 5 refactorings, tagged with refactor, c++ algorithm, refractoring, beginner, problem

What improvements can be ma...

55502f40dc8b7c769880b10874abc9d0 Talk
#include <iostream>
#include <limits>
#include <map>
...

C++ Breadth First Search (Textb...

by medikgt.myopenid.com, July 11, 2009 02:06, 1 refactoring, tagged with c++ algorithm

This is the BFS example use...

55502f40dc8b7c769880b10874abc9d0 Talk