Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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)
- Host: GitHub
- URL: https://github.com/vmarkovtsev/mipt_diht_2015
- Owner: vmarkovtsev
- License: cc0-1.0
- Created: 2015-10-01T19:56:47.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2015-11-19T16:48:14.000Z (almost 9 years ago)
- Last Synced: 2023-04-03T10:57:46.758Z (over 1 year ago)
- Language: C++
- Homepage:
- Size: 6.84 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
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