An open API service indexing awesome lists of open source software.

https://github.com/bedus-creation/c-programming-award-wining-project

That was an intra-college c programing competition. The task was to write a program in c so that we can sort the list of application for hostel residence based on different merits.
https://github.com/bedus-creation/c-programming-award-wining-project

Last synced: about 1 year ago
JSON representation

That was an intra-college c programing competition. The task was to write a program in c so that we can sort the list of application for hostel residence based on different merits.

Awesome Lists containing this project

README

          

## Task
This project is totally dependent in c programing. This can be used
to sorting the hostle applicants list depending upon the following
criteria.The priority is given as following.
1. Disable student must get 2 sits.
2. students from remote district the priroty level to the
district is given.
2. ioe rank.
3. +2 from goverment clz gets higher priority.
4. slc from government school gets higher priority.

## Execution
```shell
make
```

> This program is expected to run in both windows and linux based system.