Skip to content

YouCanKeepSilence/sem4ds

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

86 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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)