School Timetable Creator (Turbo C++)
Written by Sreekumar K J, c. 2000.

Creates school timetables: allows manual setting of class teachers,
verifies there are enough teachers per subject before running the
allocation routines, and generates a timetable in a few seconds.

CONTENTS
  GTIMETBL.CPP   main source (631 lines)
  kj.h           author's DOS helper library
  MakeS.exe      timetable generator (original binary)
  Manager.exe    data manager (original binary)
  GTIMETBL.EXE   compiled build of GTIMETBL.CPP
  *.TBL          sample data tables
  EGAVGA.BGI, LITT.CHR   Borland graphics driver and font

NOTE ON COMPLETENESS
  GTIMETBL.CPP includes "kjmenu.cpp" and "tmhdr.cpp". Neither survived
  in the author's archives, so the source will not compile as-is. The
  original binaries are included and still run under DOSBox.

  Recovered from original media in 2026. Provided as-is.
