/programming_intro-vol1

My Practice and Experiments for the book "Программирование: введение в профессию. Том 1: азы программирования"

Primary LanguagePascalMIT LicenseMIT

programming_intro-vol1

My Practice and Experiments for the book "Программирование: введение в профессию. Том 1: азы программирования" All source code is written in Pascal programming language and to get compiled it requires Free Pascal Compiler.

How to build/clean

  • to build programs simply go to the directory and run make.
  • to remove object files run make clean-obj.
  • to remove object and executable files run make clean

What's inside

  • adt, some Abstract Data Types (ADTs)
  • misc, miscellaneous programms
  • recursion, solutions based which use recursion