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.
- Host: GitHub
- URL: https://github.com/bedus-creation/c-programming-award-wining-project
- Owner: bedus-creation
- Created: 2019-04-12T15:30:07.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2021-05-21T23:57:24.000Z (about 5 years ago)
- Last Synced: 2025-02-13T22:37:12.195Z (over 1 year ago)
- Language: C
- Homepage:
- Size: 1.21 MB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
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.