Giter Site home page Giter Site logo

zhetingliu / maximum-clique Goto Github PK

View Code? Open in Web Editor NEW
0.0 0.0 1.0 172 KB

This assignment is 2018 spring semester for the course named Data Science in NTHU CS. Find a MAX clique for an undirected graph

Makefile 4.93% C++ 95.07%
clique max-clique

maximum-clique's Introduction

This assignment is 2018 spring semester for the course named Data Science in NTHU CS.

Goal

  • Find a MAX clique for an undirected graph
  • Use C++ to implement it

Testing environment

  • OS: Windows10
  • Compiler: g++ 5.4.0(C++11)

Data format

  • Input file is a .txt file. The following is the content. A line means one edge. Each edge uses one space to distinguish the ID of two nodes. It means that there is an edge between these two nodes.
   0 1
   0 2
   0 3
   0 4
  • The output file is also a .txt file. The following is the content. Each line represents the ID of one node. The output order is in ascending order.
0
1
2

Operation

  • Use makefile to compile this program. Type this instruction "main.exe inputFileName.txt oututFileName.txt" in the cmd.
  • The program will be terminated if the execution time is over 3 minutes or it finds the MAX clique.

maximum-clique's People

Contributors

zhetingliu avatar

Forkers

merevoli-datluu

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.