Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/vmarkovtsev/mipt_diht_2015

Helper code for DIHT faculty of MIPT's course on algorithms (2nd year)
https://github.com/vmarkovtsev/mipt_diht_2015

Last synced: 22 days ago
JSON representation

Helper code for DIHT faculty of MIPT's course on algorithms (2nd year)

Awesome Lists containing this project

README

        

DIHT 2015 Algorithms Course Helper
==================================

To compile the programs you will need a C++14 - compatible compiler, e.g. GCC 4.5+ or Clang 3.5+ or MS VS C++ 2015.

Example how to compile:

```
g++ --std=c++14 source.cc -o source
```

Implemented:
------------

* 04_cut_vertices - finding cut vertices in an undirected graph