Skip to content
#

exam-schedule

Here are 11 public repositories matching this topic...

The project is to find generic solution that will facilitate generating schedule for university using “Genetic Algorithm”. The success of solution is estimated on fulfillment of given constraints and criteria.

  • Updated Aug 14, 2021
  • Jupyter Notebook

Backtracking is a general algorithm for finding solutions to some computational problems, notably constraint satisfaction problems, that incrementally builds candidates to the solutions, and abandons a candidate as soon as it determines that the candidate cannot possibly be completed to a valid solution.

  • Updated Jul 31, 2021
  • Python

This C project is built to schedule exams. It takes a text input file which contains name and lessons for every single person. The program analyses the input file and determine an appropriate exam scheduling so for every person no exam will be overlapping. A common problem in universities since no person can enter two exams at the same time.

  • Updated Mar 12, 2018
  • C

Improve this page

Add a description, image, and links to the exam-schedule topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the exam-schedule topic, visit your repo's landing page and select "manage topics."

Learn more