1.1 CONTACT INFORMATION
Instructor: | Alex Gerbessiotis | |
E-mail: | alexg+cs610@njit.edu | |
Tel: | (973)-596-3244 | |
Office: | GITC 4213, 4th floor | |
@NJIT ”Office” Hours: | Mon and Wed 4:10pm-5:30pm | |
Assistant: | Check course web-page | |
Class Hours: | See Registrar course schedule; designated classroom | |
LMS: | Learning Management System to be used is canvas.njit.edu | |
Web-Page: | http://www.cs.njit.edu/~alexg/courses/cs610/index.html
| |
Web-Page: | http://web.njit.edu/~alexg/courses/cs610/index.html
| |
1.2 COURSE ADMINISTRATION
2 exams ; 5 Homeworks (HW) ; Programming project (aka PrP).
Points: 1000points=PrP(130)+Ex1(360)+ Ex2(360)+HW(150)
Five homeworks due before 12 o’clock noon i.e. 12PM for Canvas and submission through canvas.njit.edu; see calendar for dates and Document 0 for further information.
A programming project (PrP) worth 130 points. A student submission must conform to Document 4 AND BE SUBMITTED VIA Canvas BEFORE 12-o’clock noon which canvas calls 12PM of the date specified in the Calendar.
Date for Exam 1 in Course Calendar and on a class day in designated classroom. Date, Time
and Place for Exam 2 as determined by the Registrar. Exam1 is midterm and 120min. Exam2
is the final and 120min. All Exams are closed everything and cumulative; a math calculator is
allowed but is a waste of time! See Document 0 for further information and also Document 3
for the following discussion; both available in Canvas Announcements. In case NJIT declares
an emergency (eg Covid), an exam will become a canvas exam using ProctorU Record+ for
proctoring. You are thus expected before 18:00 of the 3rd Friday of the semester to either
acquire ProctorU credentials or check your existing credentials that still work for NJIT, and
also test that your equipment still works with the ProctorU setup. Hopefully this option will
not be exercised. But you and I should be prepared for the possibility of using it!
NJIT computer policies: https://ist.njit.edu/student-computers.
1.3 BASELINE COURSE SYLLABUS
CS610. Data structures and algorithms.
3 credits.
(CS114 and CS241) or equivalently (CS505 and CS506) or equivalent.
Intensive study of the fundamentals of data structures and algorithms. Presents the definitions, representations, processing algorithms for data structures, general design and analysis techniques for algorithms. Covers a broad variety of data structures, algorithms and their applications including linked lists, various tree organizations, hash tables, strings, storage allocation, algorithms for searching and sorting, and a selected collection of other algorithms.
[Recommended, designated] Algorithm Design: Foundations, analysis, and internet
examples. M. T. Goodrich and R. Tamassia. Wiley, 2001, ISBN 0-471-38365-1.
Referred to hereafter as GT.
Learning Outcomes:
Learn how and be able to understand and formulate the input-output relationship of computational problems, and formulate the requirements, data and operations of abstract data types (ADT).
Learn how and be able to asymptotically compare functions using o,O,ω,Ω,Θ, and be able to solve recurrences using the master, iteration/recursion tree, and the substitution methods.
Learn how and be able to describe, derive and determine, the asymptotic performance of algorithms for computational problems and operations on elementary and more advanced data structures.
Learn how they operate and be able to understand fundamental algorithms and data-structures, and understand their characteristics for problems related to searching, sorting, selection, operations on numbers and polynmials and matrices and graphs. Be able to choose among a variety of similar ones based on problem/program specification and requirements.
Learn how and be able to compose more complex algorithms using as building blocks the fundamental algorithms introduced in class.
Learn how and be able to compose more complex algorithms using the algorithmic design techniques introduced in class.
Learn how and be able to compose advanced data structures using as building blocks the elementary data structures introduced in class.
Learn how and be able to implement in a high-level imperative language some of the algorithms and data structures introduced in class in the form of a programming project of considerable complexity.
Learn how and be able to understand and possibly identify that some problems are complex and are not susceptible to ’easy’ solutions. Learn how and be able to understand the benefits and complexities of using randomness in computation.
Topics (with references to chapters of the designated textbook):
Ch1,2.1-2.2,4.1-4.2,5.1-5.2: Introduction. Algorithm Analysis. Asymptotic notation. Sorting. Algorithm Design Techniques. Elementary data structures.
Ch1,5.2: Asymptotic growth of functions and Recurrence relations.
Ch2.3,5,6.1-6.4: Graphs and their representation. Traversals. Union-find.
Not in GT:Web-page Ranking: Google’s PageRank, Kleinberg’s HITS algorithm.
Ch2.5-2.7: Hashing (by chaining and open-addressing). Google Example.
Ch2.4,5.1,9.3: Heaps and Priority Queues. Greedy Method. Huffman codes.
Ch4: QuickSort. Complexity of sorting. Linear-time sorting.
Ch4: Selection; Order statistics
Ch4.2,6,7: Graph Searching (DFS, BFS). Strong connectivity. Topological sorting. Shortest paths on graphs. Minimum cost spanning trees.
Ch5.2-5.3: Integers, Polynomials, Matrices. Complexity issues: WORD, BIT, SLP models.
Ch3: Binary Search Trees (BST) and Balanced BSTs: search trees of bounded height.
Ch3.3, 14.1.2: Search Trees of Bounded Depth (and height)
Ch9.1: String and Pattern matching algorithms (if time permits).
Ch13.1-13.2: The theory of NP-completeness: P, NP, co-NP, NPC, NP-hard.
1.4 CALENDAR
Spring 2022
| ||||
Week | T | W | Out | In/Comments |
W01 | 01/18 | 01/19 | HW1, PrP out on 1/18 | |
W02 | 01/25 | 01/26 | HW1 in 1/26 before noon | |
W03 | 02/01 | 02/02 | HW 2 out on 2/01 | |
W04 | 02/08 | 02/09 | HW2 in 2/09 before noon | |
W05 | 02/15 | 02/16 | HW 3 out on 2/15 | |
W06 | 02/22 | 02/23 | HW 4 out on 2/22 | HW3 in 2/23 before noon |
W07 | 03/01 | 03/02 | HW4 in 3/02 before noon | |
W08 | 03/08 | 03/09 | Exam1 3/8 | |
W– | 03/15 | 03/16 | SPRING BREAK | |
W09 | 03/22 | 03/23 | ||
W10 | 03/29 | 03/30 | HW 5 out on 3/29 | |
W11 | 04/05 | 04/06 | MON 4/4 WD | HW5 in 4/06 before noon |
W12 | 04/12 | 04/13 | ||
W13 | 04/19 | 04/20 | PrP in 4/19 before noon | |
W14 | 04/26 | 04/27 | ||
W– | 05/03 | 05/04 | NJIT follows a Friday schedule on 5/3 | |
W15 | Exam 2:(Check with Registrar) | |||
Any modification/deviation from the calendar and its items will be done in consultation with the attending a class students and be posted on the course web-page. It is imperative that students check the course web-page regularly and frequently. Exceptions are as announced by the Provost’s Office.
1.5 COURSE POLICIES
If you need special accommodations, contact the Office of Accessibility Resources and Services, KUPF 201, to discuss your specific needs. A Letter of Accommodation Eligibility from OARS authorizing your accommodations will be required and should be received by us at least two weeks plus two days before the first exam, if it also relates to a ProctorU exam, otherwise seven days before the first non ProctorU exam.
If you miss a class, you make up for lost time. No PrP extensions for any reason, medical or otherwise; submit early. If you miss an exam you MUST CONTACT the Dean of Students (DOS) within 2 working days from the day the reason for the absence is lifted with all necessary documentation and email the instructor of your intent and absence. Do not submit documentation to the instructor: it is a private matter between you and the Dean of Students. The maximum accommodation period will be the number of missing days to the exam date: it is imperative then that you contact DOS even before the 2 working day period has expired if the accommodation period would be shorter. For Exam1, a DOS approval will get you a scaled (Exam2) grade for Exam1. No makeup exam for a ProctorU exam.
Power down and switch off (not just silence) mobile and other devices and place them in a bag or backpack or on the floor, screen facing down. IF A STUDENT GETS CAUGHT HAVING A DEVICE (on or off) ON HIM/HER, the exam receives a 0. DEVICES MUST BE OFF and NOT ON YOU. For ProctorU exams ”ON YOU” means anywhere viewable including at a distance of less than 6ft. A not completely powered down device of yours is assumed to be ”ON YOU” independently of proximity.
1.5 COURSE POLICIES (continued)
For paper exams, if any, do not use pencils to write down your answers. If you do use a pencil do not complain about grading AFTER AN EXAM. Scratch paper is forbidden. Work submitted will be graded for conciseness and correctness; be brief and to the point and write clearly. Material covered in class and appearing in the relevant notes and chapters of the designated textbook can be used without proof. Everything else requires a proof (justification) of solution. For PrP-grading see Document 4 for details (section Testing and Grading).
Check marks and report errors promptly. Resolve any issues WITHIN 2 CALENDAR WEEKS and before the first Reading Day starting from the day an exam or homework is released or returned. For PrP or the Final exam, within 5 calendar days from the day grades are posted on canvas or Banner, as applicable. Talk to the grader first, and then to the instructor (if different). The final grade is decided on a 0 to 1000 point scale. If you get less than 500 points in the class, expect an F. If you collect at least 500 points you should expect a C or better. 820-850 points or more are usually needed for an A including robust programming work but this threshold can be lower. (All these assuming no violation of the Collaboration policy.)
A grade of I(incomplete) is given in rare cases where work cannot be completed during the semester due to documented long-term illness or absence (e.g. unexpected national guard duty). A student needs to be in good standing (i.e. passing the course before the absence). An email (in lieu of a written letter) with a timeline of what is needed to be done will be sent to the student and the Department Chairperson. Not showing up in the final will probably get you an F rather than an I.
Collaboration of any kind (in HW, Exams, PrP) is PROHIBITED. Students must turn in work that has fully been composed and written by them and no-one else. Finding an answer on the Internet, Web, on a piece of paper, or otherwise, or it is product of someone else’s work, or it is (partly or fully) common with another student submission, in the same or other section/course risks punishment as outlined by the University. All parties of such interaction receive a 0 and letter grade is lowered by one or two levels. The work you submit must be the result of your own mental effort.
Use an NJIT email address or your email might not reach us. Send email to the designated course email address per FAQ (Document0) instructions!
Canvas assigns points to non CourseWork: we do not use Canvas to keep track of grades. Because canvas has synchronization issues, point-assigned material released through canvas will be of limited availability. Make backups if needed (e.g. take screenshots).
Provost statement.
”Academic Integrity is the cornerstone of higher education and is central to the ideals of this course and the university. Cheating is strictly prohibited and devalues the degree that you are working on. As a member of the NJIT community, it is your responsibility to protect your educational investment by knowing and following the academic code of integrity policy that is found at: http://www5.njit.edu/poli cies/sites/policies/files/academic-integrity-code.pdf. Please note that it is my professional obligation and responsibility to report any academic misconduct to the Dean of Students Office. Any student found in violation of the code by cheating, plagiarizing or using any online software inappropriately will result in disciplinary action. This may include a failing grade of F, and/ or suspension or dismissal from the university. If you have any questions about the code of Academic Integrity, please contact the Dean of Students Office at dos@njit.edu.” Also, the following link is provided
http://www5.njit.edu/provost/sites/provost/files/lcms/docs/Best_Practices_related_to_Academic_Integrity.pdf
The NJIT Academic Integrity (Honor) Code will be upheld; violations will be reported to the Dean of Students (DOS). Read this handout carefully! ___.