Corning Community College CSCS2330 Discrete Structures Assignments, Documents, Information, and Projects ======Projects====== | [[/haas/fall2024/discrete/projects/wcpX|wcp1]] (due 20240828) | | [[/haas/fall2024/discrete/projects/btt0|btt0]] (due 20240904) | | [[/haas/fall2024/discrete/projects/wcpX|wcp2]] (due 20240904) | | [[/haas/fall2024/discrete/projects/pctX|pct0]] (bonus; due 20240905) | | [[/haas/fall2024/discrete/projects/pctX|pct1]] (bonus; due 20240905) | | [[/haas/fall2024/discrete/projects/pctX|pct2]] (due 20240905) | | [[/haas/fall2024/discrete/projects/abc0|abc0]] (due 20240906) | | [[/haas/fall2024/discrete/projects/msi0|msi0]] (due 20240911) | | [[/haas/fall2024/discrete/projects/pctX|pct3]] (bonus; due 20240911) | | [[/haas/fall2024/discrete/projects/wcpX|wcp3]] (due 20240911) | | @lightgreen:[[/haas/fall2024/discrete/projects/msi1|msi1]] (due 20240918) | | @lightgreen:[[/haas/fall2024/discrete/projects/pctX|pct4]] (due 20240918) | | @lightgreen:[[/haas/fall2024/discrete/projects/wcpX|wcp4]] (due 20240918) | | [[/haas/fall2024/discrete/projects/dsr0|dsr0]] (due 20240925) | | [[/haas/fall2024/discrete/projects/pctX|pct5]] (bonus; due 20240925) | | [[/haas/fall2024/discrete/projects/wcpX|wcp5]] (due 20240925) | | [[/haas/fall2024/discrete/projects/gfoX|gfo0]] (due 20241002) | | [[/haas/fall2024/discrete/projects/pctX|pct6]] (due 20241002) | | [[/haas/fall2024/discrete/projects/pnc0|pnc0]] (due 20241002) | | [[/haas/fall2024/discrete/projects/wcpX|wcp6]] (due 20241002) | | [[/haas/fall2024/discrete/projects/dsr1|dsr1]] (due 20241009) | | [[/haas/fall2024/discrete/projects/pctX|pct7]] (bonus; due 20241009) | | [[/haas/fall2024/discrete/projects/wcpX|wcp7]] (due 20241009) | ======Class Stats====== * [[/haas/fall2024/discrete/projects/status|status]] ======Class Notes====== * [[/notes/discrete/fall2024/classnotes|classnotes]] ======URLs====== C Programming tutorials: * [[https://www.tutorialspoint.com/cprogramming/|C Tutorial]] * [[http://publications.gbdirect.co.uk/c_book/|The C Book, online C book]] * [[http://publications.gbdirect.co.uk/c_book/thecbook.pdf|PDF of above]] * [[/_media/haas/printf.pdf|printf PDF]] * [[https://www.cprogramming.com/tutorial/c-tutorial.html?inl=hp|C tutorial]] Algorithmic Efficiency: * https://www.youtube.com/watch?v=cCKOl5li6YM (at least the first third to half) Pointers: * http://www.youtube.com/watch?v=5VnDaHBi8dM (an essential, if not critical, watch) ======Week 1====== * Welcome to Discrete Structures! (aka Computer Science math! NOT to be confused with Math for Computer Scientists). * This is a class that focuses on the patterns, mathematics (combinatorics), logic, and algorithms that are inherent to computing. * We'll endeavor to do this by working on progressively more involved projects, so you'll get to appreciate the concepts we learn through their application in programs, hopefully in combinations with many others we've learned (not just one-shot isolated programs).