File tree Expand file tree Collapse file tree 4 files changed +7
-106
lines changed
Expand file tree Collapse file tree 4 files changed +7
-106
lines changed Original file line number Diff line number Diff line change 1- # projects-2022-technical-screening
2- Easy and Hard technical screening for 2022 projects applications
3-
4- Application form: https://docs.google.com/forms/d/e/1FAIpQLSc0RFu0mFL_BIoOhdi3yr7qyxu6h32882_i3x2qHKOtablTgQ/viewform
1+ Application form: https://docs.google.com/forms/d/1CHLigReDKF6dgzqzrPTHdYZEmQOgD445HLgKG5ePpeY/viewform
52
631 . Fork this repo
7- 2 . Follow instructions on application and inside files
8- 3 . Upload to your own repo (please call it projects-2022-technical-screening) <-- MAKE SURE IT ISN'T SET TO PRIVATE
4+ 2 . Start off by reading handbook.py
5+ 3 . Push to your own repo (MAKE SURE IT ISN'T SET TO PRIVATE)
964 . Provide link to repo in application
107
118Good luck!
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1010We will only test for courses inside conditions.json. We will also look over the
1111code by eye.
1212
13- NOTE: This challenge is EXTREMELY hard and we are not expecting anyone to pass all
14- our tests. In fact, we are not expecting many people to even attempt this.
15- For complete transparency, this is worth more than the easy challenge.
16- A good solution is favourable but does not guarantee a spot in Projects because
17- we will also consider many other criteria.
13+ NOTE: We do not expect you to come up with a perfect solution. We are more interested
14+ in how you would approach a problem like this.
1815"""
1916import json
2017
Original file line number Diff line number Diff line change 11"""
22====================TESTS====================
3- You may add your own tests if you would like. We will run our much more extensive
4- hidden tests on your submission.
3+ You may add your own tests if you would like.
54"""
6- from hard import is_unlocked
5+ from handbook import is_unlocked
76
87def test_empty ():
98 assert is_unlocked ([], "COMP1511" ) == True
You can’t perform that action at this time.
0 commit comments