GitHub topics: exam-scheduling
HxnDev/Exam-Schedling-using-Backtracking-Algorithm
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.
Language: Python - Size: 85.9 KB - Last synced at: about 1 month ago - Pushed at: almost 4 years ago - Stars: 5 - Forks: 1

Phantom-Studiosad/Exam-Scheduling-Management-System_Mobile-App
I have tried to create a software solution i.e Exam Scheduling Management System Using Flutter and Firebase, to simplify the process of exam schedule, which can automate the process of exam-scheduling and save a lot of time and effort. Examination Scheduling Management System atomizes the process of assigning seating arrangement. The dates of examination are provided to the system, the system accesses the college database for student and classroom information and creates an exam schedule on the given dates. The system allocates invigilation to faculties on examination day based on their availability.
Language: Dart - Size: 5.36 MB - Last synced at: over 1 year ago - Pushed at: over 3 years ago - Stars: 17 - Forks: 7

BigWheel92/exam-scheduler-using-genetic-algo
Exam Scheduling Program For FAST University. It makes use of the genetic algorithm to create the schedule.
Language: Java - Size: 5.86 MB - Last synced at: almost 2 years ago - Pushed at: over 3 years ago - Stars: 2 - Forks: 0

fardinanam/CSE318-AI-Sessional
Contains all the assignments of the course CSE-318 offered in CSE, BUET
Language: Java - Size: 15.2 MB - Last synced at: over 1 year ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

EmreKumas/Exam_Scheduling 📦
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.
Language: C - Size: 2.93 KB - Last synced at: about 2 years ago - Pushed at: over 7 years ago - Stars: 2 - Forks: 1

dharun-narayanan/Exam-Scheduling-Management-System_Mobile-App Fork of Phantom-Studiosad/Exam-Scheduling-Management-System_Mobile-App
I have tried to create a software solution i.e Exam Scheduling Management System Using Flutter and Firebase, to simplify the process of exam schedule, which can automate the process of exam-scheduling and save a lot of time and effort. Examination Scheduling Management System atomizes the process of assigning seating arrangement. The dates of examination are provided to the system, the system accesses the college database for student and classroom information and creates an exam schedule on the given dates. The system allocates invigilation to faculties on examination day based on their availability.
Language: Dart - Size: 5.36 MB - Last synced at: about 2 years ago - Pushed at: over 3 years ago - Stars: 2 - Forks: 0

SameetAsadullah/CSP-on-Exam-Scheduling-Using-Backtracking
Python program to implement Constraint Satisfaction Problem (CSP) on Exam Scheduling Problem using Backtracking Algorithm
Language: Python - Size: 1.95 KB - Last synced at: 2 months ago - Pushed at: almost 3 years ago - Stars: 1 - Forks: 0
