-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
94 lines (68 loc) · 3.45 KB
/
_config.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
title: CSCI-UA 480 (Algorithmic Problem Solving)
short_title: APS
description: "Course website for CSCI-UA 480 (Algorithmic Problem Solving) course."
baseurl: "/aps_f24" # the subpath of your site, e.g. /blog
#url: "https://joannakl.github.io/aps_f23" # the base hostname & protocol for your site, e.g. http://example.com
email_etiquette: "email_etiquette.md"
info: "info.md"
markdown: kramdown
kramdown:
entity_output: numeric
smart_quotes: apos,apos,quot,quot
exclude:
- Gemfile
- Gemfile.lock
course_number: "CSCI-UA 480"
course_name: "Algorithmic Problem Solving"
course_section: "52"
course_semester: "Fall 2024"
course_time: "Mondays and Wednesdays 12:30pm - 1:45pm, (in person, Silver 520)<br>"
current_course1_title: "CSCI 102 sec. 5"
current_course1_link: "https://cs.nyu.edu/~joannakl/cs102/"
current_course2_title: "CSCI 480 sec. 52 (APS)"
current_course2_link: "https://cs.nyu.edu/~joannakl/aps_f24/"
current_course3_title: ""
current_course3_link: ""
tutor_full: "TBD"
tutor_name: ""
instructor_office_hours: "see Brightspace"
recitation1_office_hours: "TBD"
recitation1_office_hours_location: "TBD"
tutor_hours: "TBD"
tutor_hours_location: ""
midterm_exam_date: "October 16 (Wednesday), 12:30 - 1:45 (subject to change in case of significant schedule changes)"
final_exam_date: "December 16 (Monday), 2:00 - 3:50pm (subject to change by CAS)"
final_exams_link: "http://cs.nyu.edu/dynamic/courses/exams/"
ed_site: "https://us.edstem.org/"
gradescope_site: "https://gradescope.com/"
polleverywhere_guide: "https://blog.polleverywhere.com/students-poll-everywhere-101/"
book_opt_1: "Competitive Programming, "
book_opt_1_author: "Steven Halim, Felix Halim, "
book_opt_1_edition: "3rd edition, "
book_opt_1_link: "https://cpbook.net/"
book_opt_1_note: "optional"
book_opt_1_image: "https://cpbook.net/img/cp3.png"
book_opt_2: "Programming challenges : the programming contest training manual"
book_opt_2_author: "Steven S. Skiena, Miguel A Revilla, "
book_opt_2_edition: ""
book_opt_2_link: "http://bobcat.library.nyu.edu/primo-explore/fulldisplay?docid=nyu_aleph004338804&context=L&vid=NYU&search_scope=all&tab=all&lang=en_US"
book_opt_2_note: "accessible through NYU Libraries"
book_opt_2_image: "https://media.springernature.com/w306/springer-static/cover-hires/book/978-0-387-22081-9"
book_opt_3: "Guide to competitive programming : learning and improving algorithms through contests, "
book_opt_3_author: "Antti Laaksonen, "
book_opt_3_edition: ""
book_opt_3_link: "http://bobcat.library.nyu.edu/primo-explore/fulldisplay?docid=nyu_aleph006481511&context=L&vid=NYU&search_scope=all&isFrbr=true&tab=all&lang=en_US"
book_opt_3_note: "accessible through NYU Libraries"
book_opt_3_image: "https://media.springernature.com/w306/springer-static/cover-hires/book/978-3-319-72547-5"
book_opt_4: "Principles of Algorithmic Problem Solving, "
book_opt_4_author: "Johan Sannemo, "
book_opt_4_edition: ""
book_opt_4_link: "http://www.csc.kth.se/~jsannemo/slask/main.pdf"
book_opt_4_note: "preliminary draft of the book, available through the author's site "
book_opt_4_image: ""
book_opt_5: "Algorithmic problem solving, "
book_opt_5_author: "Roland C. Backhouse, "
book_opt_5_edition: "2011"
book_opt_5_link: "http://bobcat.library.nyu.edu/primo-explore/fulldisplay?docid=nyu_aleph005560996&context=L&vid=NYU&search_scope=all&tab=all&lang=en_US"
book_opt_5_note: "accessible through NYU Librarires"
book_opt_5_image: "https://media.wiley.com/product_data/coverImage300/34/04706845/0470684534.jpg"