This repo presents several tasks for training in programming interviews. It includes theory and practice.
Notes
- Problems from books don't have input data, so I prepared some when necessary. I recommend the following command for running them:
./a.out <input/{file}.txt>
References 📖
- [LEV2012] - Introduction to Analysis and Design of Algorithms by A.Levitin
- [HALIM2021] - Competitive Programming 4 by Steven Hallim et.al