Skip to content

ctk03272/pp201602

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Programming Principles, SNU 4190.210, 2016 Fall

Announcements

  • 09/05: Lecture slide is uploaded here. Slides will not be separated into parts, rather it will be continuously appended to this single file. So check it regularly.

Assignments

Published Due Delay Description Points
09/07 09/18 23:59 09/25 23:59 Recursion TBA

Must Read

  • READ VERY CAREFULLY this section.

Grading

Look at first day part of lecture slide.

Questions

Scala

  • We will use tools with latest stable version.

  • Use Scala 2.11.8. DO NOT use other versions.

  • Use Sbt 0.13.12. DO NOT use other versions.

    • If not, your submissions (assignments & exams) will not be properly graded.
  • Use IDEs supporting Scala.

    • Emacs: Ensime.
    • Eclipse, IntelliJj IDEA: I haven't used it, but you may easily find information on google.
  • Etc.

Assignment

  • Assignments will be issued every Wednesday. The deadline is the next Sunday (10 days later). The deadline for the delayed submission is the next to the next Sunday (17 days later).

Honor Code: DO NOT CHEAT

  • If you copy others' source code, you will get F.
  • "Others' source code" includes other students' and resources around the web. Especially, do not consult with public repositories on software foundations.
  • Note that we have a good automatic clone detector. We found out that a lot of students cheated last time. We hope we all be happy at the end of the semester..
  • The maximum score of a delayed submission is 80% that of a regular submission.
    • The granularity the delayed submission is per-problem, not per-assignment. So even if you couldn't get the full score for the regular submission period, try to solve the remaining problems and submit them.

Submission

TBA

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Scala 100.0%