Python Forum
Startiing a Course/Subject System with inquiry
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Startiing a Course/Subject System with inquiry
#2
What have you tried? We're not big on writing code for people here, but we would be happy to help you fix your code when you run into problems. When you do run into problems, please post your code in Python tags, and clearly explain the problem you are having, including the full text of any errors.

Note that this is what is technically called a graph, with the courses as nodes and the prerequisite relationships as edges. This can be represented in a dictionary, with the course IDs as keys and a list of course they link to (or courses that link to them) as the values. And of course, a big part of the question is how are you given the data on the course prerequisites?
Craig "Ichabod" O'Brien - xenomind.com
I wish you happiness.
Recommended Tutorials: BBCode, functions, classes, text adventures
Reply


Messages In This Thread
RE: Startiing a Course/Subject System with inquiry - by ichabod801 - Nov-24-2019, 01:17 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Calculate median for school grades per subject siki 1 1,929 May-10-2021, 11:41 AM
Last Post: jefsummers

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020