Skip to content
#

exam-scheduler

Here are 9 public repositories matching this topic...

This project can help you understand the Data Structure and Algorithms in a more efficient manner. It aims at scheduling the studies for maximizing marks during exams. Most students face this problem during exams that what to study to get the best out of their limited time.

  • Updated Sep 9, 2022
  • C++

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

Improve this page

Add a description, image, and links to the exam-scheduler 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-scheduler topic, visit your repo's landing page and select "manage topics."

Learn more