The matrix will automatically filled the outer border incrementally starting from designated point. This repository is archived from the 3rd-semester personal challenge from lecturer on the data structure course, Sriwijaya University.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. The program is made with C programming language.
What things you need to install the software
- C compiler or IDE - Code::Blocks, etc.
- open the IDE, run.
- the user will be asked to input 4 parameters, "baris", "kolom", "lokasi baris", "lokasi kolom", example:
baris: 6
kolom: 6
lokasi baris: 2
lokasi kolom: 3
322234
321234
322234
333334
444444
555555
- Generate Doppler Effect Pattern Matrix with Recursive, Irfan, 2017