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
- Host: GitHub
- URL: https://github.com/drapegnik/algorithms
- Owner: Drapegnik
- Created: 2016-05-28T10:27:47.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2018-09-04T20:32:43.000Z (over 6 years ago)
- Last Synced: 2025-02-12T05:12:35.843Z (4 months ago)
- Topics: algorithms, brute-force, bsu, c-plus-plus, cpp, data-structures, famcs, graph-algorithms
- Language: C++
- Homepage: https://acm.bsu.by
- Size: 25.4 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Algorithms
[](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_