Skip to content

Mock simulation of the hostel counselling procedure at VIT done as a data structures and algorithms course project component. Involves the use of queues, hash tables, file handling, linked list, analysis of various sorting algorithms all implemented using C language.

License

Notifications You must be signed in to change notification settings

rushabhkela/Hostel-Counselling-and-Management

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation


Hostel Counselling and Management


Explore the docs »

View Code · View Demo · Add a feature

Table of Contents
  1. About The Project
  2. Getting Started
  3. Usage
  4. Contributing
  5. License
  6. Contact
  7. Know More

About The Project

Every year VIT HOSTEL COUNSELLING is held in the second/third week of March during the Winter Semester for students’ room reservation for the ensuing academic year. Room reservation criteria and rules will be purely based on the academic performance well as the clean chit record of students’ discipline as per Code of Conduct, as practiced every year. Simulation of this project will involve taking the details of the students as inputs, then the will be stored in respective branches (such as CSE, ECE, Mechanical etc.). The desired output shall be a combined list of students from all branches along with their NCGPA’s followed by a user – friendly counselling procedure and room allotments.

(back to top)

Built With

This project was built with the following frameworks and technologies:

(back to top)

Getting Started

Follow the steps given below to run the project on your system.

Prerequisites

  • GCC
    Install GCC Compiler and IDE to run the code.
    Run the following to check if gcc is installed correctly.
    gcc -v 

Running the Project

  1. Create a file of students with the required details as shown in the metadata.
  2. Sample file - https://github.com/rushabhkela/Hostel-Counselling-and-Management/blob/main/StuDetails.txt
  3. Clone the repo
    git clone https://github.com/rushabhkela/Hostel-Counselling-and-Management.git
  4. Go into the root directory
    cd Hostel-Counselling-and-Management
  5. Run the project
    gcc hostel.c -w
    a.exe

(back to top)

Usage

Terminal Outputs

1 2 3 4 5 6 7 8 9

(back to top)

Contributing

Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.

If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

(back to top)

License

Distributed under the MIT License. See LICENSE for more information.

(back to top)

Contact

Rushabh Kela - +91 9834473257 - kelarushabh@gmail.com

Project Link: https://github.com/rushabhkela/Hostel-Counselling-and-Management

(back to top)

About

Mock simulation of the hostel counselling procedure at VIT done as a data structures and algorithms course project component. Involves the use of queues, hash tables, file handling, linked list, analysis of various sorting algorithms all implemented using C language.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages