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

https://github.com/drapegnik/algorithms

⏱️practise tasks on theory of algorithms on FAMCS, BSU
https://github.com/drapegnik/algorithms

algorithms brute-force bsu c-plus-plus cpp data-structures famcs graph-algorithms

Last synced: about 2 months ago
JSON representation

⏱️practise tasks on theory of algorithms on FAMCS, BSU

Awesome Lists containing this project

README

        

# Algorithms

[![Codacy Badge](https://api.codacy.com/project/badge/Grade/f005bd245c67422a8815746bfaac0021)](https://www.codacy.com/app/Drapegnik/algorithms?utm_source=github.com&utm_medium=referral&utm_content=Drapegnik/algorithms&utm_campaign=Badge_Grade)

My solutions problems from [Theory of algorithms course](https://acm.bsu.by/) on
[FAMCS](http://www.fpmi.bsu.by/en/main.aspx),
[BSU](http://www.bsu.by/en/main.aspx)

- [subject #1](https://github.com/Drapegnik/algorithms/tree/master/subject1_task14) -
**Binary Search Trees**
- [subject #2](https://github.com/Drapegnik/algorithms/tree/master/subject2_task19.1) -
**Recurrence Relations**
- [subject #3](https://github.com/Drapegnik/algorithms/tree/master/subject3_task42) -
**Data Structures**
- [subject #4](https://github.com/Drapegnik/algorithms/tree/master/subject4_task10) -
**Algorithms on graphs**
- [subject #5](https://github.com/Drapegnik/algorithms/tree/master/subject5_task16) -
**Brute force**
- [subject #6](https://github.com/Drapegnik/algorithms/tree/master/subject6_task17) -
**Approximate algorithms**

_by [@drapegnik](https://github.com/Drapegnik), february'16 - may'16_