- Introduction
- Folders
- Final progress
The main repository for my 2nd grade in MIPT.
It contains homeworks that were checked by Kostantin https://github.com/tilir
Errors- convenient library for loggingOpenCL_Strings- finding patterns in the big string using GPU powerOpenCL_BitSort- sorting arrays using GPU powerGraph- Knut`s way for storing and using graphBalanced_set- AVL tree with some extra data. Helps to be faster than std::setLanguage- ParaCLMatrix- convenient 2D array with fast calculations of determinantLLVM- not done yetLFU_Cache- first, the simplest project in ILABIntersections- geometry wrapper for finding intersections in trianglesBinary_Heap- attempt to solve 2nd level in branch, called trees
| Task | Level | Max |
|---|---|---|
| Cache | 1 | 1 |
| Geometry | 0.9 | 9 |
| Set | 1.5 | 9 |
| Matrix | 1.6 | 9 |
| Language | 1 | 9 |
| OpenCL | 4.2 | 9 |
| Graph | 1.3 | 9 |