Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 654 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 654 Bytes

Programming labs from the end of 2-nd course (4-th semester)

Teacher: Dmitriy Bondin

  1. Stirlitz: Program which can decrypt text in incorrect encoding and transalte it into readable format
  2. Calc: Calculator plugin for given interface which can calculate string expressions
  3. Huffman: Huffman compression algorithm realization
  4. LZW: LZW compression algorithm realization
  5. MergeSort: Merge sort algorithm realization (at cats) with cat generator :)
  6. SokobanSolver: Breadth first search for solve sokoban game

All labs used C++ as progamming language and QT creator as IDE.

Original formatting preserved (C'mon, I was a student)