Skip to content
Snippets Groups Projects
Commit f085c5a2 authored by Tomáš Kořistka's avatar Tomáš Kořistka
Browse files

Removed redundant file created information

parent 947eac71
No related branches found
No related tags found
No related merge requests found
//
// Created by tomas on 3/23/20.
//
#ifndef QUERYING_COMPUTOR_H
#define QUERYING_COMPUTOR_H
 
......
//
// Created by tomas on 3/23/20.
//
#include "Query.h"
 
using namespace std;
......
//
// Created by tomas on 3/23/20.
//
#include "Space.h"
 
using namespace std;
......
//
// Created by tomas on 3/24/20.
//
#include "WeightedDocument.h"
 
WeightedDocument::WeightedDocument(int id, double weight)
......
//
// Created by tomas on 3/24/20.
//
#ifndef QUERYING_WEIGHTEDDOCUMENT_H
#define QUERYING_WEIGHTEDDOCUMENT_H
 
......
//
// Created by tomas on 3/23/20.
//
#include "InvertedIndexJSONParser.h"
 
#include <utility>
......
//
// Created by TomTom on 28.03.2020.
//
#include "QueryJSONParser.h"
 
using namespace std;
......
//
// Created by TomTom on 28.03.2020.
//
#ifndef QUERYING_QUERYJSONPARSER_H
#define QUERYING_QUERYJSONPARSER_H
 
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment