Skip to content

Latest commit

 

History

History
99 lines (79 loc) · 3.68 KB

README.md

File metadata and controls

99 lines (79 loc) · 3.68 KB
layout title nav_exclude permalink seo
home
Bioinformatics Algorithms
true
/:path/
type name
Course
CS 481/583 Bioinformatics Algorithms

CS 481/583: Bioinformatics Algorithms

Bilkent University, Spring 2025

more like: (bio)informatics ALGORITHMS

Instructor: Can Alkan

Class Hours: Tue 13:30-15:20 - Fri 09:30-10:20

Class room: B-Z08

Office hour: By appointment (Public calendar, changes frequently)

Staff contact: Staff


NOTE: Some biology, molecular biology, genetics background would help, but not required. Basics regarding the topic will be covered in class.


Prerequisites: Elementary discrete mathematics, basic algorithms and data structures, and programming proficiency with, e.g., C/C++/Java will be expected. Knowledge of elementary combinatorics and probability, fundamental algorithms for sorting, searching, hashing and dynamic programming, elementary graph algorithms would be very helpful.

Textbook: None mandatory, some recommended material

Grading: There will be one midterm exam (25%) and a final exam (35%). A further 30% of the final grade will be based on homework/programming assignments, and 10% will be based on quizzes.

Grading Policy: Note that we do not discuss with students about grades. Therefore, we will not answer any questions about the passing grades and/or students' requests for passing the course. Any emails sent to this effect will be omitted.


Planned Lecture Cancellations: The following lectures are most likely to be canceled due to conference travels.

  • April 25, 2025
  • April 29, 2025

Course Slides: CHECK HERE


Key Dates (tentative, subject to change):

  • Midterm: March 25, 2025 -- during class hours
  • Quizzes:
    • Quiz 1: February 11, 2025
    • Quiz 2: March 4, 2025
    • Quiz 3: March 18, 2025
    • Quiz 4: April 15, 2025
    • Quiz 5: May 13, 2025
  • Homeworks:
    • HW0:
      • Assigned: February 7, 2025
      • Deadline: February 15, 2025
    • HW1:
      • Assigned: February 17, 2025
      • Deadline: February 28, 2025
    • HW2:
      • Assigned: March 6, 2025
      • Deadline: March 21, 2025
    • HW3:
      • Assigned: April 1, 2025
      • Deadline: April 15, 2025
    • HW4:
      • Assigned: April 17, 2025
      • Deadline: April 30, 2025
    • HW5:
      • Assigned: May 6, 2025
      • Deadline: May 18, 2025

Important information for exams:

  • You will be given the opportunity to bring cheat sheet to the midterm and final exams (not the quizzes). DO NOT try to memorize anything, instead grasp the logic behind each algorithm & data structure.
  • Write legibly, and make your answers clear.
  • Unintelligible answers may fail to receive credit.
  • In the case of a "design an algorithm" question, you are expected to give only pseudocode. Any "real" code may not be graded.

Frequently Asked Questions: Here