Skip to content
This repository was archived by the owner on Apr 14, 2026. It is now read-only.

qwrtsdev/dsa-project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Track 4: The "Resource Optimizer"

The Scenario: The department has limited classrooms and needs to rank courses.

  • Feature A (Max Load): At any moment, the system must be able to tell the user which course currently has the highest credit load .
  • Feature B (Sort): Provide a list of all courses sorted by CourseCode for the official catalog.

วิธีการรันโปรแกรม

  • กดรันไฟล์ main.py ได้โดยตรง
  • หรือใช้คำสั่งในโฟลเดอร์ /dsa-project ของโปรเจค
    python main.py



วิเคราะห์ BigO

  • get_max_load : O(1)
  • list_sorted : O(n log n)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages