In C language

A car is to be parked in 5x5 matrix parking lane.First of all we have to search the free space in the given matrix and then we have to allocate the memory to the car .Afterwards we have to remove the car from the parking lane.(In C using data structure)

Original : C using datastructure - help - CodeChef Discuss