Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 433 Bytes

README.md

File metadata and controls

5 lines (4 loc) · 433 Bytes

Shape-Finding

Implemented a Shape Finding program that finds various listed shapes of adjacent subsequent same numbers(from 1 to 5) in a large two dimensional matrix(generated randomly). The shape and the number both are chosen by the user through console input, the iterative algorithms in C are run for different shapes and the output is displayed in a new file.

#C #Iterative_Algorithms #Large_Matrix #File_I/O #Shape_Finding