Skip to content

GitLab

  • Menu
Projects Groups Snippets
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • I inf101.v20
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 0
    • Issues 0
    • List
    • Boards
    • Service Desk
    • Milestones
  • Deployments
    • Deployments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Commits
  • Issue Boards
Collapse sidebar
  • INF101
  • inf101.v20
  • Wiki
  • sem1 tips

sem1 tips · Changes

Page history
Update sem1 tips with more pro tips authored Mar 12, 2019 by Noeska Smit's avatar Noeska Smit
Hide whitespace changes
Inline Side-by-side
sem1-tips.md
View page @ 1752c532
# Tips til Semesteroppgave 1
## General Pro tips
* In A3 'Bedre gulrøtter', we want you to write down what would be required to get Carrot to do something at each turn, but you do not need to implement this in the code (this would make the rest of the assignment more difficult).
* In assignments where there are multiple steps, you do not hand in partial solutions: just handing in the final code is enough. If you do go for crazy experiments in part C, you do need to save and submit part B first.
* In B3, instead of inserting items in sorted order as suggested in the text, you can also insert at the end and sort the whole list afterwards by using [java.util.Collections.sort(list)](https://docs.oracle.com/javase/7/docs/api/java/util/Collections.html#sort(java.util.List)), but then you would need to reverse the order afterwards.
## Testing
En del vanlige feil lar seg best avsløre med testing.
......
Clone repository
  • arv forkrav invariant substitusjonsprinsippet
  • bruke git
  • hente levere oppgaver
  • Home
  • innlevering
  • kode fra forelesninger
  • lab branch
  • mapper filer moduler pakker
  • objekter og referanser
  • objekter
  • opphavsrett lisenser
  • oppsett
  • oppsummering
  • ordliste
  • pensumoversikt
View All Pages