#include <benchmark/benchmark.h>
namespace bench = benchmark;
#include <chrono>
#include <ctime>
#include <iostream>
#include <iomanip>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // | |
| // main.cpp | |
| // test | |
| // | |
| // Created by Slava Melanko on 12/17/18. | |
| // Copyright © 2018 Slava Melanko. All rights reserved. | |
| // | |
| #include <algorithm> | |
| #include <iostream> |
Requirements are statements about an intended product which specify what it should do or how to do it. For requirements to be effectively implemented and measured, they must be specific, unambiguous and clear.
- Business
- Business objectives
- Sponsor point of view
- Scope of the project
- User
- User point of view
- User goals
- User inputs and outputs
- Compilers:
- Sources: